body {
	font-family: verdana;
	font-size: 80%;
	background: url(images/bg.jpg) repeat-x;
	margin: 0;
	color: #222;
}

#container {
	width: 930px;
	margin: 0 auto;
}

#header {
	height: 380px;
}
#topnav {
	list-style: none;
	margin: 0;
	padding: 0px 10px;
	clear: both;
}
#topnav li {
	float: left;
	margin: 0;
}
#topnav li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 30px 25px 60px 25px;
}
#topnav li a:hover {
	background: #005488;
}

#banner {
	background: url(images/banner.jpg) no-repeat top center;
	height: 275px;
	clear: both;
}

#wrapper {
	clear: both;
}

#side {
	float: left;
	width: 315px;
	margin-right: 25px
}
#content {
	float: left;
	width: 590px;
}

#footer {
	clear: both;
	color: #005488;
	text-align: right;
	border-top: 2px solid #ccc;
	padding-right: 10px;
	font-size: 85%;
}


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

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


