html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2B271B url(images/bg07.jpg) repeat left top;
	font: 11px/1.8 Arial, Verdana, Helvetica, sans-serif;
	color: #837163;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #DBDEAF;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
}

strong {
}

a {
	color: #AE9D8B;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** TITLES */

.subHead {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #DBDEAF;
	font-weight: bold;
	text-decoration: none;
}

.title {
	height: 30px;
	text-indent: -9999em;
}

#title1 {
	background: url(images/homepage_08.jpg) no-repeat left top;
}

#title2 {
	background: url(images/homepage_09.jpg) no-repeat left top;
}

#title3 {
	background: url(images/homepage_10.jpg) no-repeat left top;
}

#title4 {
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#title5 {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

#title6 {
	background: url(images/subpage1_03.jpg) no-repeat left top;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg01.jpg) repeat-x left top;
}

.container {
	width: 900px;
	margin: 0px auto;
	padding: 0px 50px;
	overflow: hidden;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 243px;
	padding-top: 117px;
	background: url(images/bg02.jpg) no-repeat left top;
}

/** MENU */

#menu {
	height: 84px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 44px;
	padding: 25px 15px 0px 15px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #DBDEAF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active a {
	background: url(images/homepage_02.jpg) no-repeat center bottom;
	font-weight: bold;
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 1000px;
	padding: 0px;
	overflow: hidden;
	background: url(images/bg05.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/bg03.jpg) no-repeat left top;
}

#page-bgbtm {
	width: 100%;
	padding: 60px 50px 50px 50px;
	overflow: hidden;
	background: url(images/bg04.jpg) no-repeat left bottom;
}

.home #page-bgbtm {
	padding-top: 0px;
}

.vline {
	width: 900px;
	overflow: hidden;
	background: url(images/homepage_07.gif) repeat-y 629px 0px;
}

/** BANNER */

#banner {
	padding: 0px 50px;
}

/** CONTENT */

#content {
	float: left;
	width: 580px;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
}

#wide-content {
	float: none;
	width: 850px;
	overflow: hidden;
	padding: 0px 25px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
	overflow: hidden;
	padding: 0px 25px 0px 0px;
}

/** FOOTER */

#footer {
	height: 136px;
	background: url(images/bg06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	text-align: center;
	color: #4B4537;
}

#footer a {
	color: #4B4537;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
	width: 900px;
	margin: 0px;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
	background: url(images/bg03.jpg) no-repeat -50px 0px;
}

.box-style1 .vline {
	background-position: 379px 0px;
}

.box-style1 .col1 {
	float: left;
	width: 330px;
	padding: 0px 0px 0px 25px;
}

.box-style1 .col2 {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 55px;
}

.box-style1 .col3 {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 25px;
}

.box-style1 .col4 {
	float: left;
	width: 440px;
	padding: 0px 0px 0px 25px;
	margin-left: 50px;
}

/** BOX STYLE 2 */

.box-style2 {
	margin-bottom: 3em;
}