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

body  {
	font: 100%;
	background: #313131 url(images/bck.jpg) repeat-x top left;
	margin: 0; 
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color: #2d2b14;
}

#container { 
	width: 770px;  
	background:#313131;
	margin: 0 auto;
	text-align: left;
	color:#fff; 
} 

#header { 
    background:#fff;
	height:127px; 
	width:770px;
	padding: 0;
} 

#navbar {
  list-style:none;
  display:block;
  padding:0;
  width:770px;
  height:45px;
  position:relative;
  z-index:9;
}

#navbar div {
  list-style:none;
  display:inline;
  padding:0;
  width:110px;
  float:left;
  margin:0px;
}

#navbar div a{
display:block;
background-image:url(images/button.jpg);
text-align:center;
width:110px;
font-size:12px;
font-weight:bold;
line-height:45px;
text-decoration:none;
color:#000;
}

#navbar div a:hover{
color:#003b72;
}

#content{   
padding:5px 15px 0 15px;
}

#ad{
width:336px;
margin:80px 0px 10px 20px;
float:right;
}

#footer{
color:#aaa; 
margin-top:5px;
text-align:center;
font-size:13px;
padding-top:15px;
}

p{
font-size:15px;
line-height:18px;
}

a{color:#aaa;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}