body {
	background-color: #E6DCC9;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
}
.shadow_left {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}
#navigation {
	background-color: #DAB974;
	padding-left: 10px;
}
#main {
	background-color: #FDFAF4;
	padding: 26px;
	font-style: italic;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}

#footer {
	background-image: url(../images/footer.gif);
	height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #F8F8F8;
	text-align: center;
	padding-top: 12px;
}
#footer a {
	text-decoration: none;
	color: #F8F8F8;
}

.float_right {
	float: right;
	display: block;
}
.img_border {
	margin: 18px;
}
.testimonial_letter {
	float: right;
}
.testimonial_text {
	float: left;
	width: 31%;
	margin-top: 20px;
}
#main a {
	color: #9C4530;
}
