* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(siteImages/bodyBg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a:link, a:visited { text-decoration: none; }
a:hover { color: #ff6666; }
#pageHeader, #nav, #contact2ndNav, #pageContent {
	position: absolute;
}
#pageHeader { 
	top: 20px;
	left: 140px;
	width: 800px;
}
#nav {
	top: 80px;
	left: 200px;
}
#contact2ndNav {
	top: 120px;
	left: 230px;
	border-top: 1px solid #670000;
}
#pageContent {
	top: 180px;
	left: 200px;
}
p {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 130%;
	padding-left: 60;
	background-color: #FCFFF7;
}
p#contentTitle {
	font-size: 18;
	font-weight: bold;
	color: #5A001E;
	padding: 20px 0 20px 320px;
}
p.contentText {
	font-family: sans-serif;
	font-size: 16px;
	padding: 0 40px 20px 40px;
	margin: 0 140px 0 20px;
	background-color: #FCFFF7;
}
p.statement {
	margin-bottom: 20px;
	font-size: 18px;
}
#pageLinks {
	float: left;
	margin-top: 80px;
}
#contactPhoto {
	float: right;
}
#contactInfo p {
	clear: both;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
}