body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003333;
}  
  
#wrapper{  
   width: 1024px;  
   margin: 0 auto;  
   position: relative;
   margin-left: auto;
   margin-right: auto; 
}

h1 {
	font-size: 15px;
	color: #003333;
	font-weight: bold;
	text-transform: capitalize;
}

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

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

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

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

a:hover {
	color: #CC9900;
	text-decoration: none;	
}

.header {
	width: 1100px;
	height: 175px;
	top: -5;
	left: -5;
	position: absolute;
	
}

.nav {
	top: 190px;
	left: 55px;
	position: absolute;
	width: 150px;
	height: 250px;
	z-index: 2;
	
	}

.sponsors {
	top: 720px;
	left: 28px;
	position: absolute;
	width: 200px;
	height: 125px;
	z-index: 2;

}

.pageheader {
	top: 200px;
	left: 285px;
	position: absolute;
	width: 760px;
	z-index: 2;
}

.content {
	top: 255px;
	left: 285px;
	position: absolute;
	width: 750px;
	z-index: 4;
	
	
	}

.photo {
	top: 610px;
	left: 45px;
	position: absolute;
	width: 150px;
	height: 200px;
	z-index: 2;
}

.footer {
	top: 700px;
	left: 18px;
	position: relative;
	width: 220px;
	height: 50px;
	z-index: 2;
}

