@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	background-image: url(assets/images/outerbackground.gif);
}
#topspace {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 10px;
	padding-top: 20px;
}
#header {
	height: 120px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	border: 1px solid #E1C3B6;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(assets/images/background.jpg);
	position: static;
	display: block;
	padding-left: 0px;
}
#footer {
	width: 760px;
	height: 20px;
	border: 1px solid #E1C3B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: normal;
	display: block;
	padding-top: 10px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(assets/images/background.jpg);
}
a:link {
	color: #4E4E0D;
	text-decoration: underline;
}
a:visited {
	color: #4e4e0d;
}
a:hover {
	color: #A54C24;
	text-decoration: underline;
}
a:active {
	color: #4e4e0d;
}
#subhead {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d5ab99;
}
#nav {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d5ab99;
}
.style9 {
	padding-right: 0px;
	margin-right: 15px;
	clip: rect(auto,10px,auto,auto);
}
