@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#HomePagePhoto {
	width: 850px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -375px;
	height: 390px;
}
#PagePhoto {
	width: 850px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -375px;
	height: 150px;
}
#HomePageNav {
	width: 90px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -475px;
	background-color: #F00;
	height: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 50;
	color: #FFF;
}
#HomePageNav a {
	text-decoration: none;
	color: #FFF;
}
#HomePageContent {
	width: 950px;
	position: absolute;
	left: 50%;
	top: 390px;
	margin-left: -475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#PageContent {
	width: 850px;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h2 {
	font-size: 16px;
	font-style: italic;
}

#HomePageLogo {
	height: 75px;
	width: 150px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -465px;
	z-index: 60;
}
#HomePageContentText {
	margin: 20px;
	font-size: 12px;
	color: #000;
}
#PageContentText {
	margin: 20px;
	font-size: 12px;
	color: #000;
}
a {
	color: #000;
}
img { border: none; }

