﻿@charset "utf-8";
/* CSS Document */

#features {
	position: relative;
	float: left;
	width: 350px;
}
#features .box {
	position: relative;
	padding: 40px 10px 10px 10px;
	margin-bottom: 10px;
	border: #f2f0ed solid 2px;
	background: #ffffff;
	line-height: 18px;
}
#features img {
	position: absolute;
	top: 0;
	left: 0;
}
#gallery {
	float: right;
	width: 585px;
}
#upcoming {
	padding: 10px;
	margin-top: 10px;
	border: #f2f0ed solid 2px;
	background: #ffffff;
}
#upcoming h1 {
	font-size: 24px;
	padding: 5px 0 10px 0;
	color: #bb892d;
}
#upcoming img {
	/*float: right;*/
	/*padding: 0 15px 0 15px;*/
}
#testimonials {
	padding-left: 35px;
	margin: 20px 0 20px 10px;
	background: url(../images/arrow-gold.png) center left no-repeat;
	font-size: 12px;
}
#testimonials img {
	float: left;
	border: #edecea solid 5px;
	margin-right: 25px;
}
#testimonials h1 {
	font-size: 14px;
	font-weight: bold;
	color: #bb892d;
}

