html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #fec3aa;
	text-decoration: none;
}
a:hover {
	color: #e89978;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #3f0d0e url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	padding-bottom: 10px;
}
#wrapper {
	width: 678px;
	position: relative;
}
#nav {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 600px;
}
#nav li {
	float: left;
	background: url(images/nav_left.gif) no-repeat;
	list-style: none;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 45px;
	line-height: 1.1;
}
#nav span {
	display: block;
	font-size: 28px;
}
#nav a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #976632;
}
#content {
	width: 760px;
	height: 370px;
	position: absolute;
	top: 140px;
	left: 60px;
	color: #fff;
}
#content a {
	color: #e89978;
	margin-left: 2px;
}
#content a:hover {
	color: #fee;
	margin-left: 2px;
}
#body {
	border: 10px solid white;
	background: #2a1710;
}
.box {
	border-right: 10px solid white;
	position: absolute;
	top: 10px;
	left: 10px;
}
.box p {
	margin: 1em 0;
}
p.more {
	margin: 0;
}
#txt {
	text-align: justify;
	overflow: auto;
	height: 370px;
	width: 280px;
	margin-left: 400px;
	margin-top: 0px;
	text-align: left;
	background: url(images/nav_left.gif) no-repeat;
}
#txt h1 {
	font-size: 12px;
	text-align: left;
	margin-top: 73px;
	margin-left: 10px;
}
#txt h2 {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
#txt h3 {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: right;
}
#txt p {
	margin-top: 0;
	margin-bottom: 3.6px;
}
#body h1 {
	font-size: 12px;
	text-align: left;
	margin-top: 73px;
	margin-left: 10px;
}
#body h2 {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
#body .more a {
	font-weight: bold;
	text-decoration: none;
}
#body .more a:hover {
	text-decoration: underline;
}
#body .image {
	border-top: 1px solid #FFEA00;
	padding-bottom: 1em;
	margin-top: 1em;
}
#footer {
	text-align: center;
	color: #b08558;
}
#footer p, #footer ul {
	margin: 0.8em;
}
#footer ul {
	margin-top: 1.2em;
}
#footer li {
	list-style: none;
}
#footer a {
	text-decoration: none;
	color: #b08558;
}
#footer a:hover {
	text-decoration: none;
	color: #976632;
}
