html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #241F12 url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCB193;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid #9E8C5A;
	font-size: 18px;
	font-weight: normal;
	color: #A19C7E;
}

h2 span {
	font-weight: bold;
	color: #CBC499;
}

h3 {
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 190%;
	text-align: justify;
}

ol {
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 220%;
}

ul li {
	padding-left: 13px;
	background: url(images/homepage07.gif) no-repeat left center;
}

.list1 {
	margin: 0px;
	padding: 0px;
}

.list1 li {
	float: left;
	width: 230px;
}

a {
	color: #BCB193;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 4px;
	border: 1px solid #B19C65;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 900px;
	margin: 0px auto;
}

/** HEADER */

#header {
	position: relative;
	height: 159px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0px;
	text-indent: -9999em;
	line-height: normal;
}

#header a {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/** MENU */

#menu {
	height: 48px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

.home #menu {
	background-image: url(images/homepage09.jpg);
}

#menu ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
	text-align: center;
	line-height: normal;
}

#menu li {
	display: inline;
	padding: 0px 25px;
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #87644E;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: url(images/bg03.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg04.jpg) no-repeat left top;
}

#bgbtm {
	height: 370px;
	min-height: 370px;
	padding: 50px 50px 0px 50px;
	background: url(images/bg05.jpg) no-repeat left bottom;
}

html>body #bgbtm {
	height: auto;
}

/** CONTENT */

#content {
	float: right;
	width: 505px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	background: #342C1A url(images/homepage06.gif) no-repeat right top;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/** FOOTER */

#footer {
	height: 112px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #5C5442
}

/** BOX1 */

#box1 {
	padding: 0px 50px;
	background: url(images/bg02.jpg) no-repeat left top;
	color: #C29583;
}

#box1 h2 {
	border-color: #72351B;
	color: #999472;
}

#box1 .column1 {
	float: left;
	width: 375px;
}

#box1 .column2 {
	float: right;
	width: 375px;
}

#box1 .border {
	border-color: #72351B;
}

#box1 .more {
	display: block;
	padding: 4px 0px 5px 34px;
	background: url(images/homepage04.gif) no-repeat left center;
	color: #E39B00;
}
