body {
	background-color: #EEFFEE;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

img {
	margin-left: 0px;
	/* turns off gaps around images - netscape fix */
	border:	0
	}
	
a {
	color: #336633;
	}
	
a:link {
	color: #336633;
	}
	
a:visited {
	color: #669966;
	}
	
a:active {
	color: #336633;
	}
	
a:hover {
	color: #336633;
	}
	
p {
	margin: 10px;
	}
	
h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
	}
	
em {
	font-style: normal;
	font-weight: bold;
	}
	
#splash {
	height: 290px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -145px;
	margin-left: -150px;
	text-align: center;
	}
	
#layout {
	width: 750px;
	}
	
#header {
	position: absolute;
	top: 0px;
	left: 205px;
	}
	
#content {
	position: absolute;
	top: 85px;
	left: 205px;
	z-index: 99;
	}
	
#box {
	width: 544px;
	background-color: #FFFFFF;
	border: 1px solid #336633;
	min-height: 260px;
	}
	
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 202px;
	}
	
#foot {
	text-align: center;
	font-size: 10px;
	}
	
#focusimage {
	margin: 0px 10px 0px 0px;
	float: right;
	font-size: 10px;
	text-align: right;
	}
	
.photo {
	margin: 10px;
	font-size: 10px;
	text-align: left;
	}