body {
	background-image: url("images/bg.gif");
	margin: 0;
	padding: 0;
	border: 0;
}

#borderwrap {
	position: relative;
	background-image: url("images/bgcenter.gif");
	background-position: top center;
	background-repeat: repeat-y;
	width: 758px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header {
	width: 750px;
	height: 150px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#headerpic {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	width: 375px;
	background-color: #666633;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	z-index: 3;
}

#title {
	position: absolute;
	left: 375px;
	top: 0px;
	height: 150px;
	width: 200px;
	background-image: url("images/name.gif");
	background-color: #666633;
	margin: 0;
	padding: 0;
}

#navfade {
	position: absolute;
	left: 575px;
	top: 0px;
	height: 150px;
	width: 175px;
	background-color: #666633;
	background-image: url("images/navfade.jpg");
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

#navbar {
	position: absolute;
	width: 170px;
	height: 150px;
	left: 570px;
	top: 0px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	font-family: "Times New Roman";
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 3;
}

#navbar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar ul li {
	margin: 0;
	padding: 0;
}

#navbar ul li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	color: #FFFFFF;
	width: 170px;
	background-color: #666633;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
	text-decoration: none;
	-moz-outline: none;
}

#navbar a:hover {
	color: #FFFFFF;
	margin: 0;
	padding: 0 10px 0 0;
	width: 170px;
	background-color: #666633;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	text-decoration: none;
	text-align: right;
}

.current {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	color: #660000;
	width: 170px;
	background-color: #666633;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	text-decoration: none;
	text-align: right;
}

#content {
	width: 750px;
	background-color: #C3BAA9;
	color: #330000;
	margin: 2px 0 0 0;
	padding: 0px;
	text-align: left;
}

#content p {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0px;
}

#content a {
	color: #990000;
	text-decoration: none;
	-moz-outline: none;
}

#content a:hover {
	color: #CC3333;
}

#content h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 22px;
	padding: 10px 20px;
	margin: 0px;
}

.header {
	font-size: 22px;
	color: #990000;
	text-decoration: underline;
}

.prop {
	height: 349px;
	float: right;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer {
	background: #666633;
	color: #FFFFCC;
	width: 750px;
	text-align: right;
	padding: 0px;
	margin: 0;
}

	
#footer p {
	font-family: "Georgia";
	font-size: small;
	margin: 0px;
	padding: 8px 20px;
}