body {
	color: wheat;
}

header {
	box-shadow: none;
}

footer {
	box-shadow: none;
	padding: 0 0 80px;
}

input, textarea {
    color: #fffe92;
}

h4 {
    color: #D01D27;
    padding: 0;
}



#gallerys div.three {
   width: 25%;
}

#topmenu li:last-child a div,
#bottommenu li:last-child a div {
	background: firebrick;
    border-radius: 5px;
}


.box_intro table td,
.box_text table td {
	padding: 10px;
}

.box_intro table tr,
.box_text table tr {
	background: wheat;
	color: #D01D27;
}

.box_intro table p,
.box_text table p {
	color: inherit!important;
	padding: 0;
	margin: 0;
}