body
{
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  background-color: #568335;
  font-family:sans-serif;
  padding: 0px;
  font-size: 14px;

 
}

div.overall
{
  background-image: url('./background.png');
  background-repeat: repeat-y;
  padding: 0px;
  margin: 0px;
}

div
{
  color: black;
  padding: 4px;
}



div.header
{
  
  background-color: #568335;
  font-size: 40px;
  text-align: center;
  color: white;
  margin: 0px;
  word-spacing: 20px;
  padding: 10px;
  border-top-style: ridge;
 border-top-color: white; 
  border-left-style: ridge;
  border-left-color: white;
  border-right-style: ridge;
  border-right-color: white;
  

}

div.menu
{
  float: left;
  width: 200px;
  margin-left: 0px;
 
}

div.menu ul
{
list-style-type: none;

}

div.menu li
{

text-align: center;

margin-left: -20px;
margin-right: 20px;
margin-bottom: 6px;
border-color: #e7ede3;
border-style: ridge;
background-color: #e7ede3;

}
div.main
{
  float: right;
  width: 742px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px; 
}



div.main li
{
margin-bottom: 1em;
}

a.menulink
{
display: block;
padding: 1px;
}

div.contact
{
background-color:#e7ede3;
}


.secondhead
{
font-size: 20px;
}

.centred
{
text-align: center;
}


.righty
{
text-align: right;
}

.lefty
{
text-align: left;
}

.weighty
{
font-weight: bold;
}

.tiny
{
font-size: 12px;
}


a:link
{
color: #a79029;
text-decoration: none;
}

a:visited
{
color: #568335;
text-decoration: none;
}

a:hover
{
color:#fcdd4e; 
text-decoration: underline;
}


a
{
font-weight: bold;
}

.clearing
{
clear: both;
}

div.localmenu li
{
float: left;
border-color: #e7ede3;
border-style: ridge;
padding: 5px;
background-color: #e7ede3; 
}

div.localmenu ul
{
list-style-type: none;
}

div.localmenu 
{
width: 900px;
}

img.leftpic
{
float: left;
margin-right: 9px;
}

img.rightpic
{
float: right;
margin-left: 9px;
}



