body {
	font: 80% arial, helvetica, sans-serif;
	background-color: #404040;
	margin: 0;
}

h1 {
	display: block;
}

h2 {
	display: block;
}

#header {
	height: 100px;
	background-color: #006600;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 25px 0px;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 170px;
	font-size: 3em;
	color: white; 
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#project_image {
	position: relative;
	margin: auto;
}

#Navigation {
	position: absolute;
	top: 125px;
	right: 0;
	width: 136px;
	color: black;
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 0px 2px 2px 2px;
}

#Navigation ul{
	list-style-type: none;
	padding: 5px;
	margin: 0;
}
#Navigation li{ 
	padding: 5px;
}

#Navigation a:visited {
	color: black;
}
		
#Navigation a:hover {
	color: white;
	background: #006600;
}


#page_content {
	color: black;
	background-color: white;
	border-style: solid;
	border-color: white black white white;
	border-width: 0px 140px 0px 0px;
	padding: 5px 5px 200px 5px;
}

#footer {
	background-color: #006600;
	border-style: solid;
	border-color: black;
	border-width: 25px 0em 0em 0em ;
	padding: 5px;
}

#container {
	position: relative;
	width: 700px;
	border: none;
	border-width: 0 3px;
	margin: auto;
}