BODY
{
	font: 80% Verdana, Arial, sans-serif;
	background-color: #b5c9e4; /* Corkett blue */
	margin: 0;
	text-align: center;
}

div#wrapper
{
	margin: 0 auto;
	width: 620px;
	text-align: left;
}

div#corkett_logo
{
	text-align: center;
	height: 240px;
	width: 620px;
	background-image: URL("graphics/logo2.jpg");
}

div#content_wrapper
{
	width: 620px;
	background-image: URL("graphics/v-pipes.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

div#contents
{
	margin: 0 auto;
	width: 430px;
	text-align: left;
}

div#contents h1 {	margin: 0; }
div#contents h2 {	margin: 0; }
div#contents h3 {	margin: 0; }
div#contents h4 {	margin: 0; }
div#contents li 
{
	margin: 0;
	padding: 0;
	font: 80% Verdana, Arial, sans-serif;
}

div#footer
{
	text-align: right;
	font-size: xx-small;
}

div#nav_menu
{
	position: absolute; left: 10px; top: 240px;
}

#cssbuttons 
{
	width: 160px;
	text-align: center;
}

#cssbuttons ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#cssbuttons li 
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
//	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cssbuttons li a 
{
	color: #000;
	background-color: #9cf;
	border: 1px outset #00f;
	width: 160px;
	text-decoration: none;
	display: block;
}

#cssbuttons li a:hover 
{
	color: #ff0;
	background-color: #0000c0;
}
