body {
  background: #384A2E url('common/grass3.jpg');
  margin: 0px;
  padding: 0px;
}
.outer {
  width: 900px;
}
.bdr-left {
  width: 40px;
  background-image: url('common/ds-left.png');
}
.bdr-right {
  width: 40px;
  background: url('common/ds-right.png');
}
.inner {
  width: 820px;
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.titles {
  font: bold 17px Georgia;
	text-align: center;
}
.header {
  width: 800px;
  background: #C4D6BA;
  height: 163px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.footer {
  background: #2E5519;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
}
.nav {
  font: 11px Verdana, Arial;
	height: 30px;
	width: 100%;
  background: #3D6626;  
}
.nav a {
  color: white;
  text-decoration: none;
	display: block;
}
.nav td {
  text-align: center;
	width: 117px;
}
.nav td:hover {
  background: #569335;
}
#oneline {
  line-height: 29px;
}
.content {
  font: 15px Georgia, Times New Roman, Times, serif;
  padding: 8px;
}
.content a {
  color: green;
	text-decoration: none;
}
.content a:hover {
  color: #4BC800;
	text-decoration: underline;
}
.small {
  font: 11px Georgia, Times New Roman, Times, serif;
}
.slides {
  width: 400px;
	height: 300px;
	border: 1px solid black;
	overflow: hidden;
	margin-right: 8px;
}