body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #094E35;
	}
h1, h2, h3, p, ul {
	margin: 0px;
	padding: 0px;
	}
h1, h2, h3 {
	margin-top: 20px;
	color: #094E35;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
p, ul {
	margin-top: 10px;
	}
p {
	line-height: 18px;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #094E35;
	}
a:hover {
	text-decoration: underline;
	}
a.link {
	padding-left: 15px;
	background: url(../images/greenbullet.gif) 0 2px no-repeat;
	}
#page {
	width: 670px;
	margin: 0px auto;
	background: url(../images/page.bg.gif) 0 0 repeat-y;
	}
#header {
	height: 110px;
	padding: 10px 30px 10px 300px;
	background: url(../images/header.bg.gif) 10px 0 no-repeat;
	}
#header li {
	padding: 5px 0px 0px 15px;
	list-style: none;
	background: url(../images/greenbullet.gif) 0 7px no-repeat;
	}
#content {
	padding: 0px 30px 20px 30px;
	}
#content img {
	margin: 10px 0px 10px 10px;
	float: right;
	}
#content img.photo {
	width: 160px;
	padding: 2px;
	border: 1px solid #094E35;
	background-color: #A1D87C;
	}
#footer {
	height: 20px;
	padding: 0px 30px;
	background: url(../images/footer.bg.gif) #094E35 0 0 no-repeat;
	}

	




