body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #4e2614;
	font-size: 12px;
	padding-top: 20px;
}
#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 694px;
}
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 28px 20px 20px;
}
#nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #836414;
	text-align: right;
	padding: 6px 22px 10px 4px;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 15px 15px 10px 13px;
}
#bottom {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 2px 8px 20px 4px;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	color: #d1ad96;
	text-align: center;
}
#nav a {
	color: #f7e1a6;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
#nav a.active {
	color: #b17f5c;
}
#nav a:hover {
	color: #c69200;
}
#header #desc {
	float: right;
	color: #b17f5c;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}
#home {
	background-image:  url("images/home_bg.jpg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 648px;
	border: 3px solid #FFFFFF;
	margin: 5px auto 10px;
}
#home img {
	border-right: 3px solid #FFFFFF;
}
#bottom a {
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	color: #b17f5c;
}
#footer {
	color: #aaa099;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#bottom a:hover {
	color: #945A31;
}
#bottom a.active {
	color: #764726;
}
h1 {
	font-family: Palatino, "Book Antiqua", "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	color: #945A31;
}
#content #left {
	margin-right: 275px;
	padding-left: 10px;
}
#content #right {
	float: right;
	width: 210px;
	text-align: right;
	margin-right: 10px;
}
#content #right img {
	border: 3px solid #FFFFFF;
}
h2 {
	font-family: Palatino, "Book Antiqua", "Times New Roman", serif;
	font-size: 16px;
	color: #945A31;
	letter-spacing: .05em;
	margin-top: 1.5em;
}
h3 {
	font-size: 13px;
}
a {
	color: #3583B4;
	text-decoration: none;
}
dl {
	margin-right: 35px;
	margin-left: 20px;
}
dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 30px;
}
#footer a {
	color: #5FA8BF;
}
.sub {
	font-size: 0.95em;
}
#sitecredits {
	text-align: right;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	width: 694px;
	color: #aaa099;
	font-size: 11px;
}
#sitecredits a {
	color: #5FA8BF;
	text-decoration: none;
}