html, body, div, img {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #59432D;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

div.submenu div {
	font-size: 1px;
}

#contactForm div {
	margin-left: 28px;
	margin-top: 20px; 
	margin-bottom: 20px; 
	height: 19px;
}

#contactForm label {
	clear: left; 
	float: left; 
	width: 108px;
	color: #ffffff;
}

#contactForm input.fields {
	float: left; 
	width: 260px;
}

#contactForm textarea {
	float: left; 
	width: 260px;
	height: 162px;
}

#contactForm input.btns {
	float: left; 
	margin-top: 14px; 
	margin-bottom: 14px;
}

#contactForm div.field-error input, div.field-error textarea {
    background-color: #a2907f;
}

.message-success {
	color: #ffffff;
	font-size: 14px;
	margin: 28px;
}

.message-error {
	color: #ff0000;
	font-size: 14px;
	margin: 28px;
}

.body-outer {
	height: auto;
	text-align: center;
	width: 100%;		
}

.body-inner {
	margin: auto;
	width: 936px;
}

a {
	color: #59432D;
}

a img {
	text-decoration: none;
	border: none;
}
