@charset "UTF-8";
body {
	background: url(../_images/Home/Large_Bkgrd_gray.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 876px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 0;
	text-align: left;
	height: 450px;
	position: absolute;
	left: 25px;
	top: 127px;
	right: 0px;
	bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.oneColFixCtrHdr #header {
	height: 100px;
	width: 875px;
	position: absolute;
	left: 25px;
	top: 25px;
	right: 0px;
	bottom: 0px;
}
#largeImage {
	height: 450px;
	width: 875px;
	position: absolute;
	left: 25px;
	top: 125px;
	right: 0px;
	bottom: 0px;
}
#container #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #BBB;
	text-align: left;
	padding-left: 25px;
	padding-top: 0px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #444;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:
}
.oneColFixCtrHdr #footer {
	background:#444;
	height: 40px;
	width: 850px;
	position: absolute;
	left: 25px;
	top: 575px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
	color: #BBB;
	z-index: 2;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	color: #BBB;
#StartButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	height: 72px;
	width: 72px;
	position: absolute;
	left: 800px;
	top: 565px;
	right: 0px;
	bottom: 0px;
	display: block;
	background: #F09;
}
#Start {
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 4;
	display: block;
	top: 125px;
	left: 800px;
}
