/*Generic Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: url(images/green_12.jpg) bottom left repeat-x;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 30px;
	background: url(images/h_bg.jpg) 0 0 no-repeat;
	}

.container {
	background: url(images/green_bg.jpg) 0 0 repeat-x;
	padding: 5px 0;
	}
	
#header {	
	background: url(images/green_01.jpg) 0 0 no-repeat;
	height: 405px;
	position: relative;
	}
	
#header h1 {
	font-size: 55px;
	letter-spacing: 2px;
	border: none;
	display: block;
	background: none;
	padding: 0 5px 0 5px;
	}
	
.subtitle {
	border: none;
	display: block;
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 140px 5px 0 0 ;
	text-align: right;
	}	
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: green;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	width: 630px;
	position: absolute;
	top: 320px;
	left: 140px;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	display: inline;
	list-style-type: none;
	float: left;
	}	
	
.menu1 ul a {
	color: green;
	display: inline;
	float: left;
	background: url(images/a.gif) center left no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding-left: 17px;
	padding-right: 5px;
	}					
	
.menu1 ul a:hover {
	text-decoration: underline;
	}

.menu {
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	
.menu ul {
	list-style-type: none;
	padding-right: 10px;
	text-align: right;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	
	}
	
.menu ul a {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	margin: 0 5px;
	display: inline;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}

/*-- end of menus --*/		
		
.content_wrap {
	width: 780px;
	margin: 0 auto;
	background: #fff url(images/green_10.jpg) bottom left no-repeat;
	border: 1px solid green;
	position: relative;
	padding-bottom: 80px;
	}		
	
.content {
	width: 780px;
	}
	
.content_text {
	min-height: 300px;
	_height: 300px;
	word-wrap: break-word;
	clear: both;
	width: 760px;
	margin: 0 auto;
	}						
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	margin: 5px 0;
	}	
	
.footer {
	clear: both;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	}	
	