/*Generic Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff url(images/bg_green.gif) 0 0 repeat-x;
	padding: 5px 0;
	color: #000;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}

.container {
	width: 760px;
	margin: 0 auto;
	}	
	
#header h1 {
	background:  url("images/header_green.png") 0 0 no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: darkgreen;
	font-weight: lighter;
	text-align: right;
	text-transform: uppercase;
	padding: 185px 40px 20px 0;
	letter-spacing: 1px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0;
	}
	
.menu1 {
	padding: 5px 40px 5px 0;
	}
	
.menu1 ul {
	list-style-type: none;
	text-align: right;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #000;
	text-decoration: none;
	padding: 5px 5px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
		
.content_wrap {
	width:760px;
	margin: 0 auto;
	}		
		
.top_content {
	width: 760px;
	height: 17px;
	background: url(images/top_content_bg_green.png) 0 0 no-repeat;		
	}
		
.content {
	background:  url("images/content_bg_green.png") 0 0 repeat-y;	
	width: 760px;
	}	
	
.content_text {
	width: 660px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: "Courier New", Courier, mono;
	}	
	
.bottom_content {
	width: 760px;
	height: 36px;
	background: url(images/bot_content_bg.png) 0 0 no-repeat;
	}	
	
.content img {
	border: 3px solid darkgreen;
	margin: 10px 0;
	padding: 5px;
	background-color: #6ba16b;
	}	
	
.content p {
	margin: 10px 0;
	}	
	
.footer {
	color: #000;
	margin-top: 5px;
	padding: 10px 0;
	text-align: center;
	}	
	