body {
	font-family: verdana, arial;
	font-size: 75%;
	color: #333333;
	background: #a1aa6b;
}

#container {
	width: 800px;
	margin: auto;
}

#header {
	clear: both;
	background: url('images/header.jpg') top left no-repeat;
	border: 1px solid #454c2d;
	height: 125px;
	position: relative;
}

#main {
	clear: both;
	border-left: 1px solid #454c2d;
	border-right: 1px solid #454c2d;
	padding: 0px 0px;
	background: url('images/bg.jpg') repeat-y;
}

#content {
	width: 590px;
	float: left;
	padding: 0px 5px;
}

#nav {
	width: 194px;
	float: left;
}

#nav ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

#nav ul li {
	margin: 2px 0px;
}

#nav ul li a {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	padding: 15px 0px 1px 0px;
	color: #afb77e;
	text-decoration: none;
	border-bottom: 1px solid #afb77e;
	font-weight: bold;
}
#nav ul li a:hover {
	color: white;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	background: url('images/bottom.jpg') top left no-repeat;
	height: 75px;
	padding: 30px 20px 0px 20px;
	color: white;
}
#footer p {
	margin: 0px;
}
#footer a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 200%;
	position: absolute;
	bottom: 5px;
	left: 5px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	color: #454c2d;
	margin: 5px 0px;
}
h3 {
	font-size: 110%;
	color: #454c2d;
}
p {
	margin: 10px 5px;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

