body {
	background-color: #f6f5f5;
	font-size: 13.33px;
	font-family: Arial, Helvetica, Verdana;
}

#container {
	background-image: url('images/container-bg.png');
	background-repeat: repeat-y;
	width: 992px;
	margin: 20px auto 20px auto;
	font-size: 1em;
	text-align: left;
}

#header {
	clear: both;
	margin: 0;
	padding: 0;
}

#header #logo {
	margin: 0 0 0 12px;
	clear: both;
	height: 67px;
}

#header #banner {
	text-align: center;
	margin: 0 0 0 1px;
}

#navi {
	margin: 0 10px 0 11px;
	background-image: url('images/navi-bg.png');
	background-repeat: repeat-x;
	height: 43px;
	line-height: 36px;
	clear: both;
	font-size: 16.67px;
	text-align: left;
	padding-left: 30px;
}

#navi a:link,
#navi a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0 15px 0 0;
	font-weight: normal;
}

#navi a:hover,
#navi a.active,
#content_left a.active
{
	color: #000;
}

#footer {
	clear: both;
	padding-top: 40px;
}

#content_left {
	margin: 40px 10px 0 40px;
	width: 180px;
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-size: 14.67px;
}

#content_main {
	margin: 20px 10px 0 10px;
	float: left;
	width: 450px;
	text-align: left;
}

#content_main2 {
	margin: 20px 10px 0 10px;
	float: left;
	width: 260px;
	text-align: left;
}

#content_right {
	margin: 24px 10px 0 50px;
	float: left;
	width: 180px;
	text-align: left;
	font-size: 14.67px;
	font-style: italic;
	line-height: 1.5em;
	color: #997148;
}

#content_right2 {
	margin: 24px 10px 0 50px;
	float: left;
	width: 340px;
	text-align: left;
	font-size: 11px;
}

div#environment {
	margin: 30px 0 20px 0;
}

a:link,
a:visited {
	color: #997148;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
	clear: both;
	background-image: url(images/li-bg.png);
	background-repeat: repeat-y;
	
}

ul ul {
	background-image: none;
}

ul ul ul {
	margin: 0;
}

li {
	margin: 0 0 0 22px;
	padding: 0;
	max-width: 450px;
}

img {
	border: 0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #a67c52;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #a67c52;
}


form#contact input {
	width: 300px;
}

form#contact textarea {
	width: 300px;
	height: 100px;
}

form#contact input#submit {
	width: 100px;
}

#forcescroll {
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0px;
}

.stickytooltip {
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display: none;
	position: absolute;
	border: 0px solid #fff; /*Border around tooltip*/
	background: white;
	z-index: 3000;
}

.stickytooltip .figure {
	width: 230px;
}

.stickytooltip .navi {
	width: 330px;
}