@import url("tags.css");
@import url("navigation.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
-------------------------
Light-Tan: #edede3;
Dark-Tan: #b1ada2;
Gold: #dfdfc3;;
Light-Brown: #956e47;
Dark-Brown: #261a0e;
Mint-Green: #b1d0aa;
Dark-Green: #56884b;
-------------------------

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-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#2E2317;
}

#wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:900px;
}

#logo_link {
position:absolute;
z-index:800;
text-align:left;
margin:0px 12px;
top:80px;
float:left;
width:252px;
height:163px;
outline:none;
}

#dd-ie6 {
display:none;
}

#header_wrapper {
}

#topphoto{
width:900px;
height:309px;
}

#inner_wrapper{
width:900px;
background:url(../images/body/wrapper-bg.gif) top left repeat-y;
}

#sidebar {
float:left;
width:194px;
margin-left:16px;
}

#sidebar .divider {
margin-left:8px;
}

#rez_calendar {
margin:20px 0px 0px 6px;
height:200px;
}

#newsletter_form {
margin:18px 0px 18px 18px;
}

#main_content {
float:right;
width:648px;
margin:0px 20px 6px 6px;
color:#251a0e;
}

#pagetitle {
float:left;
width:650;
height:55px;
}

#bottom_cap {
widows:900px;
height:13px;
background:url(../images/body/bottom-cap.gif) bottom left no-repeat;
}

#footer {
position:relative;
top:16px;
text-align:center;
margin:0 auto;
width:900px;
}

#footer p {
margin:0px;
color: #edede3;
font-size:11px;
line-height:18px;
}

#footer img {
vertical-align:bottom;
}

#footer a {
color: #edede3;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.clear {
clear:both;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/