/**
 * Style sheet dcg_article_style
 */
.mod_article
{
	width:702px;
	overflow:hidden;
}

.aheaderContainer
{
	width:700px;
	height:90px;
	margin:5px 0px;
	background-image:url("tl_files/dcgroup_home/images/main_page/article/article_header_bg.png");
	background-position:center bottom;
	background-repeat:repeat-x;
}

.aheaderLogo
{
	width:230px;
	height:90px;
	float:left;
}

.aheaderLogo img
{
	margin:5px 0px 0px 2px;
}

.aheaderTitle
{
	width:460px;
	height:64px;
	float:left;
	padding:26px 0px 0px 10px;
	text-align:center;
}

.aheaderTitle p
{
	font-weight:bold;
	font-size:24px;
}

.aheaderContainer h6
{
	width:100%;
	height:100%;
	display:block;
	margin:0px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
}

