body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003333;
	
}
	
	h1 {
	font-size: 15px;
	color: #003333;
	font-weight: bold;
	text-transform: capitalize;
}

h2 {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
}

a:link {
	color: #99FF99;
	text-decoration: none;
}

a:active { 
	color: #336633;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #CCFF99;
	text-decoration: none;

}

.header {
	width: 1074px;
	height: 150px;
	top: 20px;
	left: 20px;
	position: absolute;
	
}

.nav {
	top: 215px;
	left: 65px;
	position: absolute;
	width: 127px;
	height: 250px;
	z-index: 2;
	
}

.image {
	top: 220px;
	left: 300px;
	position: absolute;
	width: 600px;
	height: 300px;
	z-index: 2;
	
}

.message {
	top: 700px;
	left: 250px;
	position: absolute;
	width: 600px;
	height: 50px;
	z-index: 2;
}

.sponsors {
	top: 610px;
	left: 30px;
	position: absolute;
	width: 200px;
	height: 125px;
	z-index: 2;
}

.footer {
	top: 680px;
	left: 300px;
	position: absolute;
	width: 600px;
	height: 100px;
	z-index: 2;
}
