* {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url("../images/container_background.gif") repeat-y center #fff6de;
}

a img {
	border: 0;
}

img {
	border: 0;
	margin-bottom: 5px;
} 

h1, h2, h3, h4, h5, h6 {
	color: #008000;
}

h2 {
	color: #008000;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.2em;
}

p {
	color: #008000;
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #008000;
}

a:hover {
	text-decoration: underline;
	color: #008000;
}

form {
	margin-top: 10px;
}

fieldset{
	border: 0;
}

input[type=text], textarea{
	font: 13px Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	width: 160px;
}

td{
    padding-bottom: 26px;
}

#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url("../images/layout_background.gif") repeat-y center;
}

#header {
	width: 100%;
	height: 220px;
	text-indent: -9999px;
	background: url("../images/header.jpg") no-repeat;
}

#nav {
	width: 189px;
	float: left;
	padding: 0 0 20px 20px;
}

#nav li {
	list-style: none;
}

#nav a {
	display: block;
	border-bottom: 1px dashed #fff;
	width: 189px;
	padding: 10px 0 10px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background: #008000;
	display: block;
	border-bottom: 1px dashed #fff;
	width: 183px;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	width: 494px;
	float: left;
	padding: 10px 20px 20px 20px;
}

#content ul {
	color: #008000;
	padding-left: 25px;
}

#content li {
	margin-bottom: 8px;
}

#form {
	width: 172px;
	float: right;
	padding: 10px 25px 20px 5px;
}

#form h2 {
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#testimonials p {
	padding: 0 10px 8px 10px;
}

#footer {
	width: 100%;
	text-align: center;
	background: #008000;
	padding-top: 5px;
}

#footer p {
	color: #fff;
	padding-bottom: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}