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

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	}

p {
	font-size: 1.2em;
}
a {
	font-size: 1em;
	text-decoration: none;
	outline: none;
	color: black;
}
a img {
	text-decoration: none;
	outline: none;
	border: none;
}
h1 {
	font-size: 1.2em;
	color: #008144;
}
body {
	background: #608172;
	width: auto;
	height: auto;
	margin: auto;
}
#page-wrap {
	background: url(../images/bg.jpg) center center repeat-y;
	width: auto;
	height: auto;
	margin: auto;
	position: relative;	
}
#content {
	width: 800px;
	height: auto;
	margin: auto;
	padding-top: 44px;
}
#header {
	width: auto;
	height: 291px;
	margin: auto;
	border-top: #009933 medium solid;
	border-bottom: #009933 medium solid;
}
#text {
	width: 388px;
	height: auto;
	margin: 0 30px 0;
	float: left;
}
#lists {
	width: auto;
	height: auto;
	margin: auto;
}
#lists ul {
	float: left;
	margin: 0 50px 0;
	font-size: 1.5em;
	list-style-image: url(../images/bullet.jpg);
	text-indent: -2px;
}
#form {
	background: url(../images/form-bg.jpg) center center no-repeat;
	width: 284px;
	height: 466px;
	margin: auto;
	padding: 20px 0 0 30px;
	float: left; 
}
#form p {
	color: white;
}
#form h1 {
	font-size: 2em;
	color: #ffff00;
}
#form h2 {
	color: white;
	font-size: 1.6em;
}
#endorsements {
	width: 325px;
	height: auto;
	margin: auto;
	float: left;
	text-align: center;
}
#endorsements img {
	padding: 10px 0;
}

#footer-wrap {
	background:url(../images/footer-bg.jpg) top center no-repeat;
	width: auto;
	height: 48px;
	margin: auto;
	text-align: center;
}
#footer {
	width: 800px;
	height: auto;
	margin: auto;
	padding: 5px 0 0;
	border-top: #009933 medium solid;
}
