body {
	font-family: verdana;
	font-size: 80%;
	background: #f39d09;
	margin: 0;
	color: #222;
}

#container {
	width: 944px;
	margin: 0 auto;
	background: white;
}

#header {
	height: 370px;
	background: url(images/header.jpg) no-repeat top;
	position: relative;
}

#topnav {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	position: absolute;
	top: 40px;
	right: 10px;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0px 10px;
}
#topnav li a {
	display: block;
	color: white;
	text-decoration: none;
}
#topnav li a:hover {
	color: black;
}


#mainnav {
	list-style: none;
	margin: 0 13px 0 14px;
	padding: 0px 10px;
	clear: both;
	background: #f39d09;
}
#mainnav li {
	float: left;
	margin: 0;
	padding: 5px 17px;
	text-align: center;
}
#mainnav li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#mainnav li a:hover {
	color: black;
}

#wrapper {
	clear: both;
	padding: 0 13px 0 24px;
}

#side {
	float: left;
	width: 220px;
}
#side img {
	margin: 3px 0px;
}

#content {
	float: left;
	width: 686px;
}
#content p {
	line-height: 170%;
}


#footer {
	clear: both;
	color: white;
	text-align: center;
	font-size: 85%;
	background: #f39d09 url(images/footer.jpg) no-repeat top center;
	padding-top: 20px;
}
#footer p {
	margin: 0px;
	padding: 8px 0px;
}

h1, h2, h3, h4 {
	color: #f39d09;
}

h1 {
	display: none;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


