html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFF99;
	color: #000;
	font-size: 91%;
	font-family: arial, sans-serif;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	}
	
a:link {	
	color: #CC0099;
	text-decoration: none;
	}

a:visited {
	color: #CC0099;
	text-decoration: none;
		}	

a:hover {	
	color: #CC3399;
	text-decoration: underline;
	}

a:active {	
	color: #CC0099;
	text-decoration: none;	
	}
	
h1 {
	font-size: 220%;
	font-weight: bold;
	color: #CC3399;
	margin-top: 0;
	}
	
h2 {
	font-size: 140%;
	font-weight: normal;
	color: #CC3399;
	margin-top: 0;
	}
	
h3 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin-top: 0;
	}

#header {
border: 0px solid #000;
	padding-top: 10px;
	padding-left: 10px;
	background: transparent;
	color: #000;
	padding-bottom: 20px;
	}
	
#nav {
border: 0px solid #000;
	float: left;
	background: transparent;
	color: #000;
	padding-top: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 165px;
	padding-bottom: 0px;
	height: 275px;
	}
	
#content {
border: 0px solid #000;
	margin-left: 179px;
	background: transparent; 
 	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	text-align: left;
	vertical-align: top; 
	}
	
#footer {
border: 0px solid #000;
	background: transparent; 
	padding-bottom: 10px;  
	width: 99%; 
	color: #000; 
	padding-top: 10px; 
	text-align: center;
	font-size: 90%;
	clear: both;	
	}

