#nav {
	postion: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 420px;
	background-color: #660098;
	padding-right: 5px;
}

#main {
	position: absolute;
	left: 130px;
	top: 0px;
	width: 560px;
	height: 500px;
	background-color: #660098;
	text-align: center;
}


body {
	background-color: #660098;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}

a.nav:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.nav:hover {
	font-family: Arial;
	font-size: 10 pt;
	font-weight: bold;
	text-decoration: none;
	color: #0BDDBC;
}

a.email:link {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCFF;
}

a.email:visited {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCFF;
}

a.email:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0BDDBC;
}

.moreinfo {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	margin-left: 20px;
}

.copyright {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
}
