body{
	font: 1em Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #80B19C;
}
h2, p {
	padding-left: 10px;
	line-height: 24px;
}
ul {
	list-style-image: url(../images/checkmark.gif);
	line-height: 30px;
}
li {
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #00643A;
}
a:hover {
	background-color: #80B19C;
	color: white;
	height: 24px;
}
#container {
	width: 800px;
	border: 1px solid gray;
	text-align: left;
	margin: 0px auto;
	background-color: white;
}

#header {
	width: 100%;
}

#nav {
	clear: both;
	float: left;
	width: 200px;
	border-right: 1px solid #c0c0c0;
	padding-top: 10px;
}

#content {
	float: left;
	width: 575px;
	padding-top: 10px;
}

#footer {
	font-size: .9em;
	clear: both;
	width: 800px;
	text-align: center;
	background-color: gray;
	color: white;
}
