/* SITE INFO */

html, body { width: 900px; background:#FFFFFF; font-family: Arial, Helvetica, sans-serif; }

<!--margin-left: 3%; margin-right: 3%; -->

body, #wrap {height: auto; min-height: 100%; width:100%; }

/* LOGO */
#header { 
	float: left;
	width: 100%;
	border-bottom: 4px solid #351B00;
	margin-left: 7%;
}


/* CONTENT */
#content {
	width: 100%;
	margin-left: 7%;
}

/* CONTENT */
#content_two {
	margin-left: 2%;
}

#logo { 
	float:left;
}

.image {
	width: 25%;
	min-width: 200px;
}

/* MENU */
ul#menu { 
	float: right;
	list-style-type: none; 
	margin-top: -3%;
}

ul#menu li { 
	display: block;
	float: left;
}

ul#menu li a { 
	font-size:12px; 
	height: 75px; 
	color:#351B00; 
	text-decoration: none; 
	display: block;
	float: left;
	line-height: 100px;
	padding: 25px 15px 14px;
	margin-bottom: -18px; 
}

ul#menu li a:hover{ 
	color:#FFFF00; 
	background: #351B00 top left repeat-x; 
}
	
ul#menu li a.current { 
	color:#FFFF00; 
	background: #351B00 top left repeat-x; 
}


#main {
	padding-bottom: 15px; 
}  /* must be same height as the footer */


/* FOOTER */
#footer {
	margin-top: -5px; /* negative value of footer height */
	height: 320px;
	background-color:#351B00;
	margin-left: -20px;
	margin-right: -70px;
	width:105%;
	position:absolute;
}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
<!-- .clearfix {display: block;} -->
/* End hide from IE-mac */


#footer_wrapper {
	width: 1000px;
	float: left;
	padding-top: 2%;
	margin-left: 8%;
}

.footer_column {
	width: 220px;
	float: left;
	padding-right: 25px;
}

.footer_column h1 {
	color:#FFFF00;
	font-size: 16px;
}

.footer_column p {
	color:#FFFFFF;
	font-size: 12px;
}

.footer_column a {
	color:#FFFF00;
	font-size:14px;
}

.footer_column a:hover {
	color:#D61827;
}

#contact p {
	line-height: 1.5em;
}

#contact p span{
	color:#CCCCCC;
}

.contact a { color:#FFFFFF; font-size:12px; }
.contact a:hover { color:#D61827;}

.inspiration a { color:#FFFFFF; font-size:12px; line-height:27px;}
.inspiration a:hover { color:#D61827;}