
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777C68;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 18px;
	color: #9AA384;
}

h2 span {
	font-weight: bold;
	color: #536F1A;
}

h3 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 14px;
	color: #9AA384;
}

h3 span {
	font-weight: bold;
	color: #536F1A;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	color: #B9BCA9;
}

.list1 li a {
	padding-left: 15px;
}

a {
	color: #698521;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 18px;
	background: url(images/homepage05.gif) no-repeat left center;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/bg02.jpg) repeat-x left top;
}

html>body #wrapper {
	height: auto;
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/** MENU */

#menu {
	height: 53px;
	background: url(images/bg03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 29px;
	padding: 19px 20px 0px 20px;
	background: url(images/homepage02.gif) no-repeat left bottom;
}

#menu li.first {
	padding-left: 40px;
	background: none;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	margin-bottom: 5px;
	background: url(images/bg1_01.jpg) repeat-y left top;
}

#page-bottom {
	background: url(images/bg1_04.jpg) no-repeat left bottom;
}

.single #page {
	background-image: url(images/subpage2_02.jpg);
}

.single #page-bottom {
	background-image: url(images/subpage2_03.jpg);
}

/** CONTENT */

#content {
	float: left;
	width: 545px;
	background: url(images/bg1_02.jpg) no-repeat left top;
}

#content .title {
	height: 33px;
	margin: 0px;
	padding: 100px 0px 0px 30px;
	color: #FFFFFF;
}

#content .title span {
	color: #FFFFFF;
}

#content .content {
	padding: 30px 30px 10px 30px;
}

.single #content {
	float: none;
	width: auto;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 350px;
	padding: 0px 0px 0px 5px;
	background: url(images/bg1_03.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	height: 48px;
	margin-bottom: 30px;
	background: url(images/bg1_05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 12px 26px;
	color: #8DA164;
}

#footer .legal {
	float: left;
}

#footer .links {
	float: right;
}

#footer a {
	padding: 0px 10px;
	text-decoration: none;
	color: #8DA164;
}

#footer a:hover {
	text-decoration: underline;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 40px 26px 80px 26px;
	background: url(images/bg04.jpg) no-repeat left bottom;
}

.box-style1 .title {
}

.box-style1 .content {
}

.box-style1-nobg {
	padding-bottom: 30px;
	background: none;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 10px 26px 0px 26px;
}

.box-style2 .title {
}

.box-style2 .content {
}
