body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(bgnd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #330000;
}


#wrapper {
	text-align: left;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 134px;
}
#content {
	margin: 0px;
	padding: 0px;
	background-color: #e1dba8;

}
#footer {
	margin: 0px;
	padding: 0px;

}

a:link {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}
a:active {
	text-decoration: none;
	color: #330000;
}
