/* redefined html tags */


#sub_content {
	position:relative;
	float:right;
	right:32px;
	width:292px;
	margin-bottom:50px;
}

.sub_block {
	background-color: #efe9d8;
	padding: 14px;
	margin-bottom: 7px;
	color: #4E1A28;
	clear:both;
}

.home_block {
	background-color: #ede8e9;
	padding: 14px;
	margin-bottom: 7px;
	color: #4E1A28;
	clear:both;
	}

#main_content {
	position:relative;
	float:left;
	left:33px;
	width:306px;
	margin-bottom:50px;
	padding-top:12px;
	color: #4E1A28;
}


