body {
	background-color: #EDFFED;
	font-family: "Trebuchet MS", Geneva, verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 10px;
}

#container {
	text-align: left;
	background-color: white;
	width: 820px;
	margin: 10px auto 0;
	padding: 20px;
	line-height: 2.0em;
}

#photobox {
	float: right;
	padding: 10px;
    width: 150px;
	height: 300px;
	margin: 0 0 0 30px;
}

h1 {
	color: #007A29;
}

h2 {
	color: #007A29;
}

#subheading {
	font-size: 100%;
	font-style: italic;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

