html {
	height: 100%;
	min-height: 100%;
	background: #F1EDE2 url(../images/layout/background-left.jpg) left repeat-y;
}
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/layout/background-top.jpg) top repeat-x;
	font: 11px Tahoma, Arial, Helvetica;
	color: #007B39;
	text-align: justify;
}
#container {
	height: 100%;
	min-height: 100%;
	min-width: 750px;
	position: relative;
	background: url(../images/layout/background-footer.jpg) bottom right no-repeat;
}
html>body #container {
	height: auto;
}
#content {
	padding: 140px 30px 60px 205px;
	background: url(../images/layout/header.jpg) top left no-repeat;
}
#content a, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #63ADDC;
}
#content a:hover {
	color: #A8D3E6;
}
h1, .h1 {
	font: bold 11px Tahoma, Arial, Helvetica;
}
h2, .h2 {
	font: bold 13px Tahoma, Arial, Helvetica;
}
p.testimonial {
	margin-left: 20px;
}
hr {
	border: 1px dashed #DBCEAE;
}
.noborder {
	border: none;
}
.img-left, .img-right {
	width: 130px;
	height: 86px;
	margin: 1px;
	border: 1px solid #007B39;
	background-color: #E7DFCC;
}
.img-right:hover {
	margin: 0px 0px 0px 14px;
	border: 2px solid #007B39;
}
.img-left:hover {
	margin: 0px 14px 0px 0px;
	border: 2px solid #007B39;
}
.img-left {
	float: left;
	margin-right: 15px;
}
.img-right {
	float: right;
	margin-left: 15px;
}
td {
	padding: 0px 8px 8px 0px;
}
.image {
	border: 2px solid #007B39;
}
#logo {
	position: absolute;
	top: 17px;
	right: 11px;
}
#nav-back {
	width: 175px;
	height: 61px;
	position: absolute;
	top: 210px;
	left: 0px;
	background-image: url(../images/layout/background-nav.jpg);
	z-index: 2;
}
#nav {
	width: 124px;
	position: absolute;
	top: 150px;
	left: 50px;
	z-index: 3;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav li {
	padding-top: 1px;
}
#nav a, #nav a:visited {
	padding: 2px 0px 0px 10px;
	width: 114px;
	height: 17px;
	display: block;
	text-decoration: none;
	background-image: url(../images/layout/nav-up.jpg);
	color: #006631;
}
#nav a:hover, #nav a.current {
	color: #006631;
	background-image: url(../images/layout/nav-over.jpg);
}
#nav a.current {
	font-weight: bold;
}
#sub {
	margin-bottom: 20px;
}
#sub a.current {
	color: #006631;
}
#news {
	width: 100%;
	text-align: left;
	display: table;
}
#news div {
	float: left;
	padding-right: 20px;
	line-height: 17px;
}
#footer-logo {
	position: absolute;
	bottom: 0px;
	left: 63px;
}
#footer {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #7C7671;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #585552;
	text-decoration: none;
}
#footer a:hover {
	color: #7C7671;
}
.fm-logo {
	float: right;
	margin: 5px 0px 0px 5px;
	border: none;
}