@charset "utf-8";
* { margin:0; padding:0; }
body { font: 12px Tahoma, Geneva, sans-serif; line-height: 1.5em; background: #000; color: #A6A6A6; }
/***********************The main container  divs*********************/
#container { position: relative; width: 1150px; margin: 0 auto; text-align: left; }
#header { float: left; position: relative; background: url(../images/header.jpg) no-repeat; width:1150px; height:201px; }
#header2 { float: left; position: relative; background: url(../images/header2.jpg) no-repeat; width:1150px; height:156px; }
#body-bg { float: left; position: relative; background: url(../images/main-bg.jpg) repeat; width:1150px; }
#footer { float: left; position: relative; background: url(../images/footer.jpg) no-repeat; width:1150px; height:116px; }
/************************The body content********************/
#left-side { float: left; position: relative; height:auto; width:255px; padding: 0 5px 0 75px; }
#main-content { float: right; position: relative; width:715px; padding: 0 73px 0 27px; }
/********************the begining of side nav************************/
ul#side-nav { float:left; position: relative; list-style: none; }
ul#side-nav li a { display:block; text-align: left; background: url(../images/g.png) no-repeat left center; text-decoration: none; padding:2px 0; text-indent: 14px; color:#6C6C6C; }
ul#side-nav li a:hover { background: url(../images/b.png) no-repeat left center; color:#9A9A9A; }
/*************************the begining of footer nav*******************/
ul#footer-nav { float:left; position:relative; list-style:none;  margin: 90px 0 0 440px; }
ul#footer-nav li { display: inline; }
ul#footer-nav li a { text-align: left; font-size:11px; font-weight:normal; text-decoration: none; list-style: none; color: #FDB; padding:0 0 0 45px; }
ul#footer-nav li a:hover { color: #FFF4EA; }
#copy { font-size:11px; text-align:center; line-height:1.4em; padding:3px 0 0 0; clear:both; }

