* {
margin: 0;
padding: 0;
}
html, body{
width:100%;
height:100%;
margin:0;
padding:0;
background-color:#222222;
color:#ffffff;
text-align:center;
}
.small_font{
font-size:10px;
font-family: verdana, tahoma, sans-serif;
}
.small_font a{
color:#5c5c5c;
text-decoration:none;
}
.small_font a:hover{
color:#eeeeee;
}
.top_bar{
width:100%;
height:18px;
border-bottom:1px solid #444444;
padding-top:3px;
text-align:right;
margin-right:10px;
}
.head{
width:1000px;
height:123px;
margin-left:auto;
margin-right:auto;
}
.head_left{
width:272px;
height:100%;
background-image:url(images/head_logo.jpg);
position:relative;
float:left;
}
.head_right{
width:728px;
height:100%;
position:relative;
float:left;
}
.head_advert{
position:relative;
height:60px;
width:468px;
border:1px solid #4b4949;
background: #000000;
margin:auto;
margin-top:22px;
vertical-align:middle;
}
.head_nav{
position:relative;
height:28px;
width:100%;
text-align:right;
font-size:12px;
font-family:verdana, sans-serif;
color:#989898;
overflow:visible;
margin-top:10px;
}
.menu{
position:relative;
margin:0 auto;
height:28px;
float:right;
}
.menu img{
float:left;
position:relative;
}
.menu ul{
list-style-type:none;
height:28px;
margin:0; padding:0;
float:right;
}
.menu ul li{
position:relative;
text-align:center;
float:left;
}
.menu ul li a, .menu ul li a:visited{
padding:0 10px;
height:100%;
display:block;
text-decoration:none;
color:#989898;
text-align:center;
line-height:28px;
}
.menu a{
background-image:url(images/nav_bg.jpg);
float:left;
}
.menu ul li a:hover{
color:#ffffff;
}
.main_wrapper{
width:1000px;
margin:0 auto;
}
.main_header{
margin:0;
width:100%;
height:10px;
background:url(images/main_header.gif) no-repeat;
}
.main_footer{
margin:0;
width:100%;
height:10px;
background:url(images/main_footer.gif) no-repeat;
}
.content{
width:100%;
background:#303030;
height:500px;
}
.main{
width:1000px;
height:auto;
margin:0 auto;
}
.content_head{
position:relative;
width:100%;
height:10px;
margin-left:auto;
margin-right:auto;
background: #303030;
text-align:left;
}
.content_main{
position:relative;
height:500px;
width:99%;
background-color: #303030;
padding-left:1%;
}
.content_foot{
position:relative;
width:100%;
height:10px;
margin-left:auto;
margin-right:auto;
background: #303030;
}
.footer_right{
float:right;
}
.footer_left{
float:left;
}
.copy{
width:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
color:#4e4e4e;
font-family:verdana, tahoma, sans-serif;
font-size:10px;
text-align:left;
}
.copy h1{
font-family:Arial Black;
font-weight:900;
font-size:20px;
color:#4e4e4e;
letter-spacing:-0.1px;
}
.copy a, .copy a:visited{
text-decoration:underline;
color:#4e4e4e;
}
.copy a:hover{
color:#eeeeee;
}