@import url("navigation.css");
@import url("forms.css");
@import url("tags.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
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:none;
}

a{
outline:none;
}


body{
text-align:center;
/*min-width:840px;for netscape browsers*/
background: url(../images/background/body_bg2.jpg) left top repeat #63530b;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
margin:20px auto 20px auto;
}


#wrapper{
text-align:left;
margin:0 auto;
width:860px;
background:url(../images/content/maincontent_bg.png) 0px 150px no-repeat;
}


#maincontentwrapper{
float:right;
width:612px;
}

#topphoto{
width:612px;
}

#hptopphoto{
width:612px;
height:326px;
}

#pagetitle{
width:600px;
height:28px;
padding:2px 12px 0px 0px;
text-align:right;
background:#c9e39c;
color:#5d3e08;
font-size:160%;
}

#hppagetitle{
width:600px;
height:28px;
padding:2px 0px 0px 12px;
text-align:left;
background:#c9e39c;
color:#5d3e08;
font-size:160%;
}

#maincontent{
width:570px;
height:650px;

overflow-x:hidden;
overflow-y:auto;

background:#fff;
border-right:2px solid #c9e39c;
padding:20px;
}

#maincontentnoscroll{
width:570px;
height:auto;

overflow-x:hidden;
overflow-y:hidden;

background:#fff;
border-right:2px solid #c9e39c;
padding:20px;
}

#sidebar{
float:left;
width:248px;
margin-left:0px;
}

#logo{
width:248px;
}

#footer{
clear:both;
text-align:right;
position:relative;
margin:0 auto;
width:860px;
background:url(../images/footer/footer_bg.png) left top no-repeat;
padding:40px 0px 15px 0px;
font-size:80%;
}

.clear{
clear:both;
}

#sitemap{

}

ul#sitemap{
margin:0px 0px 0px 20px;
font-size:12px;
}

ul#sitemap ul{
margin:0px 0px 15px 20px;
font-size:12px;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/


