﻿body {
	margin: 0;
	padding: 0;
	background: #eccd9b;
}
#body_bg2 {
	background: url('images/body_bg2.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
}
#body_bg3 {
	background: url('images/body_bg3.jpg') bottom right no-repeat;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('images/wrapper_bg.jpg') bottom left no-repeat;
	border-left: 4px solid #ae8859;
	border-right: 4px solid #ae8859;
}
#header {
	width: 750px;
	height: 125px;
	margin: 0;
	padding: 0;
	background: url('images/header.jpg') top left no-repeat;
	border-bottom: 1px dashed #ae8859;
}
#header p {
	position: absolute;
	float: left;
	top: -5000px;
	left: -5000px;
}
#wrapper_inner {
	margin: 0 0 0 150px;
	padding: 50px;
	border-left: 1px dashed #ae8859;
}
#wrapper_inner p, #wrapper_inner ul, #wrapper_inner td {
	font: 12px "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}
#wrapper_inner ul li {
	list-style: square;
	padding: 5px;
}
#wrapper_inner ol {
	font: 15px "Palatino Linotype", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #89190a;
}
#wrapper_inner p a, #wrapper_inner ul li a {
	color: #89190a;
	text-decoration: none;
	border-bottom: 1px dashed #89190a;
}
#wrapper_inner p a:hover, #wrapper_inner ul li a:hover {
	color: #ae8859;
	text-decoration: none;
	border-bottom: 1px solid #ae8859;
}
#wrapper_inner h1 {
	font: 25px "Palatino Linotype", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #88663c;
	margin-top: 0;
}
#wrapper_inner h2 {
	font: bold italic 18px "Palatino Linotype", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #89190a;
}
#wrapper_inner h3 {
	font: 15px "Palatino Linotype", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #89190a;
	margin: 0;
}
#nav {
	margin: 25px 0;
	padding: 0 0 0 25px;
	float: left;
	width: 100px;
}
#nav ul {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ae8859;
	list-style: none;
}
#nav ul li.bottom {
	border-bottom: 1px dashed #ae8859;
}
#nav ul li a {
	display: block;
	width: 100px;
	padding: 5px 0;
	margin: 0;
	color: #000;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #89190a;
}
#footer {
	width: 730px;
	margin: 0;
	padding: 10px;
	background: url('images/footer.jpg') top left no-repeat;
	border-top: 1px dashed #ae8859;
	border-bottom: 1px dashed #ae8859;
}
#footer p {
	font: bold 12px "Palatino Linotype", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #ae8859;
}
#footer p a {
	color: #ae8859;
	background: none;
	text-decoration: underline;
}
#footer p a:hover {
	color: #000;
	background: #ae8859;
	text-decoration: none;
}
#pic {
	border: 4px solid #ae8859;
}