body {
	background: url('../images/body_bg.jpg');
	font-family: helvetica, arial, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
	color: #fffbd7;
}

div#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/outer_bg.jpg') no-repeat;
	padding-left: 100px;
}


.left_column {
	width: 300px;
	background: #fffbd7;
	padding-top: 25px;
	padding-right: 22px;
	padding-left: 25px;

}

.left_testimonials {
	margin-top: 70px;
	background: url('../images/left_testimonial.jpg') no-repeat;
	padding-top: 43px;
	padding-right: 25px;
	padding-bottom: 80px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px; 
	color: #c00;
}

.newsletter_signup {
	margin-top: 40px;
	background: url('../images/left_newsletter.jpg') no-repeat;
	font-size: 12px;
	padding-top: 100px;
	padding-left: 15px;
	padding-bottom: 40px;
}

.input_box {
	font-size: 12px;
	background: #FFFDEF;
	color: #900;
	margin-top: 4px;
}

.input_submit {
	font-size: 12px;
	font-weight: bold;
	background: #FFFBD7;
	color: #900;
	margin-top: 4px;
}

.newsletter_thanks {
	margin-top: 40px;
	background: url('../images/left_newsletter_thanks.jpg') no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-top: 100px;
	padding-left: 15px;
	padding-bottom: 80px;
}

.main_content {
	width: 500px;
	background: #fff;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.main_content a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.main_content a:hover {
	text-decoration: underline;
}


.footer {
	background: url('../images/footer.jpg') no-repeat;
	padding-top: 35px;
	padding-bottom: 60px;
	padding-left: 60px;
	font-size: 10px;
	color: #fffbd7;
}

.footer a {
	color: #D45F02;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

