@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/img/grass.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: 90% Calibri, arial, helvetica;
	margin: 20px;
}

#frame {
	width: 1000px;
}

#logo {
	width: 159px;
	height: 159px;
	float: left;
}

#leader {
	height: 157px;
	width: 819px;
	margin-left: 20px;
	border: 1px solid #339900;
	float: right;
	background: #fff;
}	

#leader p {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font: 160% Georgia, "Times New Roman", Times, serif;
	color: #339900;
}

#main {
	clear: both;
	margin-bottom: 20px;
}

#left {
	width: 157px;
	float: left;	
}

.menu {
	
	border: 1px solid #339900;
	background: #fff;
	margin-top: 20px;
}

.menu ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0;
}

.menu ul li {
	
}

.menu ul li a {
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #339900;
	text-decoration: none;
	padding: 3px 10px;
	display: block;
}

.menu ul li a:hover {
	background: #339900;
	color: #fff;
}

#content {
	margin-top: 20px;
	border: 1px solid #339900;
	width: 819px;
	float: right;
	background: #fff;
}

#content h1 {
	font: 180% Georgia, "Times New Roman", Times, serif;
	color: #666;
}


#content h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #339900;
}	

#homeLeft {
	width: 400px;
	float: left;
}

#homeLeft h1 {
	margin-top: 0;	
}

#homeRight {
	width: 340px;
	float: right;	
}

#homeRight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

#homeRight h1 {
	margin-top: 0;	
}

#homeRight ul li {

	padding-top: 8px;
	margin-bottom: 8px;
}

#homeRight ul li a {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #339900;	
	text-decoration: none;
}

#homeRight ul li p {
	margin: 6px 0px;	
}

#homeRight ul li p a {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #999;	
	text-decoration: none;	
}