body {
	background-image:url(../images/bg_mainContent.jpg);
	background-color: #535353;
}


#header {
	height: 228px;
}

#promo {
	width: 829px;
	height: 111px;
	background-image: url(../images/bg_promoContent.jpg);

}

/**************** CONTENT ITEMS (content) *******************/

.container {
	height:auto;
	float: left;
	width: 824px;
	margin-left: 17px;
	padding-top: 10px;
	background-image: url(../images/bg_contentBoxMain.jpg);
	padding-bottom: 0px;

}

.containerHeading {
	height: 34px;
	width: 824px;
	background-image: url(../images/bg_contentHeader.jpg);
	font-size: 18px;
	font-weight: bold;
}


.containerText {

	height: auto;
	padding: 20px;
	padding-top: 0px;
	font-size:12px;
	background-image: url(../images/bg_contentBoxMain.jpg);

}

.imgContainer {
	margin: 25px;
	float:right;
	border: 1px solid #e3e3e3;
}

.imgContainer .description {
	border-top: 1px solid #e3e3e3;
	background-color: #7f7f7f;
	padding: 9px;
	text-align:center;
}

.logoHeading {
	
	margin-left: 20px;
	width: 33px;
	height: 34px;
	background-image: url(../images/asecoHeading.jpg);
	float: left;
}

.txtHeading {
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}

.breadCrumbs {
	color: #ccc;
	text-align: left;
	font-size: 10px;
	padding-right: 30px;
	margin-bottom: 8px;
}
.breadCrumbs a { color: #ccc; }
.breadCrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}