#container {
	margin: auto;
	width: 960px;
	background-color: #fff;
}
		
#header {
	height: 125px;
	background-color: #ceb78a;
}
		
#navigation {
	height: 36px;
	width: 100%;
	margin-bottom: 50px;
	background-color: #744924;
	text-align: center;
}
		
.col1 {
	float: left;
	width: 25%;
	margin-bottom: 30px;
	margin-left: 50px;
	padding-right: 2%;
}
		
.col2 {
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-bottom: 30px;
	padding-right: 1%;
}
		
.col3 {
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-bottom: 30px;
}
		
#footer {
	clear: both;
	height: 44px;
	padding: 10px;
	text-align: center;
	color: #ceb78a;
	font-size: 105%;
	background-color: #744924;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}
	