@charset "utf-8";
/* CSS Document */

body  {
    background:#996600 url(images/bkg.jpg);
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 750px;
	background: #fff;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
    text-align:center; 
	margin:0 auto;
	margin-top:15px;
	height:115px;
	width:750px;
	border-bottom:2px solid #c0c0c0;
} 


.twoColFixLtHdr #mainContent { 
	padding: 5px 20px; 
}

#ad{
width:336px;
height:280px;
margin:5px 0px 5px 5px;
float:right;
display:inline;
}  

h1{
font-size:20px; 
margin:3px 0 0 0;
}

h4{
font-size:14px; 
margin:3px 0 0 0;
}

#footer {
background:#fff;
width:750px;
margin:0 auto 15px;
text-align:center; 
padding:10px 0 10px 0;
font-size:13px;
border-top:2px solid #c0c0c0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
