	/***** copy section *****/
#copy {
	width: 789px;
}

	/***** col 1 *****/
#copy #col1 {
	float: left;
	width: 439px;
	margin: 70px 0 80px 0;
	padding: 0 30px 0 50px;
}
#copy #col1 h3 {
	margin: 25px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #5F9892;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ebdebc;
}
#copy #col1 p {
	margin: 15px 0 0 0;
	line-height: 1.5em;
	/*text-align: justify;*/
}

 /***** col 2 *****/
#copy #col2 {
	float: right;
	width: 230px;
	margin: 70px 0 0 0;
	padding: 0 0 0 40px;
	font-size: 12px;
}
#copy #col2 h4 {
	margin: 25px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #5F9892;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ebdebc;
}
#copy #col2 p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}
#copy #col2 a#contact {
	margin: 10px 0 0 0;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #312415;
	background: #CBD78E;
}
#copy #col2 a:hover#contact {
	background-color: #E1E9BE;
}
#copy #col2 img {
	margin: 0 0 0 15px;
}

	/***** bottom *****/
#bottom {
	clear: both;
	width: 700px;
	margin: 20px auto 20px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #5F9892;
	border-bottom: 1px solid #5F9892;
}
#bottom a {
	text-decoration: none;
}