@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669966;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/spacer.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 800px;
	position: relative;
}
#header {
	height: 334px;
}
#content {
	padding-top: 15px;
	padding-left: 35px;
	position: relative;
	padding-right: 35px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #669966;
	background-color: #FFFFFF;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
#footer {
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: left;
}
.white {
	color: #ffffff;
}
p {
	line-height: 25px;
}
td {
	padding-bottom: 20px;
}
