/* CSS */

* { padding: 0; margin: 0; }

body {
	background-color: #1e3a07;
	background-image: url(images/bg_2.jpg);
	background-repeat: repeat-x;
}

#wrapper {
    width: 934px;
    margin-left:auto;
    margin-right:auto;
}

#header {
	width: 934px;
	height: 175px;
	background-image: url(images/header_2.png);
	float: left;
}


#main {
	width: 884px;
	height: auto;
	padding: 0px 25px 10px 25px;
	float:left;
	background-color: #f7f7f7;
	background-image: url;
}

.testimonialsbox { 
    width: 505px;
	height: 150px;
	float: none;
	margin-left: 130px;
	text-align:left;
	padding: 25px 15px 25px 130px;
	background-image: url(images/testim.png);
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #eee;
}

.optinbox { 
    width: 220px;
	height: 80px;
	float: none;
	margin-left: 150px;
	text-align:left;
	padding: 100px 20px 20px 160px;
	background-image: url(images/signupbox.png);
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #eee;
}

#footer {
	width: 934px;
	height: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	color: #36393D;
	text-align: center;
	float:left;
	background-image: url(images/footer_2.png);
	margin-bottom: 50px;
}



.header1 {
    font-family: tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #d12027;
}


.darktext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
