body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #573847;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}
body, html {
	height: 100%;
}
hr {
	border: 1px solid #ECEBE6;
	color: #ECEBE6;
}
html {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a {
	color: #BD3333;
}
a:hover {
	color: #9B2726;
}
#header .active {
	background-color: #9B2726;
}
p {
	line-height: 1.6em;
	margin: 0px;
	padding: 6px 0px;
}
h1 {
	font-size: 210%;
	color: #BD3333;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 6px;
}
h2 {
	font-size: 160%;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 6px;
}
h3 {
	font-size: 100%;
	font-style: italic;
	color: #BD3333;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#header {
	float: left;
	width: 100%;
	background-color: #FDEFC3;
	height: 125px;
	position: relative;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header #logo {
	position: absolute;
	left: 725px;
	top: 10px;
}
#header #logotext {
	position: absolute;
	bottom: 47px;
	left: 20px;
}
#content {
	clear: left;
	float: left;
	width: 925px;
	padding-bottom: 20px;
}
#image {
	float: left;
	width: 295px;
	height: 295px;
}
#text {
	float: right;
	width: 389px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECEBE6;
	margin-top: 20px;
	padding-right: 20px;
	margin-right: 20px;
}
#text ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#text li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEBE6;
	width: 389px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#submenu {
	float: right;
	width: 180px;
	margin-top: 20px;
}
#submenu ul {
	margin: 0px;
	padding: 0px 0px 20px;
	list-style-type: none;
	float: left;
	width: 180px;
}
#submenu li {
	clear: left;
	float: left;
}
#submenu li a {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEBE6;
	width: 180px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
#footer {
	float: left;
	width: 255px;
	color: #A48E9B;
	clear: left;
	padding: 20px;
}
#footer h2 {
	font-size: 100%;
	color: #BD3333;
	font-weight: bold;
}
#footer p {
	padding: 0px;
	font-size: 80%;
}