/* general styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #6B5F0D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A49300;
}
a:hover {
	text-decoration: none;
	color: #6B5F0D;
}
a:active {
	text-decoration: underline;
	color: #6B5F0D;
}
p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	color: #6B5F0D;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #656600;
	margin-top: 0px;
	margin-bottom: 8px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FBA91E;
}
#header span {
	display: none;
}
.imgL {
	float: left;
	padding-right: 10px;
}
.imgR {
	float: right;
	padding-left: 10px;
}
#Side {
	float: right;
	width: 200px;
	height: 400px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	font-style: italic;
}
#contactSide {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #F8F7F3;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	background: url(images/bg.jpg) repeat-y center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
#header {
	background: url(images/header.gif) no-repeat top;
	height: 165px;
}
/* navigation */
#nav {
	float: left;
	width: 185px;
	border-bottom: 1px solid #FBA91E;
}
#nav a {
	color: #676200;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 15px 5px 15px 40px;
	border-top: 1px solid #FBA91E;
}
#nav a:hover {
	color: #A49400;
	background: url(images/tracker.gif) no-repeat 20px 8px;
}
#nav a#current {background: url(images/tracker.gif) no-repeat 20px 8px;}
#nav a.noline {
	border-top: 1px solid #FFFFFF;
}
/* content area */
#content {
	margin-left: 205px;
	margin-top: 45px;
	width: 540px;
	min-height: 340px;
	margin-bottom: 35px;
}
#left {
	float: left;
	width: 355px;
	margin: 0px;
	padding: 0px;
}
#right {
	float: left;
	width: 145px;
	background: url(images/divider.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 30px;
}
/* footer */
#footer {
	background: url(images/bot.jpg) no-repeat center bottom;
	height: 50px;
}
#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#footer a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	text-decoration: underline;
	color: #000000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
