body, html {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #790000;
	text-align: center;
	background-image: url('siteimages/pagebg.jpg');
	background-position:  left top;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 759px;
	background-color: #cccc99;
	text-align: center;
	background-image: url('siteimages/wrapperbg.jpg');
	background-position:  left top;
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 115px;
	background-color: #cccc99;
	background-image: url('siteimages/wrapperbg.jpg');
	background-position:  left top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0
}
#main {
	width: 716px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#nav {
	background-color: #660000;
	width: 713px;
	height: 24px;
	text-align: left;
	padding: 3px 0 0 3px;
	margin: 0;
}
#nav p {
	padding: 0;
	margin: 0;
}
#nav a:link, #nav a:visited {
	background-color: #c48775;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 16px;
	margin: 0;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #790000;
}
#nav a:hover {
	background-color: #d4d3ab;
	text-decoration: none;
	border-bottom: 3px solid #c48775;
}
#nav span {
	background-color: #d4d3ab;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 16px;
	margin: 0;
	color: #000;
	border-bottom: 3px solid #d4d3ab;
}
#notable {
	width: 166px;
	text-align: left;
	float: left;
	position: relative;
	left: 0;
	top: 4px;
	background-color: #790000;
	border: 1px solid #790000;
	border-right-width: 0;
}
#notable a:link, #notable a:visited {
	display: block;
	color: #000;
	background-color: #c48775;	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	border-right: 6px solid #c48775;
	background-image: url('siteimages/gradientleft.jpg');
	background-position:  left top;
	background-repeat: repeat-y;
	padding: 3px 8px;
}
#notable a:hover {
	background-color: #d4d3ab;
	text-decoration: none;
	display: block;
	border-right: 6px solid #790000;
	color: #790000;
	background-image: url('siteimages/gradientright.jpg');
	background-position:  left top;
	background-repeat: repeat-y
}
#notable span {
	padding: 22px 8px 2px 8px;
	display: block;
	font-weight: bold;
	color: #c48775;
	font-size: 11pt;
}
#notable p {
	padding: 0;
	margin: 0;
}
#content {
	width: 537px;
	padding: 16px 0 10px 10px;
	margin: 4px 0 0 0;
	text-align: left;
	border-bottom: 1px solid #790000;
	border-left: 1px solid #790000;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	_height: 100%;
	min-height: 500px;
	background-color: transparent;
}
#content p {
	font-size: 90%;
	margin: 0;
	padding: 20px 30px 0 30px;
	text-align: justify;
	text-indent: 1em;
}
#content h1 {
	padding: 0;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#content h2 {
	padding: 0;
	margin: 0;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px dashed #790000;
	color: #790000;
}
#content a:link, #content a:visited {
	color: #790000;
}
#content a:hover {
	text-decoration: none;
	background-color: #c48775;
	color: #000;
}
#footer {
	width: 759px;
	height: 63px;
	text-align: center;
	clear: both;
	color: #790000;
	background-image: url('siteimages/footerbg.jpg');
	background-position:  left bottom;
	background-repeat: no-repeat
}
#footer p {
	padding-top: 5px;
	font-size: 70%;
}
#footer a:link, #footer a:visited {
	color: #790000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
	background-color: #c48775;
}
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
	border: 3px solid #790000;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
	border: 3px solid #790000;
}
