@charset "utf-8";
/* CSS Document */
* {padding: 0px; margin: 0px;}
html, body {height: 100%; padding: 0px; margin: 0px; background: #b9997b; font-family: Arial, Helvetica, sans-serif; color: #2E211D;}
img {border: 0px;}
a:link {color: #572c06; text-decoration: none;}
a:hover {color: #572c06; text-decoration: underline;}
a:visited {color: #572c06; text-decoration: none;}
.wrapper {
	width: 800px; height: 100%; min-height: 100%; height: auto !important;
	padding: 0px; margin: 0px auto;
	position: relative;
	background: url(images/content-bg.gif) repeat-y;
}
.header {
	width: 100%; height: 94px;
	background: url(images/header.gif) no-repeat left top;
}
.navbox1 {
	width: 100%; height: 272px;
	background: url(images/image.jpg) no-repeat left top;
	position: relative;
}
.navbox2 {
	width: 361px; height: 272px;
	background: url(images/side.gif) no-repeat left top;
	position: absolute; top: 0px; left: 439px;
}
.nav {
	width: 171px; height: 192px;
	position: absolute; top: 77px; left: 0px;
	padding: 0px; margin: 0px;
}
.nav ul {list-style: none;}
.nav li {list-style: none;}
.nav2 {
	position: absolute; top: 230px; left: 185px;
	color: #897B6E;
}
.nav2 form, .nav2 option, .nav2 select {
	font-size: 9px;
	color: #897B6E;
}
.nav3 {}
.content {
	width: 100%; height: 100%;
	background: url(images/content-bg.gif) repeat-y;
	padding-bottom: 92px;
}
.left {
	width: 350px;
	margin: 0px 0px 0px 20px;
	float: left;
}
.right {
	width: 300px;
	margin: 0px 20px 0px 0px;
	float: right; position: relative;
}
.top {
	width: 100%; height: 52px;
	background: url(images/content-top.gif) no-repeat;
}
.footer {
	width: 800px; height: 92px;
	background: url(images/foot.gif) no-repeat;
	position: absolute; bottom: 0px;
}
.foot {position: relative; height: 100%; width: 100%;}
.foot2 {position: absolute; top: 20px; left: 175px; text-align: center;}
.foot2 p {font-size: 12px; color: #3d3a37;}
.foot2 a:link {color: #3d3a37; text-decoration: none;}
.foot2 a:hover {color: #3d3a37; text-decoration: underline;}
.foot2 a:visited {color: #3d3a37; text-decoration: none;}
/* Text */
.left p {font-size: 12px; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 20px;}
.right p {font-size: 12px; padding: 10px 0px 0px 0px; margin: 0px 20px 0px 0px;}
.border {border: 1px solid #3d3a37;}
