body {
 padding: 0px;
 margin: 0px;
 background-color: #7B7F21;
 background-image: url(images/green_back.jpg);
 background-repeat: repeat;
}
#container {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -312px;
	width: 624px;
	height: 493px;
	color: #5A6213;
	font-size: 80%;
}
/*hide from IE5 Mac \*/
#container {
	top: 50%;
	margin-top: -246px;
}
/* end hide */
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color: #F4F7E4;
	height: 493px;
	text-align: left;
} 
#centre {
 position: absolute;
 top: 0px;
 left: 150px;
 width: 400px;
 background-color: #A0A86D;
 height: 493px;
 color: white;
 text-align: left;
} 
#right {
 position: absolute;
 top: 0px;
 left: 550px;
 width: 74px;
 background-color: #DBE2B9;
 height: 493px;
 z-index: 1;
}
#right img {
 margin-top: 9px;
}
#home {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 474px;
	background-color: #DBE2B9;
	height: 493px;
} 
ul li{
 list-style-type: none;
 text-align: left;
 margin-left: 0;
 padding-left: 0;
}
.dummy {
 display: none;
}
#centre h1 {
 text-align: left;
 margin: 25px 15px 15px;
 font-size: 150%;
 color: #727A42;
}
#centre p {
 text-align: left;
 margin: 15px;
 line-height: 1.5;
}
#centre a, #centre a:link {
 color: #C94C08;
 text-decoration: none;
}
#centre a:hover {
 color: #4A510A;
 text-decoration: none;
}
.bar {
 padding: 0 16px;
}
#title {
 position: relative;
 top: 160px;
 left: 15px;
 padding-bottom: 0px;
}
#title h1 {
 font-size: 125%;
 color: #5A6213;
 margin: 0 0 20 0;
 padding-bottom: 6px;
 border-bottom: 1px solid #5A6213;
 width: 120px;
 font-weight: bold;
 text-decoration: none;
}
#title h1 a, #centre a:link {
 color: #C94C08;
 text-decoration: none;
}
#title h1 a:hover {
 color: #4A510A;
 text-decoration: none;
}
/* IE5 Mac fix for title */
#title h2 {
  margin-left: -15px; 
}

#navbar {
	position: absolute;
	margin-top: 162px;
	left: 15px;
}

#copyright {
 font-size: 11px;
 left: 15px;
 position: absolute;
 top: 455px;
}
#copyright a, #copyright a:link {
 color: #C94C08;
 text-decoration: none;
}
#copyright a:hover {
 color: #4A510A;
 text-decoration: none;
}
#navbar ul, #navbar li {
 list-style-type: none;
 margin: 0;
 padding:0;
}
#navbar a, #navbar a:link {
 text-decoration: none;
 color: #5A6213;
 display: block;
}
#navbar a:hover {
 color: #4A510A;
 text-decoration: none;
 background-image: url(images/arrow_over.jpg);
 background-repeat: no-repeat;
 background-position: 100% 1px;
}

#navbar li {
 margin-top: 6px;
 padding-bottom: 6px;
 border-bottom: 1px solid #5A6213; 
 width: 120px;
}
.textlink {
 background-image: url(images/arrow_on.jpg);
 background-repeat: no-repeat;
 background-position: 100% 1px;

}
.thislink {
 background-image: url(images/arrow_off.jpg);
 background-repeat: no-repeat;
 background-position: 100% 1px;
}

