body {
  background-color: #fdf9eb;
	color: #353636;
	font-family: Ariel, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	background-image: url(./images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

img {
  border: 0;
	}

.container {
  width: 986px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

.head {
	background-image: url(./images/head.jpg);
	background-repeat: no-repeat;
	width: 986px;
	height: 172px;
	position: absolute;
	top: 0;
	left: 0;
	}

.content {
  position: absolute;
	left: 0;
	top: 212px;
	background-color: #fff;
	padding: 12px;
	width: 962px;
	}
.smallcontent {
  width: 665px;
	padding: 8px;
	height: 435px;
  overflow-x: hidden;
	overflow-y: scroll;
	}
.contentscroll {
  overflow-x: hidden;
	overflow-y: scroll;
	}
h1 {
  color: #ed1b24;
	font-size: 24px;
	margin-top: 0;
	}
.floatright {
  float: right;
	margin: 0 0 0px 10px;
	}

.footlinks {
  position: absolute;
	top: 670px;
	left: 0px;
	height: 186px;
  width: 1000px;
	}
.footlinks img {
  margin-right: 3px;
	}

.menu {
  position: absolute;
	left: 0;
	top: 183px;
	}
.menu a {
  text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #00a54f;
	padding: 7px 19px;
	display: block;
	float: left;
	margin-right: 2px;
	}

.enquiry {
  position: absolute;
	left: 685px;
	top: 220px;
	width: 250px;
	height: 288px;
	background-image: url(./images/enquiry.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding: 154px 17px 0 17px;
	}
table, form {
  margin: 0;
	border: 0;
	padding: 0;
	}
td {
  text-align: top;
	}
.enquiry div {
  position: relative;
	margin-bottom: 8px;
	}
.enquiry input, .enquiry textarea {
  position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 0;
	}
.enquiry textarea {
  height: 130px;
	}
.enquiry .imageinput {
  position: absolute;
	right: 13px;
	bottom: 40px;
	}

.green {
  width: 657px;
	padding: 5px;
	margin-bottom: 5px;	
	color: #02592c;
	}
.green a {
  color: #00a54f;
	}
.green b {
  color: #00a54f;
	font-size: 14px;
	}
.green em {
  color: #00a54f;
	font-style: normal;
	}
.darkgreen {
  background-color: #d1f6e3;
	}
.lightgreen {
  background-color: #ecfaf3;
	}