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

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

#header {
	height: 240px;
	background: url(images/header.jpg) no-repeat center;
}
#topnav {
	list-style: none;
	margin: 0;
	padding: 0px 10px;
	clear: both;
	background: #d6430c;
}
#topnav li {
	float: left;
	margin: 0;
	width: 20%;
	padding: 10px 0px;
	text-align: center;
}
#topnav li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#topnav li a:hover {
	color: #ffbfa7;
}

#wrapper {
	clear: both;
}

#side {
	float: left;
	width: 210px;
	margin: 0px 10px;
}

#sidebox {
	background: #8b785a;
	width: 199px;
	margin: 10px auto;
}
#sidebox img {
	float: left;
}
#sidebox ul {
	margin: 0;
}
#sidebox ul li {
	color: white;
	padding: 3px 0px;
}
#sidebox ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#sidebox ul li a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 640px;
}
#content p {
	line-height: 170%;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
	font-size: 85%;
	background: #d6430c;
}
#footer p {
	margin: 0px;
	padding: 8px 0px;
}

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

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%;
}


