@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#fde7d9 url(images/bkg.jpg) repeat-x top left;
	margin: 0; 
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	color: #2d2b14;
}

.twoColFixLtHdr #container { 
	width: 800px;  
	background:#fde7d9;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background:#ddd;
	height:120px; 
	width:800px;
	margin:0 auto;
	padding: 0 0px 0 0px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px;
	display:inline; 
	padding: 10px 10px 10px 5px;
}
.twoColFixLtHdr #sidebar1 a{
display:block;
font-size:13px;
padding-left:5px;
line-height:21px;
text-decoration:none;
color:#000;
font-weight:bold;
text-align:left;
}

.twoColFixLtHdr #sidebar1 a:hover{
background:#7b401a;
color:#fff;
}

.twoColFixLtHdr #mainContent {  
	margin:10px 10px 10px 170px;
}

#ad{
width:336px;
height:280px;
margin:0 20px 10px 0;
float:left;
}

h1{
font-size:21px;
color:#000;
}

p{
font-family:Arial, Helvetica, sans-serif;
}

#footer{
background:url(images/footer.jpg);
width:100%;
line-height:65px;
height:65px;
color:#000;
text-align:center;
}

a{color:#000;} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}