body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
    color: #000000;
     vertical-align: bottom;
}
#container {
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #54662F;
	background: #6a813b;
	background-image: url(images/bg.jpg);
    background-repeat: repeat;
}
#mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo {
	float: left;
}
#menu {
    float: right;
    text-align: right;
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0px;
    margin: 0px;
    vertical-align: baseline;
}
#webaddress
{
    float: left;
    width: 220px;
    height: 50px;
    text-align: left;
    padding-left: 10px;
}
#mainImg {
	width: 768px;
	height: 223px;
}
#content {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#contactLink {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
.amp {
	padding-top: 5px;
	}
.contactText
{
padding-right: 5px;
}
#contactDetails {
	clear: both;
	background-color: #576A31;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
.phone{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1
{
    font-size: 20px;
    font-family: 'Lucida Handwriting', Arial, Helvetica, sans-serif;
}
h2
{
    font-size: 18px;
    font-family: 'Lucida Handwriting', Arial, Helvetica, sans-serif;
}
#homeLeft
{
    margin: 5px;
    width: 370px;
    float: left;
}
#homeRight
{
    margin: 5px;
    width: 370px;
    float: right;
}
.mailButton
{
    border-width: 0px;
}
#Contactform
{
    margin: 0 0 0 5px;
}
fieldset
{
    margin: 5px 0 5px 5px;
    padding: 10px;
    border: 1px solid #000000;
    width: 320px;
}
legend
{
    font-weight: bold;
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    color: #000;
}
.label
{
    display: block;
    margin-left: 10px;
}
.input
{
    width: 250px;
    margin-left: 10px;
    border: solid 1px #87714a;
}
.textarea
{
    width: 250px;
    height: 120px;
    margin-left: 10px;
    border: solid 1px #87714a;
} 
.img
{
    border: 2px solid #FFFFFF;
}

