	body{background: none;}
/* This code creates the email input box that's used in the Contact Form 7 */
input[type=email], input[type=text] {
	background: #eee;
	border: solid 1px #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
	max-width: 445px;
}

input[type=email]:focus, input[type=text]:focus {
	outline: none;
	background: #fff;
}
/*end of email input box code */

/*This forces the header logo image to the center of the screen and automatically adjusts for responsiveness */
.logo {

margin: 0 auto;

max-width: 512px;

/*end of centering code */

#content-container{max-width: 1320px;}
#left-column {float: left; margin-right: 40px; width: 72%;}