body {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-color: #363636;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #e0e0e0;
}
a:link, a:active, a:visited {
	color: #575757;
	text-decoration: underline;
}
a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

input , textarea {
	color : #aaaaaa;
	background-color : #363636; 
	font-size : 12px; 
	font-family : trebuchet ms; 
	letter-spacing : 0; 
	line-height : 12px; 
	text-align : justify;
      border-width: 1px;
      border-style: solid;
      border-color:#aaaaaa;
} 

#content {
	background-color: #242424;
	margin-top: 220px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
        line-height: 120%;
	padding: 5px;
}

#navigation {
	position: absolute;
	background-color: transparent;
	left: 340px;
	top: 107px;
	text-align: justify;
        line-height: 120%;
	padding: 5px;
}

#footer {
	bottom: 0;
	width:100%;
	background:#363636;
        color: #656565;
        text-align: center;
        margin-top: 30px;
        font-size: 11px;
}


div#navigation a, div#navigation a:link, div#navigation a:visited {
	font-size: 23px;
	font-family: georgia;
	text-transform: lowercase;
	color: #8ec742;
	background-color: #363636;
	padding: 4px;
	text-decoration: none;
	}

div#navigation a:hover, div#navigation a:active {
	font-size: 23px;
	font-family: georgia;
	text-transform: lowercase;
	color: #8ec742;
	background-color: #242424;
	padding: 4px;
	text-decoration: none;
	}

b {
	color: #FFFFFF;
}
.main {
	width: 100%;
}
h2 {
	font-family: georgia;
        font-weight: normal;
	text-transform: lowercase;
        font-size: 30px; 
        line-height: 0px; 
        letter-spacing: -2px;
	color: #8ec742;
	text-align: justify;}

