/* Home page Elements */
.content_writer_header{
	background:url(/images/frontend/content_header.png) no-repeat;
	width:370px;
	height: 208px;
}
.advertiser_header{
	background:url(/images/frontend/adv_header.png) no-repeat;
	width:370px;
	height: 208px;	
}
.section_break{
	width:100%;
	height:1px;
	background-color:#CCCCCC;
}

.content_header{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.adv_header{
	font-size:14px;
	color:#8d6d0c;
	font-weight:bold;
}
