@charset "utf-8";
* { margin:0; padding:0; }
.top-bg { background:none; }
body { font: 16px Verdana, Geneva, sans-serif; line-height: 1.5em; color: #451F5A; background: url(../images/bg.jpg) repeat left top; }
/***************************The main container  divs *********************/
#shadow { width:1040px; margin:auto; background: url(../images/shadow-bg.png) repeat-y; }
#container { position: relative; width: 1000px; margin: 0 auto; text-align: left; }
#header { float: left; position: relative; width:1000px; height:305px; }
#header-left { float: left; position: relative; background: url(../images/header-left.jpg) no-repeat; width:200px; height:305px; }
#header-right { float: right; position: relative; background: url(../images/header-right.jpg) no-repeat; width:200px; height:305px; }
#header-middle { float: left; position: relative; background: url(../slideshow/01.jpg) no-repeat; width:600px; height:305px; }
#body-top { float: left; position: relative; background: url(../images/body-top.jpg) no-repeat; width:1000px; height:20px; }
#body-bg { float: left; margin:0; padding: 0 26px; position: relative; background: url(../images/body-bg.jpg) repeat; width:948px; }
#footer { float: left; position: relative; background: url(../images/footer.jpg) no-repeat; width:1000px; height:65px; }
/************************The body content********************/
#left-side { float: left; position: relative; height:auto; width:220px;}
#main-content { float: right; position: relative; margin:0; width:705px; padding: 0 3px 0 18px; }
/**********************the begining of footer nav**********************/
ul#footer-nav { float:left; position:relative; list-style:none; width:auto; margin: 30px 0 0 10px; }
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; margin:0; color: #0F0DAC; padding:0 0 0 45px; }
ul#footer-nav li a:hover { color: #312CEF; }
#copy { font-size:11px; text-align:center; line-height:1.4em; padding:3px 0 0 0; color: #fff; }
#copy a {color:#FFF;}