body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	color: #FFFFFF;
	background: #333 url(../images/bg.gif) repeat-y center top;
	margin: 0;
	line-height: 150%
}
.hlight {font-weight: bold;
	color: #FFCC00;
	font-style: italic;}
.mcircle {
	position: relative;
	left: 0;
	top: -25px;
	height: 100px;
	width: 200px;
	font-weight: bold;
	color: #FFCC00;
	font-style: italic;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.david, .davidl {
	float: left;
	margin-right: 10px;
}
.davidl {margin: 0 20px 50px 0}
.davidr {float: right; margin-left: 10px}
A {
	color: #99CCFF;
}
#cont {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #303;
	width: 670px;
	padding: 0;
	background: url(../images/mbg.gif) bottom right no-repeat;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	height: 100px
}
#main {
	position: relative;
	top: -5px;
	left: 0;
	height: 50px;
	background: url(../images/headlogo2.gif) top left no-repeat;
}
html>body #main {top: 0em; height: auto}
#logo {
	position: relative;
	top: 0;
	left: 0;
}
#contact {
	position: absolute;
	width: 226px;
	top: 20px;
	right: 5px;
	font-size: 0.9em;
	text-align: right
}
#nav {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 150px;
}
#content {
	position: relative;
	margin: 0 20px 0px 170px;
	z-index: 1;
	padding-top: 50px;
	
}	
p {font-size: 1.1em}
a img {border: none}
.credit {position: relative; text-align: right; font-size: 0.9em}
