/* COLORS */

.green1-bg{
	background-color:#879472;
}

.white-bg{
	background-color:#fff;
}

.green1-text{
	color:#879472;
}

.green2-text{
	color:#AAB695;
}

.white-text{
	color:#fff;
}


/* FONTS */
.main-font{
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

#contact-form input, #contact-form textarea {
	width:400px;
	margin:5px 0 20px 0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:12px;
}

#contact-form .submit {
	width:100px;
}