body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	background: #f7f7f7 url(images/bg.png);
}

#header {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 120px;
 	
 	border-bottom: 1px #ccc solid;
 	color: #f7f7f7;
 	padding: 0px;
 	text-align: center;
 	font-family: "Trebuchet MS";
 }

#header h1 {
	font-size: 2.2em;
	margin: 20px 0 0 0;
	padding: 0;
}

#header h2 {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
}

#container {
	padding: 120px 0 0 0 !important;
	padding: 0;
}

#navigation {
 	background:  #fff url(images/navbg.png);
	width: 150px;
	float: left;
	margin: 0 0 10px 20px;
	padding-top: 28px;
 	font-family: arial,helvetica,verdana;	
 	font-size: 14px;
 	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#navigation h3{
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0px 5px 0;
	padding: 0 5px 0 5px;
	color: #003300;
	border-bottom: #006600 2px solid; 
}

#navigation ul {
	list-style: square inside;
	margin: 0;
	padding: 0;
}

#navigation a:hover {
	background: #CCFF99 url(images/hoverbg.png) top 3px;
}

#content {
 	background-color: #fff;
	margin: 0 20px 15px 190px;
	padding: 5px 5px 5px 5px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	white-space: normal;
	
}

#content p {
	text-align: justify;
}

#content h1{
	text-decoration: underline;
}

#footer {
 	background: #337337 url(images/footerbg.png);
 	color: rgb(255,255,180);
 	font-size: 0.9em;
 	margin: 15px 20px;
 	padding: 5px;
 	text-align: center;
 	clear: both;
 	border: 1px #ccc solid;
 }
 
#footer a {
 	color: rgb(255,255,255);
 	text-decoration: none;
}
 
#footer a:hover {
 	color: rgb(255,255,180);
 	text-decoration: underline;
}
 
a {
 	color: #006400;
 	text-decoration: none;
 	font-style: italic;
}
 
a:hover {
 	color: #009900;
 	text-decoration: underline;
}
