body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}
.mid {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.mid .logo {
	background-image: url(images/logo.png);
	height: 43px;
	width: 211px;
	position: relative;
	top: 25px;
	background-repeat: no-repeat;
}
.content {
	position: relative;
	top: 75px;
	font-family: verdana;
	font-size: 12px;
	width: 850px;
	text-align: left;
}
h1 {
	font-family: verdana;
	font-size: 18px;
	color: #86b28c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
.description {
	margin: 5px;
	background-color: #f7fdf3;
	border: 1px solid #d0efd4;
	padding: 6px;
	line-height: 140%;
}
a {
	color: #17c633;
	text-decoration: none;
}
