body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
	background: #663399;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.center { text-align: center; }

.float_left { float: left; }
.float_right { float: right; }
.clearer { clear: both; }

#container { 
	width: 851px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat white;
	background-position: 50% 450px;
	
}

h1 { color: #663399; }

.nav p { margin: 0px; }
.nav a,
.nav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	background: #663399;
}

.nav a { font-weight: bold; text-decoration: none; }

#header {
	width: 851px;
	height: 314px;
	background: url(images/header.jpg) no-repeat white;
	margin: 0 auto;
}
#content {
	border-left: 2px solid #00CC00;
	border-right: 2px solid #00CC00;
	padding: 10px 20px 10px 20px;
	width: 807px;
	margin: 0 auto;
	min-height: 500px;
}

#footer {
	width: 851px;
	height: 143px;
	background: url(images/footer.jpg) no-repeat;
	margin: 0 auto;
}