body { 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	background-color: rgb(57,24,107);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(0,0,0);
}

#wholepage {
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: rgb(255,255,255);
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: rgb(0,0,0);
}

#header {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 200px;
	background-color: rgb(255,255,255);
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#titlebar {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 28px;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	background-image: url(images/titlebar.jpg);
	background-repeat: no-repeat;
}

#titlename {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -7px;
	left: 50px;
}

#navbar {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 35px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: rgb(0,0,0);
	padding: 0px 0px 0px 0px;
	background-color: rgb(255,255,255);
	position: relative;
}

#main {
	width: 800px;
	margin: 0px auto 0px auto;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#contact {
	width: 800px;
	margin: 0px auto 0px auto;
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #932F23;
	background-color: rgb(255,255,255);
	padding: 15px 0px 15px 0px;
}

#navtable {
	width: 800px;
}

#navtd {
	position: absolute;
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #932F23;
	padding-top: 5px;
	text-align: center;
}

.navlink {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 13px;
}

.navlink:hover {
	color: rgb(57,24,107);
	font-weight: bold;
	font-size: 14px;
}

#contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
}

#contacttext a {
	font-weight: bold;
}

#content {
	margin: 0px 30px 0px 30px;
	line-height: 1.4em;
}



