* {
	margin: 0 auto;
	padding: 0;
}

A:link {text-decoration: none; color: #000;}
A:visited {text-decoration: none; color: #000;}
A:active {text-decoration: none; }
A:hover {text-decoration: none; color: #c4c4c4;}

body {
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
}

#container {
	border: 1px solid #e4e4e4;
	width: 900px;
	height: 100%;	
}

#header {
	background: url('img/top_header.gif') no-repeat;
	height: 173px;
}

#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#content {
	height: 500px;
	background-color: #f8f4e3;
}

#footer {
	border-top: #e4e4e4;
	background-color: #f8f4e3;
	padding: 15px;
	text-align: center;
}