body {
	background-color: #642d0f;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#wrapper {
	margin-left: 60px;
	width: 900px;
	background-image: url('images/wrapbkg.jpg');
	margin-top: 0px;
}

#inwrap {
	text-align: justify; 
	margin-left: 60px; 
	width: 565px;
}

.header {
	font-weight: bold;
	font-size: 20px;
	text-align: justify;
	text-decoration: underline;
	margin-top: 0px;
}

a {
	text-decoration:none; 
	color: #e3ac6e;
}

a:hover {
	text-decoration: underline;
}