/*Generic Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;	
	}
	
body {
	background: #fff url(images/bg.jpg) bottom left repeat-x;
	color: #000;
	font-size: 11px;
	padding-bottom: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	}

.container {
	width: 100%;
	}
	
#header {	
	width: 946px;
	margin: 0 auto;
	display: block;
	}
	
.bg_img {
	width: 100%;
	height: 200px;
	background: url(images/green.jpg) 0 0 repeat-x;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	}	
	
#header h1 {
	font-size: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #000;
	background: none;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: green;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: gray;
	border-bottom: 1px solid gray;
	padding-bottom: 1px;
	}
	
.menu1 {
	padding-top: 15px;	
	}
	
.menu1 ul {
	list-style-type: none;
	padding-bottom: 15px;
	}	
	
.menu1 li {
	display: inline;
	list-style-type: none;
	}
	
.menu1 ul a {
	display: inline;
	color: green;
	text-decoration: none;
	font-size: 11px;
	padding: 15px 10px 15px 15px;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background: url(images/nav_green.jpg) center bottom no-repeat;
	}
	
.menu1 ul a:active {
	background: url(images/nav_green.jpg) center bottom no-repeat;
	}

.menu1 ul a:visited {
	border: none;
	}	

/*-- end of menus --*/	
		
.content_wrap {
	width: 946px;
	margin: 0 auto;
	}		
	
.content {
	width: 946px;
	margin: 0 auto;
	}
	
.content_text {
	width: 900px;
	margin: 10px auto;
	}		
	
.content ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	}	
	
.footer {
	font-weight: bold;
	border-top: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	width: 946px;
	margin: 20px auto;
	}	
	
