@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
background blue: #3B69BB 


Developers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
border:none;
}

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
background:url(../images/body/body_bg.gif) left top repeat-x #3B69BB;
}

#wrapper{
margin:0 auto;
width:798px;
text-align:left;
background:url(../images/body/wrapper_bg.gif) left top no-repeat #FFFFFF;
}

#header{
height:111px;
padding:0px 10px 0px 10px;
}

#logo{
float:left;
padding:40px 0px 0px 0px;
}

#imagearea{
float:left;
padding:13px 0px 0px 0px;
width:798px;
background:url(../images/imagearea/imagearea_bg.gif) left top repeat-x #FFFFFF;
}

#topimageLeft{
float:left;
}

#topimageMiddle{
float:left;
}

#babybanners{
float:left;
text-align:center;
width:133px;
height:158px;
padding:0px 1px 0px 0px;
background:url(../images/babybanners/babybanner_bg.gif) left top repeat-x #414141;
}

#babybanners img{/*See special.css for continued styles for this div*/
float:left;
padding:2px 0px 0px 1px;
height:38px;
}

#babybanners img.top{/*See special.css for continued styles for this div*/
float:left;
padding:0px 0px 0px 1px;
height:38px;
}

#content{
float:left;
padding:10px 10px 20px 10px;
width:778px;
border-top:2px solid #414141;
}

#hp_footer{
clear:both;
height:23px;
width:798px;
background:url(../images/footer/speedoflight.gif) left top no-repeat;
}

#subfooter{
padding:5px 5px 20px 0px;
text-align:right;
background:#3B69BB;
color:#BAD0F7;
font-size:10px;
}

#subfooter a{
color:#C8B946;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/