<style type="text/css">

<!--

{}

body {
	background-color: #b89f82;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	margin: 10 auto;
	width: 900px;
	padding: 0px;
	text-align: left;
}

#header {
	width: 900px;
	height: 249px;
	color: white;
	text-align: center;
}

#left {
	float: left;
	width: 207px;
}

#content {
	background-color: #d7cdc3;
	float: left;
	width: 673px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#text {
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	display: table-cell; 
	color: d7cdc3;
	font-size: .85em;
}

a.copyright {
 text-decoration: none;
 color: #ffffff;
}

a.copyright:hover {
 text-decoration: underline;
}

h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 1.1em;
}

ul {
	padding: 0px;
	margin: 5px 0px 15px 35px;
}

-->
</style>