@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Browser Compatibility: IE 6,7,8, FIREFOX, SAFARI, CHROME 

Color Scheme:
------------------
Logo Pink - #cf5959;
Font Blue - #2d729c;
Font Green - #7aab2e;
Font Brown - #8c522e;
Background Light Yellow - #e2deaf;
Navigation Light Pink - #e0b2b2;
------------------

Developers:
**********************************
Justin Waite
email: justin.waite@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{ /**reset all**/
margin:0;
padding:0;
outline:0;
border:0 none;
vertical-align:baseline;
background:transparent;
}

.clear{
clear:both;
height:0;
}

body{
text-align:center;
font:normal 62.5%/16px Verdana, Arial, Helvetica, sans-serif;/*62.5% = 10px*/
background-repeat:repeat-x;
background-image:url(../images/body/background-repeat.jpg);
background-color:#e2deaf;
}

#wrapper-background{
text-align:left;
margin:0 auto;
width:960px;
background-image:url(../images/body/background-01.jpg);
background-repeat:no-repeat;
}

#wrapper-top{
margin:0 auto;
width:960px;
}

#logo{
float:left;
width:264px;
height:90px;
}

#flash-show{
float:left;
width:960px;
height:349px;
}

#wrapper-content{
margin:0 auto;
width:960px;
}

#left-content{
float:left;
width:676px;
padding:0 22px 30px 22px;
}

#right-sidebar{
float:right;
width:240px;
padding:0 0 30px 0;
}

#wrapper-footer{
/*margin:0 auto;*/
width:100%;
height:100%;
width:auto;
background:#2d729c;
padding:4px 0 20px 0;
}



/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/