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

body  {
	font: 100%;
	background-color:#60aad0;
	background-image:url(images/bck.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000;
}

.twoColFixLtHdr #container { 
	width: 790px;  
	background:url(images/back.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background:#fff;
	height:95px; 
	width:790px;
	margin:0 auto;
	margin-top:10px;
	padding: 0 0px 0 0px;
} 

#sidebar1 {
	float:left; 
	width: 140px; 
	padding: 10px 5px 10px 5px;
	margin-left:15px;
	display:inline;
}

.twoColFixLtHdr #sidebar1 a{
display:block;
list-style:none;
font-size:14px;
margin-left:0px;
padding-left:5px;
border-bottom:1px dotted #000;
line-height:21px;
text-decoration:none;
color:#000;
}

.twoColFixLtHdr #sidebar1 a:hover{
color:#0033FF;
}


.twoColFixLtHdr #mainContent {   
	margin:5px 20px 0 170px;
}

#ad{
width:336px;
height:280px;
float:right;
display:inline;
margin:40px 0 5px 5px;
}

a{color:#0033ff;} 

h4 {
margin:0 0 2px 0;
}

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