html {
	height: 100%;
	}
body {
	height: 100%;
	background-image: url(images/bg_total.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.brownback {
	background-image: url(images/bg_browntall.jpg);
	background-repeat: repeat-x;
}

a {
	color: #274B2F;
	text-decoration: underline;
}
a:hover {
	color: #618F6B;
	text-decoration: underline;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #3f6849;
	text-align: center;
}
.tinytext {
	font-size: 10px;
}

#nav {
  width: 166px;
  text-align: right;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 20px;
  list-style: none;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
}

#nav a{
  color: #fff;
  text-decoration: none;
  display: block;
  height: 20px;
  background: url(images/nav-link.gif) left center no-repeat;
  padding: 5px 10px 5px 0;
}

#nav a:hover {
  color: #33553c;
  background: url(images/nav-link_over.gif) left center no-repeat;
}

