body {
	background-color: 8fa88b;
	font-family: "Trebuchet MS";
	font-size: small;
	margin: auto;
	
}

table {
		font-family: "Trebuchet MS";
	font-size: small;
	margin: auto;
}

A:link {text-decoration: underline; color: #000000}
A:visited {text-decoration: underline; color: #000000}
A:active {text-decoration: underline; color: #000000}
A:hover {text-decoration: none; color: #000000}

#content {
	width: 800px;
	background-image: url(images/bodybg.jpg);
	margin: 0px;
	
}

#contentblock {
	width: 780px;
	margin: 0px;
	
}

#footer {
	width: 800px;
	background-image: url(images/footer.jpg);
	height: 26px;
	
} 

#header {
	background-image:url(images/header.jpg);
	width: 800px;
	height: 146px;
	
}

#nav {
	position: relative;
	top: 120px;
	font-size: 16px;
	
}

h1 {
	font-size: 16px;
	margin: 0px;
}

p {
	margin: 0px;
	
}