body {
	background-color: #655240;
}

#buttons {
width: 170px;
padding: 30px 0px 0px 0px;
margin: 0;
}

#titleandtext {
width: 500px;
margin: 0;
}

#content {
width: 700px;
padding: 30px 0px 0px 0px;
margin: 0;
}


#content p{	
font-family: "Palatino", "New York", serif;
color: #81715d;
	font-size: 12px;
	line-height: 18px;
}

#content p a{
	color: #81715d;
	text-decoration: underline;
}

#content p a:hover{
	color: #ad6b35;
	text-decoration: underline;
}

#content table{
font-family: "Palatino", "New York", serif;
color: #81715d;
	font-size: 12px;
	line-height: 18px;
}

.burnt{
	color: #ad6b35;
	font-weight: bold;
}


#headerimage {
padding: 0px 0px 30px 0px;
}

#footer {
height: 70px;
padding: 30px 0px 0px 0px;
margin: 0;
}


#footer p{	font-family: "Palatino", "New York", serif;
font-size: 10px;
	line-height: 10px;
	color: ccc3a6;
}

#footer a{	font-family: "Palatino", "New York", serif;
font-size: 10px;
	line-height: 10px;
	color: ccc3a6;
	text-decoration: none;
}

#footer a:hover{	font-family: "Palatino", "New York", serif;
font-size: 10px;
	line-height: 10px;
	color: ad6b35;
	text-decoration: none;
}



