#homePageBottom {
	width: 1034px;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	background-image: url(../images/redBottom.jpg);
	background-repeat: no-repeat;
}

#contentOuterHomePage {
	width: 1019px;
	padding: 8px 0 0 15px;
	margin: 0;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(/images/redBackground.jpg);
}

#rightColumnContent {
	width: 200px;
	height: 300px;
	margin: 0 0	 0 0;
	padding: 0;
	float: right;
	background-image: url(../images/redGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#middleInteriorTop {
	width: 489px;
	height: 88px;
	margin: 0 0 25px 0;
	padding: 0;
	background-image: url(../images/redTop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
}