/* ------ ERF Layout -------------------------------------- */
/* ------ Copyright (c) MAN Truck & Bus UK Ltd ------------ */
/* ------ Screen Layout Styles ---------------------------- */
/* -------------------------------------------------------- */
/* ------ Intuitiv Limited -------------------------------- */
/* ------ Last Updated 10-01-08 --------------------------- */

body {
	background-image: url('/_images/red_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ED1B23;
	
	margin: 0px;
}

#hd_holder {
	width: 100%;
	height: 120px;
	background-image: url('/_images/hd_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#hd {
	width: 865px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#hd_logo {
	float: left;
	height: 117px;
	width: 129px;
}

#hd_stripe {
	float: right;
	height: 117px;
	width: 386px;
}

#content_holder {
	width: 855px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
	background: #FFFFFF;
	
	padding: 5px;
}

#content_img {
	width: 305px;
	height: 298px;
	float: left;
}

#content {
	width: 525px;
	padding-right: 10px;
	padding-top: 15px;
	float: right;
}

.clear {
	clear: both;
}

#footer {
	width: 865px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}