body {
	background-image: url(left_loop.jpg);
	background-repeat: repeat-y;
	background-color: #D0E7D1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 100px;
	padding-left: 190px;
}

#logo {
	position: absolute;
	height: 165px;
	width: 250px;
	left: 0px;
	top: 0px;
	background-image: url(logo.jpg);
}

#menu {
  position: absolute;
  background-image: url(left_centre.jpg);
  background-repeat: no-repeat;
  width: 143px;
  height: 391px;
  left: 0px;
  top: 165px;
  color: white;
  padding-left: 5px;
  padding-right: 20px;
}

.menuitem {
  color: white;
  text-decoration: none;
}

.menuitem:hover {
  color:#99FF00;
}

#top_center_back {
  position: absolute;
  left: 250px;
  top: 0px;
  width: 383px;
  height: 82px;
  background-repeat:no-repeat;
  background-image:url(top_centre.jpg);
  padding-top: 10px;
}

#top_back {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 82px;
  background-image: url(top_loop.jpg);
}

#content {
  width: 100%;
  position: relative;
  z-index: 10;
}

#banner {
  width: 468px;
  height: 60px;
  border: 1px solid black;
}

#banner-container {
  text-align: center;
}

.printbutton {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.printbutton:hover {
  color: blue;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 0px;
  background-color:#D0E7D1;
}
