@charset "UTF-8";
/* CSS Document */
a {

color: #FFF;

}

#wrapper #holdingpage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#wrapper #holdingpage #header {
	height: 241px;
	background-image: url(../images/header.jpg);
}
#wrapper #holdingpage #middleleft {
	height: 230px;
	width: 536px;
	background-image: url(../images/middleleft.jpg);
	float: left;
	padding-left: 50px;
	padding-top: 10px;
}
#wrapper #holdingpage #footer {
	background-image: url(../images/footer.jpg);
	height: 33px;
	width: 960px;
}
#wrapper #holdingpage #middleright {
	width: 374px;
	height: 240px;
	float: right;
	background-image: url(../images/middleright.jpg);
}
#wrapper #holdingpage #middle {
	width: 960px;
	height: 240px;
}
#wrapper #holdingpage #imagestrip  {
	height: 162px;
	width: 960px;
	background-image: url(../images/imagestrip.jpg);
}
#wrapper {
	height: 900px;
	padding-top: 60px;
}
body {
	background-color: #E5E5E5;
}
