#container {
	width:864px;
	background: url(../images/body_bg_admin.jpg) repeat-y ;
	height:100%;
	overflow:auto;
	
}
#address_block{
	float:right;
	width:300px;
	text-align:right;
	font-size:14px;
	margin:20px;
}
#content {
	float:left;
	width:834px;
	margin:5px 15px;
}
#blogs_holder{
	clear:both; 
	padding:10px; 
	background:#FFFFCC; 
	float:left; 
	width:600px; 
}
#ads_col{
	width:170px;
	float:right;
	margin:5px 15px;
}

#flash_header h1{
	float:left; 
	height:20px; 
	margin:10px 20px;
}
h3.title{
	width:790px;
}
div.blog {
	margin-left:10px;
	margin-bottom:10px;
	width:550px;
	background: url(../images/blog_bg.jpg) repeat-y;
	border-bottom:2px solid #C28F3C;
	
}
div.cal{
	float:right;
	width:109px;
	height: 118px;
	margin-top:10px;
}
div.cal span.month{
	background:url(../images/calendar_top.png) no-repeat;
	height:18px;
	width:109px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	float:right;
	padding-left:20px;
	padding-top:20px;
}
div.cal span.day{
	float:right;
	background:url(../images/calendar_bottom.png) no-repeat;
	height:67px;
	width:104px;
	font-size:40px;
	font-weight:bold;
	padding-left:25px;
	
}
div.blog p, div.blog img{
	margin:10px;
}

div.blog h2{
	height:33px;
	font-size:20px;
	background:url(../images/blog_bg_top.jpg) no-repeat;
	border-bottom:2px solid #C28F3C;
	padding-left:10px;
	margin:0;
	line-height:33px;
}

