/*Main site outer skeleton styles*/

body {
	border-top:18px solid #464C4C;
}

#siteOuterWrap {
	width:940px;
	margin:0 auto;
}

#siteInnerWrap {
	position:relative;
	float:left;
	width:940px;	
}

#siteHeaderWrap {
	float:left;
	width:940px;
	height:185px;
	/*height:18.5em;*/
}

#siteHeaderWrap.secondLevelHeader {
	position:absolute;
	top:0;
	left:0;	
}

.siteHeader {
	position: relative;
}

#centreWrapper {
	padding-top:3.1em;
	float:left;
	width:940px;
}

#centreWrapper.secondLevelPage {
	margin:200px 0 40px 0;
	position:relative;
}

.twoColCentreWrap {
	float:left;
	width:940px;
}

.leftColWrap {
	float:left;
	width:700px;
	position:relative;
}

.rightColWrap {
	float:right;
	width:220px;
}


.homeAdverts {
	clear:both;
	padding:40px 0;	
}

#footerWrap {
	clear:both;
	border-top:1px solid #464C4C;
}

.footer {
	width:940px;
	margin:0 auto;
	color:#585E5E;
}