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

body  {
	font: 100%;
	background-color:#dbdbdb;
	background-image:url(images/bck.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000;
}

.twoColFixLtHdr #container { 
	width: 800px;  
	background:#fff;
	border-top:1px solid #005712;
	border-right:1px solid #005712;
	border-left:1px solid #005712;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	height:100px; 
	width:800px;
	margin:0 auto;
	border-right:1px solid #005712;
	border-left:1px solid #005712;
} 

.twoColFixLtHdr #sidebar1 {
  list-style:none;
  display:block;
  padding:0;
  margin:0;
  position:relative;
  width:800px;
  height:25px;
  background:url(images/button.jpg);
  border-bottom:1px solid #005712;
}

.twoColFixLtHdr #sidebar1 div {
  list-style:none;
  display:inline;
  padding:0;
  margin:0;
  position:relative;
}
.twoColFixLtHdr #sidebar1 div a{
display:block;
text-align:center;
list-style:none;
width:85px;
float:left;
font-size:11px;
line-height:25px;
text-decoration:none;
color:#fff;
}

.twoColFixLtHdr #sidebar1 div a:hover{
background-image:url(images/button2.jpg);
color:#fff;
text-decoration:underline;
}
.twoColFixLtHdr #mainContent {  
	padding:5px 0px 0 5px; 
	margin:0 15px 0 10px;
	position:relative;
} 

#ad{
width:336px;
height:280px;
margin:30px 20px 15px 0;
float:left;
}

#content{
 float:right;
 width:400px; 
 display:inline; 
 margin:14px 10px 10px 10px; 
 border-left:1px dotted black; 
 padding-left:10px;
}

p {
line-height:17px;}

#footer{
line-height:25px;
width:800px;
text-align:center;
font-size:14px;
margin:15px 0 2px 0;
}

#footer a{
color:#000;
}

a{
text-decoration:none;
}

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