@charset "UTF-8";
/* CSS Document */

body {margin: 0; padding: 0; background-color:#000; background-image:url('img/bg.jpg'); background-position:top center; background-attachment:fixed; background-repeat:no-repeat; font-family:verdana; font-size:11px; color:#000000;}

#container { margin: 0 auto; margin-top:20px; width:900px;  overflow:hidden; background-color:transparent;}
#logo { width:900px; height:60px; overflow:hidden; margin-bottom:6px;}
#menu { margin: 0 auto; width:900px; height:26px; overflow:hidden; margin-bottom:6px; text-align:right; background-color:#000; color:#b1b1b1;}
#gray_bar { margin: 0 auto; width:900px; height:10px; overflow:hidden; margin-bottom:10px; background-color:#dfdfdf;}
#index_topflash { margin: 0 auto; width:900px; height:230px; overflow:hidden; margin-bottom:10px; background-color:#ffffff;}
#index_left_content { position:absolute; width:644px; height:365px; overflow-x:hidden; overflow-y:auto; float:left; border-color:#000; border-style:solid; border-width:1px; padding:10px; margin-bottom:17px; *margin-left:-684px; }
#index_right_content { width:194px; height:365px; overflow:hidden; border-color:#000; border-style:solid; border-width:1px; padding:10px; margin-bottom:17px; margin-left:684px; }
#content_left_content { position:absolute; width:644px; height:620px; overflow-x:hidden; overflow-y:auto; float:left; border-color:#000; border-style:solid; border-width:1px; padding:10px; margin-bottom:17px; *margin-left:-684px;  }
#content_right_content { width:194px; height:620px; overflow:hidden; border-color:#000; border-style:solid; border-width:1px; padding:10px; margin-bottom:17px; margin-left:684px; }
#bottom_gray_bar {  margin: 0 auto; width:900px; height:10px; overflow:hidden; margin-bottom:6px; background-color:#dfdfdf;}
#bottom_black_bar { margin: 0 auto; width:900px; height:26px; overflow:hidden; margin-bottom:6px; background-color:#000; margin-bottom:17px;}
#adverts { margin: 0 auto; width:900px; height:118px; overflow:hidden; margin-bottom:6px; background-color:#ffffff;}
#copyright { margin: 0 auto; width:900px; height:30px; overflow:hidden; margin-bottom:6px; background-color:#ffffff; text-align:center; font-size:10px;}

h1 {font-family:verdana; font-size:20px; text-transform:uppercase; color:#000; line-height:15px;}
hr {color:#000; background-color:#000; width:100%; height:2px; border-bottom-style:solid;}

img {border:0;}

#menu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #b1b1b1;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
text-transform:uppercase;
}

#menu ul li a:hover, .underlinemenu ul li a.selected{
color:#fff;
}

#copyright a { color:#000; text-decoration:none;}
#copyright a:active { color:#000; text-decoration:none;}
#copyright a:link { color:#000; text-decoration:none;}
#copyright a:visited { color:#000; text-decoration:none;}
#copyright a:hover { color:#000; text-decoration:underline;}

#index_left_content a { color:#000; text-decoration:none;}
#index_left_content a:active { color:#000; text-decoration:none;}
#index_left_content a:link { color:#000; text-decoration:none;}
#index_left_content a:visited { color:#000; text-decoration:none;}
#index_left_content a:hover { color:#000; text-decoration:underline;}

#content_left_content a { color:#000; text-decoration:none;}
#content_left_content a:active { color:#000; text-decoration:none;}
#content_left_content a:link { color:#000; text-decoration:none;}
#content_left_content a:visited { color:#000; text-decoration:none;}
#content_left_content a:hover { color:#000; text-decoration:underline;}
