BODY {
	margin: 0;
	body: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: white;	
	color: #2D2D2D;
	}
A, A:visited {
	text-decoration: none;
	color: #0C7AEB;
	}
A:hover { 
	text-decoration: underline;
	}


#logo { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	}

#nav {
	position: absolute;
	left: 0px;
	top: 80px;
	z-index: 20;
	}
#address { 
	margin-left: 20px;
	padding-top: 10px;
	background-image: url(graphics/below-nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 80%;
	}

#title { 
	position: relative;
	top: 5px;
	font-family: Times New Roman, times, serif;
	font-size: 24px;
	padding: 0;
	margin: 0 0 0 480px;
	font-weight: bold;
	}
	
#main { 
	position: absolute;
	left: 190px;
	top: 120px;
	width: 660px;
	}
	
.logoimg { 
	float: left; 
	margin-right: 5px;
	}

.person p {
	clear: both;
}

.person .name {
	float: left;
	font-weight: bold;
	margin: 1em 0;
	width: 50%;
}

.person .email {
	float: right;
	margin: 1em 0;
	text-align: right;
	width: 40%;
}