body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EBF0E6;
background-image: url(images/bg-colour.gif);
}
#container {
margin-left: auto;
margin-right: auto;
top: 10px;
width: 768px;
}
#nav {
height: 90px;
}
#logo {
float: right;
}
#nav_buttons {
padding-top: 70px;
padding-left: 12px;
}
#nav_buttons li{
display: block;
width: auto;
float: left;
padding-right: 19px;
margin: 0;
list-style-type: none;
}
#spacer {
height: 5px;
}
#content {
background-color: #ffffff;
width: 768px;
}
#index_text {
width: 302px;
padding: 10px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #A7B698;
	text-decoration: none;
}