﻿#leftContent h1 {
	text-align: center;
	margin: auto;
	display: block;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 680px;
	margin-top: 10px;
}
#mainContent {
	height: 550px;
	width: 800px;
	background-color: #FFFFFF;
}
#navbar {
	border-style: 5;
	border-width: thin;
	border-color: #FFF100;
	background-color: #FFF100;
		height: 16px;
		padding: 0px;
		margin: 0px;
		width: 800px;
	}
#rightContent {
	float: left;
	width: 800px;
	height: 150px;
	background-color: #FFFFFF;
	text-align: justify;
	visibility: visible;
	display: block;
	margin-bottom: 5px;
}
#rightContent img {
	cursor:pointer
}
}
#leftContent {
	margin: 0px;
	width: 800px;
	height: 400px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}
a {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #FF0066;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	font-family: Vivaldi;
	font-size: 40px;
	font-weight: bold;
	color: #006600;
}
#footer {
	border-style: solid;
	border-width: medium;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF100;
	color: #FFF100;
	height: 15px;
	text-align: center;
	clear: both;
	border-right-color: #FFF100;
	border-left-color: #FFF100;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #339933;
	font-style: italic;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-right: 100px;
	padding-top: 10px;
	clear: both;
}
#topBanner {
	width: 800px;
	height: 100px;
}
table {
	margin: 5px 0px 0px 0px;
	width: 800px;
	height: 150px;
	table-layout: auto;
	background-color: #FFFFFF;
}
.bodytext {
	font-family: Vivaldi;
	font-size: 25px;
	color: #00663A;
}
#rightContent img {
	border: 2px solid #3A663A;
}
#testimonials {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	table-layout: auto;
	text-align: left;
	color: #006600;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: small;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#navspacer {
	width: 800px;
	height: 10px;
}
#testimonials td {
	background-color: #FFF100;
	padding: 0px 10px 10px 10px;
}

