@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	/* color: #5ca23e; */
	color: #dd8811;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #9bad97;
	font-weight: bold;
}
body {
	background-color: #dce8d3;
	/* border: solid 1px #668866; */
	margin: 2.5em auto auto auto;
}


/* 12      54
   3        6 */
.box1 {
	background-color: #798776;
	border: solid 1px #668866;
	border-left: 0;
	border-top: 0;
	float: left;
	height: 5em;
	width: 5em;
}
.box2 {
	background-color: #a4be95;
	border: solid 1px #668866; 
	border-left: 0; 
	border-top: 0; 
	float: left;
	height: 2.5em;
	width: 2.5em;
}
.box3 {
	background-color: #a4be95; 
	border: solid 1px #668866; 
	border-left: 0; 
	border-top: 0;
	clear: left;
	float: left; 
	height: 2.5em;
	width: 2.5em;
}
.box4 {
	background-color: #798776;
	border: solid 1px #668866;
	border-right: 0;
	border-top: 0;
	float: right;
	height: 5em;
	width: 5em; 
}
.box5 {
	background-color: #a4be95; 
	border: solid 1px #668866; 
	border-right: 0; 
	border-top: 0; 
	float: right;
	height: 2.5em;
	width: 2.5em; 
}
.box6 {
	background-color: #a4be95; 
	border: solid 1px #668866; 
	border-right: 0; 
	border-top: 0; 
	clear: right;
	height: 2.5em; 
	width: 2.5em; 
	float: right; 
}
.boxes_left {
	float: left;
	width: 10em;
}
.boxes_right {
	float: right;
	width: 10em;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3.875em 1.25em 2.75em 1.25em; 
}

.designbydiv {
	bottom: -.55em;
	position: relative;
	text-align: center;
}
.designbyspan {
	background-color: #cee0c3;
	border: solid 1px #668866;
	padding: 1em;
}

.email {
	color: #597756;
}

.main {
	background-color: #f1f2dc;
	border: solid 1px #668866;
	max-width: 960px;
	margin: 0 auto;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em; 
	padding-top: 1.125em; 
	text-align: center; 
}
