@charset "UTF-8";
/* CSS Document */

a:link {
color: #7da448;
}
#holder {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(picture/backtail.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 800px;
}
#holder #header {
	height: 200px;
	width: 920px;
	background-image: url(picture/header.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
#holder #menu {
	height: 30px;
	width: 920px;
	float: left;
	background-color: #6a963b;
	padding-top: 10px;
	position: relative;
	z-index: 15;
}
#holder #menu #menuRight {
	float: right;
	width: 120px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
}
#holder #content {
	float: left;
	width: 900px;
	padding: 10px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer  {
	height: 40px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(picture/backtail_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #939393;
	padding-left: 20px;
	padding-right: 20px;
}
/* Navigation */
.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 720px;
	float: left;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 25px;
	color: #f0f0f0;
}

.nav li a:hover {
	color: #939393;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	color: #333333;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #f0f0f0;
	background-color: #6a963b;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #333333;
	background-color: #6a963b;
}

.nav ul {
	list-style: none;
	margin: 0;
	width: 100px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
	padding-right: 20px;
	width: 120px;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #ccc;
	color: #f0f0f0;
}
#text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	width: 550px;
	float: left;
}
#text .gallimg {
	margin-left:2px;
	margin-right:2px;
}

#right {
	width: 140px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 30px;
	padding-right: 25px;
}
#right p {
	text-decoration: underline;
}
