@charset "utf-8";
* {margin:0; padding:0;}
.top-bg { background: url(../images/bg1.jpg) repeat-x left top; }
body { font:12px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; background: url(../images/bg2.jpg) repeat left top; color: #292929; }
/*****************************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; background: url(../images/header.jpg) no-repeat; width:1000px; height:201px; }
#header2 { float: left; position: relative; background:url(../images/header2.jpg) no-repeat; width:1000px; height:74px; }
#body-bg { float: left; position: relative; background: url(../images/main-bg.jpg) repeat; width:1000px; }
#footer { float: left; position: relative; background: url(../images/footer.jpg) no-repeat; width:1000px; height:152px; }
/********************The body content************************/
#left-side { float: left; position: relative; height:auto; width:220px; padding: 0 0 0 22px; }
#main-content { float: right; position: relative; width:690px; padding: 0 56px 0 12px; }
/***********************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/b.png) no-repeat left center; text-decoration: none; padding:2px 0; text-indent: 12px; color:#383838; }
ul#side-nav li a:hover { background: url(../images/g.png) no-repeat left center; color:#6A6A6A; }
/**********************the begining of footer nav**********************/
ul#footer-nav { float:left; position:relative; list-style:none; width:auto; margin: 100px 10px 0 20px; }
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: #333; padding:0 0 0 45px; }
ul#footer-nav li a:hover { color: #666; }
#copy { font-size:11px; text-align:center; line-height:1.4em; padding:3px 0 0 0; color:#999; }
