/*Generic Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff url(images/bg.jpg) 0 0 repeat-x;
	color: #000;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: green;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}	

.container {
	width: 762px;
	margin: 0 auto;
	border-top: 10px solid #000;
	}	
	
.content_wrap {
	width: 760px;
	}	
	
#header  {
	background: url(images/header.jpg) 0 0 no-repeat;
	width: 760px;
	height: 383px;
	border: 1px solid #000;
	}
	
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
    color: green;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	background-color: black;
	opacity: .75;
	}		
	
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}
	
h4 {
	font-size: 14px;
	}	
	
.menu1 {
	width: 760px;
	border-top: 10px solid #000;
	padding: 10px 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
.menu1 ul {
	list-style-type: none;
	width: 760px;
	text-align: center;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	text-decoration: none;
	color: green;
	margin-right: 10px;
	font-size: 12px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: gray;
	}	
		
.content {
	width: 760px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 20px;
	}	
	
.content_text {
	width: 700px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.content img {
	border: 2px solid #363636;
	margin: 5px 0;
	}	
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	color: green;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #000;
	width: 762px;
	}	
	
