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: #006633;
	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: 850px;
	height: 150px;
	top: 20px;
	left: 30px;
	position: absolute;
	
}

.nav {
	top: 210px;
	left: 55px;
	position: absolute;
	width: 127px;
	height: 250px;
	z-index: 2;

}

.pageheader {
	top: 210px;
	left: 250px;
	position: absolute;
	width: 600px;
	z-index: 2;
}

.content {
	top: 263px;
	left: 250px;
	position: absolute;
	width: 600px;
	z-index: 2;
	
	
	}

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

.footer {
	top: 800px;
	left: 35px;
	position: relative;
	width: 150px;
	height: 50px;
	z-index: 2;
}
