body {
	background: #392c3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
input {font-family: Verdana, Arial, Helvetica, sans-serif;}
#header {
	background: url(../images/header.gif) no-repeat;
	width: 800px;
	height: 282px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 42px;
	left: 48px;
	margin: 0;
}
#header h1 a {
	background: url(../images/logo.gif) no-repeat;
	width: 280px;
	height: 110px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.tools {
	position: absolute;
	top: 72px;
	right: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.tools li:first-child {background: none;}
.tools li {
	background: url(../images/tools-separator.gif) no-repeat 0 70%;
	float: left;
	padding: 0 7px;
}
.tools a {
	font-size: 12px;
	color: #d5d2a2;
	text-decoration: none;
}
.tools a:hover {text-decoration: underline;}
#navigation {
	width: 800px;
	position: absolute;
	bottom: 1px;
	left: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
	margin: 0 5px;
}
#navigation a {
	font-size: 14px;
	color: #663;
	text-decoration: none;
	float: left;
	height: 27px;
	padding: 10px 10px 0;
}
#navigation li.active a,
#navigation li:hover a,
#navigation li.hover a {
	background: url(../images/navigation-a.gif) repeat-y;
	color: #fff;
}
#navigation li:hover,
#navigation li.hover {position: relative;}
#navigation li:hover ul,
#navigation li.hover ul {display: block;}
#navigation ul {
	background: url(../images/none.gif);
	width: 102px;
	position: absolute;
	top: 37px;
	left: 2px;
	z-index: 10;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li {
	width: 102px;
	margin: 1px 0 0;
}
#navigation ul a {
	background: #989835;
	width: 90px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #d7d3a3 !important;
	padding: 0 0 0 12px !important;
}
#navigation ul a:hover {
	background: #663;
}
#content {
	background: url(../images/content.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
}
.sub-content {
	background: url(../images/sub-content.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding-bottom: 80px;
}
.column-1 {
	width: 280px;
	float: left;
	padding-left: 22px;
}
.column-1 h2 {
	font-size: 18px;
	line-height: 20px;
	color: #989835;
	margin: 25px 0 0 25px;
}
.formbox {
	width: 156px;
	margin: 30px auto 0;
}
.formbox label {
	font-size: 11px;
	line-height: 18px;
	color: #41433c;
	display: block;
}
.formbox input {padding: 0;}
.formbox .string {
	background: none;
	width: 144px;
	height: 20px;
	border: 1px solid #7f9db9;
}
.formbox .submit {
	width: 90px;
	height: 22px;
	font-size: 12px;
	color: #41433c;
	display: block;
	margin-top: 15px;
}
.part {
	background: #392c3b url(../images/part.gif) no-repeat;
	width: 106px;
	padding: 40px 25px 10px;
	margin: 30px auto 0;
}
.part p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
.part a {
	background: url(../images/read-more.gif) no-repeat;
	width: 76px;
	height: 18px;
	display: block;
	font: 9px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 5px auto 0;
}
.column-2 {
	width: 425px;
	float: right;
	padding: 0 35px 0 38px;
}
.column-2 h2 {
	font-size: 14px;
	line-height: 20px;
	color: #50442a;
	margin: 22px 0 25px -10px;
}
.left {
	width: 165px;
	float: left;
}
.left p {
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
	margin: 0;
}
.right {
	width: 260px;
	float: right;
	text-align: center;
}
.column-2 img {
	background: #fff;
	border: 1px solid #898787;
	padding: 4px;
	margin-top: 3px;
}
.right a {
	background: url(../images/more-info.gif) no-repeat;
	width: 145px;
	height: 30px;
	display: block;
	font: 18px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	margin: 28px auto 0;
}
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}
#footer p {
	font-size: 12px;
	line-height: 20px;
	color: #663;
	display: inline;
	margin: 0;
}
#footer ul {
	background: url(../images/footer-separator.gif) no-repeat 100% 70%;
	display: inline;
	margin: 0 3px;
	padding: 0;
	list-style: none;
}
#footer ul li {
	background: url(../images/footer-separator.gif) no-repeat 0 70%;
	display: inline;
	padding: 0 2px 0 7px;
}
#footer a {
	font-size: 12px;
	line-height: 20px;
	color: #663;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}