#maincontentcontainer{
	background-color:#333333;
}

#blog_box {
	background-color: #1a171b;
	float:left; 
	width: 630px;
	text-align:left;
	padding:10px;
	text-align:left;
	border:0;
	border-right:10px solid #1a171b;
}
#blog_box img{
	border:1px solid #673b15;
}
#blog_box img.floatleft{
	float:left;
	margin-right:3px;
}
#blog_box img.floatright{
	float:right;
	margin-left:3px;
}
#blog_box hr{
	margin:5px 10px; 
	color:#678713;
}
#blog_box h2{
	font-size: 1.5em;
}
#blogcategory_box{
	text-align:left;
	float:right; 
	width:180px; 
	background-color:#333333;
}
#blogcategory_box ul{
	margin-left:0px;
	list-style:none;
	padding:0;

}

#blogcategory_box a img{
	border:0;
}