@charset "utf-8";
body {
	background-color: #C2C2C2;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #898989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 130%;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.homeTitle {
	position: relative;
	height: 41px;
	width: 439px;
	top: -32px;
	left: 481px;
}
.homePhoto {
	position: relative;
	height: 571px;
	width: 1024px;
	left: 0px;
	top: -9px;
}
