/* CSS Document */
/* styles specific to the main page */
#content #main {
	background-image: url(../_images/contentMainBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 321px;
	width: 501px;
}
#content #bushMessage {
	position: absolute;
	z-index: 101;
	height: 66px;
	width: 157px;
	margin: 9px 0px 0px 328px;
	/* left: 328px;
	top: 9px; */
	color: #FFF;
}
#content #presAward {
	position: absolute;
	z-index: 101;
	width: 251px;
	height: 93px;
	margin: 0px 0px 0px 0px;
}
#pageBottom {
	background-image: url(../_images/homeBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 634px;
	height: 28px;
}

#contentHeader {
	margin-top: 10px;
}

