BODY {
	background-color: #3a2214;
	margin: 0px;
	color: #ded2cd;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.wrap {
	width: 944px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

.top {
	width: 904px;
	height: 800px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
}

.logo {
	height: 170px;
	text-align: left;
	background-image: url(images/weblogo.png);
	background-repeat: no-repeat;
}

.content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: justify;
}

H1 {
	font-size: 22px;
	font-weight: bold; 
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
}

.subhead {
	font-size: 18px;
	font-weight: bold; 
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #b05000;
}

.credits {
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 10px;
}

.credits A {
	text-decoration: none;
	color: #b05000;
}

.credits A:HOVER {
	text-decoration: none;
	color: #ded2cd;
}

.credits A:VISITED {
	text-decoration: none;
	color: #b05000;
}


A {
	text-decoration: underline;
	color: #b05000;
}

A:HOVER {
	text-decoration: none;
	color: #ded2cd;
}

A:VISITED {
	text-decoration: underline;
	color: #b05000;
}