@import url("navigation.css");
@import url("tags.css");
@import url("thickbox.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
outline:none;
}

img{
border:none;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background: url(../images/body/body-bg.jpg) repeat-x top left #000;
}

#main_wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:900px;
}

#nav_wrapper{
position:relative;
width:900px;
height:84px;
}

#header_moreinfo{
position:absolute;
right:20px;
top:0px;
width:171px;
height:33px;
z-index:100;
}

#logo{
position:relative;
float:left;
top:14px;
left:12px;
width:245px;
height:56px;
}

#main_nav{
position:relative;
float:right;
top:40px;
right:0px;
width:640px;
height:36px;
font-size:90%;
}

#wrapper{
width:892px;
border:4px solid #f3b8e2;
background:url(../images/sidebar/sidebar-bg.jpg) top left repeat-y #fff;
}

#header_wrapper{
width:892px;
height:296px;
background:#f3b8e2;
}

#header_left {
float:left;
}

#header_right {
float:right;
}

#header_right img {
margin-bottom:4px;
}

#sidebar {
float:left;
width:190px;
padding:14px 14px 0px 14px;
}

#rez_calendar {
width:190px;
height:150px;
}

.divide {
width:218px;
height:6px;
overflow:hidden;
text-align:center;
background:url(../images/sidebar/divide.png) top left no-repeat;
margin:16px 0px 12px -14px;
}

#maincontent_wrapper {
float:right;
width:674px;
}

#maincontent {
width:634px;
margin:0px 20px 0px 20px;
}

#flower {
position:absolute;
bottom:16px;
right:-52px;
}

#footer {
position:relative;
margin:12px 28px 12px 28px;
}

#footer_content {
text-align:center;
font-size:80%;
line-height:16px;
color:#fff;
}

#footer_content a{
color:#fff;
}

.clear {
clear:both
}







/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/