html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(resources/bg01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #888888;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2 {
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 30px;
}

h1.style1 {
	margin-bottom: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2.style1 {
	font-size: 20px;
	color: #C2C2C2;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 1.70;
	text-align: left;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #6B9146;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background: url(resources/bg02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 110px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	margin-right: 10px;
	padding: 10px 15px 0px 15px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #83A85E;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(resources/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(resources/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 550px;
	height: 680px;
	min-height: 680px;
	padding: 50px 75px 0px 25px;
	background: url(resources/bg05.jpg) no-repeat right top;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 260px;
}

.two-columns .column2 {
	float: right;
	width: 260px;
}

.summary
{
	text-align: right;
	font-style: italic;
	padding-right: 30px;
	font-size: 14px;
	padding-bottom: 20px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 275px;
	height: 610px;
	min-height: 610px;
	background: url(resources/bg04.jpg) no-repeat left top;
	padding-top: 120px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 25px;
}

html>body #sidebar {
	height: auto;
}

/** BOXES */

.box
{
	position: relative;
	border: solid 1px #DFDFDF;
	margin-top: 15px;
	background: inherit;
	color: #888888;
}

.box p
{
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

.box_inner
{
	border: solid 1px #CCCCCC;
	padding: 15px;
	background: #FFF url('resources/a4.gif') repeat-x;
	color: inherit;
}

.captioned_image
{
	position: relative;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
}

/** FOOTER */

#footer {
	background: #83A85E url(resources/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 180px;
	padding: 0px 50px 0px 350px;
	background: url(resources/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #E7EEDF;
}

#footer .legal {
}

#footer .links {
}

/** LIGHTBOX */

.figure {
	float: left;
	width: 170px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 225px;
}
.figure  img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
}

.figure p {
	font: 0.9em/normal Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0 0 0;
	height: 5em;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

