body {
	text-align: center;
	background: #656565;
	color: #D6CDC7;
	font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

#wrapper1 {
	width:800px; 
	height: 685px;
	margin:auto; 
	margin-top:30px; 
	background-color: #4C423B;
}

#wrapper2 {
	width:800px; 
	height: 400px;
	margin:auto; 
	margin-top:30px; 
	background-color: #4C423B;
}

#header {
	height: 164px;
	background-image: url(header.jpg);
	border-bottom: 3px solid;
}

#content {
	float: left;
	width: 500px;
	border-right: 3px dotted;
}

#contact {
	float: left;
	width: 290px;
	padding-top: 10px;
}

#footer {
	clear:both;
	height: 20px;
	background: #000000;
}

a {
	color: #D6CDC7;
	text-decoration: underline;
}