body{
    background: #E1D28F;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

p, span{
	
}

img{
	border:0px;	
}

.clear {
	clear: both;
}

.wrapper1{
	width: 810px;
	height: 560px;
	margin: 0 auto 0 auto;
}

/*BEGIN header*/
.logo{
	padding-top: 10px;
	position: relative;
	/*top: -5px;
	z-index: 10;*/
}
/*END header*/


/*BEGIN main*/
.main {
	height: 400px;
	margin-top: 30px;
}

.main p{
	font-size: 10px;
	margin-top:5px;
	padding-left:5px;
}

.main_block_left{
	width:300px;
	float:right;
}

.main_block_leftcenter{
	width:300px;
	float:right;
}

.main_block_rightcenter{
	width:210px;
	float:right;
}
/*END main*/


/*BEGIN category*/
.category {

}

.category_img {
	float: left;
	width: 80px;
	height: 80px;
}

.category_info {
	float: left;
	margin-left: 10px;
	width: 200px;
}

.category_latest {
	font-size: 10px;
	margin-left: 90px;
	margin-right: 5px;
}
/*END category*/


/*BEGIN recent posts*/
.recent_heads {
	font-size: medium;
	font-weight: normal;
	color: #0066CC;  /* light blue */
	margin-top: 0px;
}
/*END recent posts*/


/*BEGIN footer*/
.footer {
	font-size: 10px;
	color: #CC6600;  /* light brown */
	height: 64px;
}

.footer_block_left{
	width:182px;
	float:right;
	margin-top: 32px;
}

.footer_block_leftcenter{
	width:162px;
	float:right;
	margin-top: 50px;
}

.footer_block_center{
	width:182px;
	float:right;
}

.footer_block_rightcenter_one{
	width:90;
	float:right;
	margin-top: 40px;
}

.footer_block_rightcenter_two{
	width:100px;
	float:right;
	margin-top: 40px;
}

.footer_block_right{
	width:100px;
	float:right;
	text-align: right;
	margin-top: 32px;
}
/*END footer*/


/*BEGIN links*/
.category_info a, .category_info a:visited{
	text-decoration: none;
	color: #0066CC;  /* light blue */
}

.category_info a:hover{
	text-decoration: underline;
}

.category_latest a, .category_latest a:visited{
	text-decoration: none;
	color: #660000;  /* dark brown */
}

.category_latest a:hover{
	text-decoration: underline;
}

.recentpost a, .recentpost a:visited{
	font-size: small;
	font-style: normal;
	text-decoration: none;
	color: #669900;  /* green */
}

.recentpost a:hover{
	text-decoration: underline;
}

.footer a, .footer a:visited{
	text-decoration: none;
	color: #CC6600;  /* light brown */
}

.footer a:hover{
	text-decoration: underline;
}
/*END links*/

