body {
	background-color: #999999;
	background-image: url(images/bg-backfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}
#main {
	background-color: #f1f1f1;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	background-image: url(images/bg-f1f1f1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 720px;
}
#strapline {
	background-image: url(images/greenbar.gif);
	height: 30px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
h6 {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content {
}
#footer {
	text-align: center;
	height: 30px;
	width: 720px;
	clear: both;
	background-image: url(images/greenbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 90%;
}
#content p {
	width: 680px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content a {
	color: #5B8527;
	text-decoration: none;
}
#content a:hover {
	color: #6E9721;
}
#footer p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size: 130%;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
