body {
	background-color: #e1e2e6;
	margin: 0px; 
	padding: 0px;	
	font: 12px/14px Arial;
	}
	
a:link {
	color: #e1e2e6;
	text-decoration: none;
	}
a:visited {
	color: #e1e2e6;
	text-decoration: none;
	}
a:hover {
	color: #e1e2e6;
	text-decoration: underline;
	}
a:active {
	color: #e1e2e6;
	text-decoration: none;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
.clearer {
	clear: both;
	}
	
#container {
	background: url("bg.jpg") no-repeat;
	width: 720px;
	height: 100%;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0px 0px 40px 0px;
	}
	
#whatitdo {
	color: #83783c;
	width: 220px;
	height: 160px;
	padding: 120px 0px 0px 0px;
	float: right;
	font-weight: bold;
	line-height: 18px;
	}
	
#contact_info {
	background: url("contact.gif") no-repeat bottom left;
	background-color: #584646;
	width: 670px;
	height: 100px;
	float: right;
	}
	
.peeps {
	color: #e1e2e6;
	font-size: 14px;
	line-height: 24px;
	float: right;
	text-align: right;
	clear: none;
	padding: 28px 20px 0px 0px;
	}
	
.holderthing {
	width: 670px;
	height: 110px;
	float: right;
	}
	
.inputs {
	padding: 40px 5px 0px 0px;
	color: #584646;
	font-weight: bold;
	width: 217px;
	height: 70px;
	float: left;
	}
	
label {
	}
	
.inputs input {
	background-color: #e1e2e6;
	margin: 0px 10px 0px 5px;
	border-top: 0px solid #584646;
	border-right: 0px solid #584646;
	border-bottom: 2px solid #584646;
	border-left: 0px solid #584646;
	font-weight: bold;
	color: #83783C;
	width: 160px;
	}
	
textarea {
	background-color: #E1E2E6;
	border-top: 2px solid #584646;
	border-right: 2px solid #584646;
	border-bottom: 2px solid #584646;
	border-left: 15px solid #584646;
	color: #83783C;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 0px 50px;
	width: 643px;
	height: 90px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 17px;
	}
	
.buttons input {
	background-color: #584646;
	border: 0px solid #E1E2E6;
	color: #E1E2E6;
	font-weight: bold;
	float: right;
	padding: 3px;
	margin: 4px 0px 0px 5px;
	}
	
.thanks {
	font-size: 18px;
	color: #9F986F;
	padding: 40px 0px 0px 50px;
	}
	
/*____________________________________________________________________________________________Form Validation_*/
	
.validation-advice {
	width: 200px;
	margin: 5px 0;
	padding: 5px;
	color: red;
	font-weight: bold;
	}
	