body {  
        margin-top: -170px;
	background-color: #bbccbb;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	

	}
h1 { 
	font-size: 2.2em;
	text-align: center;
	letter-spacing: 10px;
	border-bottom: solid #000000 3px;	
	
}
	
h2 { 
	font-size: 1.5em;
	
}
p{    
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.4em;
	
}
p.footer { font-size: .7em;
	font-weight: bold;
	
}
.center {
text-align: center;
}
.lucida {
	font-family: "Lucida Calligraphy Italic";
	text-align: center;
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

#header {
        
	background-color: #00e1f3;
	border-bottom: solid #000000 1px;
	font-size: 2em;
	height: 3.2em;
	
}
#content { 
	position:absolute;
	margin-left: 200px;
	width: 622px;
	}
#navbar { 
	position: absolute;
	background-color: #f3e4d1;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 404px;
	border-bottom: solid #000000 1px;
	
	
}
#rightnav {
	position: absolute;
	background-color: wheat;
	margin-top: 0px;
	margin-left: 805px;
	width: 20%;
	height: 404px;
	border-bottom: solid #000000 1px;

	
	}

#main-text { 
	background-color: white;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	margin-top: 0px;
	margin-left: 0px;
	width: 92%;
        height: 372px;
	padding: 1em;
}



