body {
			background-color: #615136; 
}

.history_brown {
			background-color: #807148
}

.history_brown p {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: white;
			margin-right: 55px;
			margin-left: 55px;
			line-height: 30px; 
}

.client_brown {
			background-color: #807148;
			width:400px;
}

.client_brown p {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #d9ca87;
			text-align: center; 
			margin-right: 20px;
			margin-left: 20px;
			line-height: 30px; 
}

.client_yellow {
			background-color: #d9ca87;
}

.client_yellow p {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #807148;
			margin-right: 30px;
			margin-left:30px;
			line-height: 30px;
}

.contact_red {
			background-color: #8b3427;
}

.contact_red p {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: white;
			margin-right: 30px;
			margin-left:30px;
			line-height: 30px;
}

.client_brown a:link, .client_brown a:visited, .client_brown a:active {
		color: white;
	text-decoration: underline; 
}

.client_brown a:hover, .client_brown a:visited:hover {
		color: #8b3427;
	text-decoration: underline; 
}

.client_yellow a:link, .client_yellow a:visited, .client_yellow a:active {
		color: #807148;
	text-decoration: underline; 
}

.client_yellow a:hover, .client_yellow a:visited:hover {
		color: #8b3427;
	text-decoration: underline;
			font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.contact_red a:link, .contact_red a:visited, .contact_red a:active {
		color: white;
	text-decoration: underline; 
}

.contact_red a:hover, .contact_red a:visited:hover {
		color: #e3d397;
	text-decoration: underline;
			font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.small_brown {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 10px; 
		color: #d9ca87;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(images/footer.gif) no-repeat;
	height:126px;
	padding-left:30px;
	padding-right:30px;
}

#footer_table {
	font-size: 12px;
}

#footer_table a:link, #footer_table a:visited {
	color:#FFFFFF;
}

#footer_table a:hover, #footer_table a:hover:visited {
	color:#DBCA85;
}

