@import url("tags.css");
@import url("navigation.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:

Developers:
**********************************
Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com

Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
* {
margin:0;
padding:0;
}

img {
border:none;
}

body {
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
background:url(../images/body/bkg_repeat.jpg) repeat;
}

#wrapper {
text-align:left;
margin:0 auto;
margin-top:20px;
width:786px;
background:#fff;
border:1px solid #000;
padding:6px;
}

#inner_wrapper {
background:#fff;
border:1px solid #000;
}

#header_wrapper {
width:784px;
height:390px;
}

#int_header_wrapper {
width:784px;
height:300px;
}

#main_nav {
/* navigation.css */
}

#content_wrapper{
clear:both;
width:100%;
background:url(../images/body/faux-column.jpg) top right repeat-y;
}

#main_content {
float:left;
width:576px;
margin:16px 0px;
padding:0px 16px;
/*background: #00FFFF;*/
}

#sidebar_wrapper {
float:right;
width:175px;
margin:0px;
padding:0px;
/*background:#3300FF;*/
}

.sidebar_box {
width:175px;
padding:0px 0px 0px 0px;
border-bottom:1px solid #000;
}

.top_box {
/*background:url(../images/sidebar/female.jpg) 96px bottom no-repeat;
*/height:200px;
}

.address_box {
float:right;
width:170px;
font-size:11px;
font-weight:bold;
text-align:center;
margin:24px 0px;
padding:0px 0px 0px 6px;
}

#footer_wrapper {
margin-top:12px;
}

#footer_content {
font-size:80%;
color:#fff;
}

#footer_content a {
color:#fff;
}

.clear {
clear:both;
}








/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/