body {
	color: #584632;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
	background: #f3eee6;
	text-align:center;
}
/**************************************************
	blue/green: #3a8b94;
	
	brown: #584632;
**************************************************/
a {
	border: none;
	text-decoration: none;
	color: #3a8b94;
}
a:hover {	
	border: none;
	text-decoration: none;
	color:#aba000;
}
img {
	border: none;
	text-decoration: none;
}
img a:hover {
	border: none;
	text-decoration: none;
}
#container {
	width: 700px;
	margin: 0 auto;
}
#content{
	float: left;
	width: 600px;
}
#content p {
	float: left;
	width: 500px;
	padding: 10px 0px 15px 70px;
	text-align: left;
}
#content h1 {
	color:#584632;
	font-size: 14px;
}
#footer {
	float: left;
	width: 600px;
	text-align: center;
}
#footer p {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
}
.clear {
	clear: both;
}
