.container {
	background-color: #FFFFFF;
	width: 770px;
}
.header {
	background-color: #FFFFFF;
	height: 85px;
	width: 100%;
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	padding-top: 39px;
	border-right: 1px solid #006300;
	border-top: 1px solid #006300;
	border-left: 1px solid #006300;}
.footer {
	color: #666666;
	height: 25px;
	width: 100%;
	clear: both;
	border-top: 1px solid #006300;
	text-align: center;
	font-size: x-small;
	margin-top: 15px;
	padding-top: 10px;
}
.navbar {
	color: #FFFFFF;
	height: 39px;
	width: 100%;
	font-size: small;
	border-right: 1px solid #006300;
	border-bottom: 1px solid #006300;
	border-left: 1px solid #006300;
}

/* Fix IE. Hide from IE Mac \*/
* html .navbar ul li { float: left; }
* html .navbar ul li a { height: 38px; }
/* End */

.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar ul li {
	position: relative;
	width: 110px;
	float: left;
}
.navbar li ul {
	position: absolute;
	left: 0px;
	top: 39px;
	display: none;
}
.navbar ul li a {
	display:block;
	text-decoration: none;
	color: #fff;
	background: #006600;
	padding: 2px;
	height: 33px;
	border: 1px solid #333;
}
.navbar li:hover ul, li.over ul { 
	display: block; 
}
.navbar a:hover {
	text-decoration: underline;
	background: #222 ! important;
}
.navbar a:visited, .navbar a:hover {
	color: #fff;
}
.wrapper {
	float: left;
	width: 550px;
}
.left {
	float: left;
	width: 140px;
	margin: 5px;
}
.left_wide {
	float: left;
	width: 529px;
	margin: 5px;
}
.right {
	float: right;
	width: 210px;
	margin: 5px;
	text-align: center;
}
.middle {
	float: right;
	width: 378px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.quote {
	background-color: #EFE9C1;
	border: 1px solid #786425;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #786425;
}
.rightimagry {
	background-color: #FFFFFF;
	float: right;
	border: 2px solid #000000;
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
	width: 127px;
	overflow: hidden;
	margin-bottom: 100px;
}
.quoteauthor {
	font-size: x-small;
	text-align: right ;
}
h1 {
	font-size: x-large;
	font-variant: small-caps;
	color: #006600;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}.smalltext {
	font-size: x-small;
}
h3 {
	font-weight: bold;
	color: #006600;
	font-size: small;
}
