/**
 * Style sheet dcg_header_style
 */
.headerContainer
{
	width:932px;
	height:85px;
}

.headerLeft
{
	width:300px;
	height:85px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url("tl_files/dcgroup_home/images/header/header_bg_left.png");
	background-repeat:no-repeat;
}

.headerLeft img
{
	margin:10px 0px 0px 14px;
}

.headerRight
{
	width:630px;
	height:85px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url("tl_files/dcgroup_home/images/header/header_bg_right.png");
	background-repeat:no-repeat;
}

.headerRightTop
{
	width:630px;
	height:65px;
	margin:0px;
	padding:0px;
	text-align:right;
}

.headerRightTop img
{
	margin:18px 10px 0px 0px;
}

.headerRightBottom
{
	width:630px;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:right;
}

