html {
	height: 100%;
}

body {
	
	font: 14px Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
	margin: 0 10px 20px;
	padding: 0px;
	height: 100%;
		
}

h1 {
	font: 140% Arial, Helvetica, sans-serif;
	margin: 0 10px 10px;
}

h2 {
	font: 110% Arial, Helvetica, sans-serif;
	background-color: #99cc99;
	margin: 0 5px 20px;
}

p {
	line-height: 1.4;
	margin: 0 10px 20px;
	color: #084618;
	}

	

	
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006422;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #006422;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #008433;
}

#container {
	text-align: left;
	width: 800px;
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	/*min-height: 100%;*/
	position: relative;
	border: 1px solid green;
	
}

#header {
	height: 80px;
	margin: 0;
	/*background-image: url(back_banner2.png);*/
		
}

#content {
	
	background: #f0f2ef;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	min-height: 400px;
	border: 1px solid green;
		
}

#navigation {
	background: #99cc99;
	float: left;
	width: 160px;
	margin-left: -800px;
	text-align: center;
	border: 1px solid green;
	height: 100%;
}

#extra {
	background: #f0f2ef;
	float: left;
	width: 140px;
	margin-left: -150px;
}

#footer {
	clear: both; 
	width: 100%;
	background: #333; color: #FFF;
	/*text-align: right;*/
	position: absolute; bottom: 0px; left: 0px;
	
	
}

#ala {
	clear: both;
	height: 20px;
}

#wrapper {
	float: left;
	width: 100%;
	
}


