body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color: #8fa06b;
	
	}
	
h1, h2, h3, h3, h4 {
	color: #383837;
	}

h1 {
	font-size: 200%;
	}

html {
		font-size: 100%;
		}

#wrapper {
		width: 740px;
		padding: 50px;
		margin: 48px auto 50px auto;

	
		}
#navigation {
		background-color: #383837; 
		width: 740px;
		height: 30px;
		display: inline;
		}
#navigation ul {
		list-style-type: none;
	
}
#navigation li {
		color: white;
		background-color: 383837;
		width: 195px;
		height: 30px;
		
		text-align: center;
		position: relative;
		float: left;
		list-style-type: none;
		display: inline;
		
		}	
#navigation a:link,  #navigation a:visited {
		color: white;
		display: block;
		height: 21px;
		padding-top:9px;
	
		}

#navigation a:hover {
		background-color: black;
		}

#content {
	
		width: 740px;
		padding: 20px;
		padding-top: 50px;
		background-color: white;
		
		}
#thetop {
	width: 740px;
	text-align: center;
	
}
ul {
display: inline;
}

ul li {
	display: inline;
	padding: 25px;
	}


