body {
	background-color:#ddffff;
	font: 8pt/14pt verdana; 
}
#header {
	position:absolute;
	left:100px;
	font-size:48pt;
	text-indent:-9000px;
	background:url(./angeline.png);
	height:152px;
	width:526px;
}


#nav {
	top:215px;
	left:710px;
	position:absolute;
	width:160px;
}
#nav ul {
	list-style:none;
	position:relative;
	left:-20px;
}

#nav a {
	text-decoration:none;
	color:black;
}
#nav li {
	width:100%;
	border-bottom:1px solid #00ffff;
}

#nav a:hover, #nav li:hover {
	background-color:#99ffff;
}


#content {
	padding:0 20px 0 20px;
	position:absolute;
	top:210px;
	left:80px;
	width:600px;
	background:url(gradient.png);
	background-repeat:no-repeat;
}

#content em {
	font-weight:bold;
	font-style:normal;
}

#content img {
	float:right;
	margin: 0px 0px 10px 20px;
}

#content h1 {
	width:400px;
	text-align:left;
	position:relative;
	top:0px;
	font: 18pt verdana;
	font-weight: bold;
	padding-bottom:4px;
}
#content h2 {
	font-size: 150%;
	padding:0px 0 10px 0;
	text-align:center;
}


dt {
    font-style: italic; 
    margin: 0px 0;
}
dd {
    margin: 10px 0 30px;
}