html, body { margin:0; padding:0; }
body { background:#34311D; }

#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	background:url(../images/header.jpg) top no-repeat;
	height:235px;
}
#topnav {
	position:absolute;
	bottom:0;
}
#content {
	background:#E6E3B9;
	height:1%;
	overflow:auto;
	padding:0 10px;
}
#content .col1 {
	float:left;
	width:730px;
}
#content .col2 {
	float:right;
	width:200px;
}
#content .col2 form {
	width:149px;
	margin:0;
}
#footer, #footer a {
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	color:white;
}
#footer {
	clear:both;
	text-align:center;
	padding:20px 0;
}