@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}


#content {
	border-top:1px solid #eaa675; 
}

#header {
	border-bottom:1px solid #eaa675; 
}

#nav {
	border-top:1px solid #eaa675;
	border-bottom:1px solid #eaa675; 
	color:#eaa675;
	text-align:right;
}

#testimonials {
	margin:0px;
	width:350px;
	text-align:left;
	color:#eaa675;
}

#text {
	float:right;
	width:250px;
	margin-right:100px;
}

#text p {
	padding:15px;
	line-height:14px;
	color:#eaa675;
	font-size:14px;
}

#text2 p {
	float:left;
	width:250px;
	padding:15px 15px 225px 15px;
	margin-left:50px;
	line-height:14px;
	color:#eaa675;
	font-size:14px;
}

#text2  {
	width:275px;
}

#text3  {
	width:575px;
}

#text3 p {
	float:left;
	width:550px;
	padding:15px;
	margin-left:50px;
	line-height:14px;
	color:#eaa675;
	font-size:14px;
}


#img {
	float:left;
	margin:10px;
	color:#eaa675;
}

#img img {
	border:1px solid #eaa675;
	padding:10px;
}

#img2 {
	vertical-align:top;
	float:right;
	margin:10px;
	color:#eaa675;
}

#img2 img {
	vertical-align:top;
	border:1px solid #eaa675;
	padding:10px;
}


#clear {
	clear:both;
}
