body {
	text-align: left;
	background-color: gray;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 10pt;
}

#container {
	background-color: #ead685;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 1000px;
	height: 100%;
}

#menu {
	float: left;
	background-color: #ead685;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 1000px;
	overflow: visible;
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: green;
}

#content {
	float: left;
	background-color: #ead685;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	width: 1000px;
	height: 100%;
	overflow: visible;
}

#footer {
	background-color: #ead685;
	clear:both;
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 1000px;
}

h1 {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: green;
}

h2 {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: green;
}

h3 {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: green;
}

p {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: green;
	align: justify;
}

a:link {
	color: green;}
	
a:hover {
	color: green;}
		
a:visited {
	color: green;}

a:active {
	color: green;}

.on {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: brown;	
}

.testimonial {
	font-family: Lucida Handwriting, Zapf Chancery, Comic Sans MS, Times New Roman, Times, serif;
	font-size: 10pt;
	color: green;
	align: justify;
}

hr {
	width: 100%;
	height: 3px;
	color: green; 
}
