body {
	background: white;
	text-align: center;
	width: 900px;
	}

h1, h2 {
	text-align: center;	
	}

#wrapper {
	width: 900px;
	position: relative;
	/*clear: none;*/
	height: 100%;
	padding: 0%;
	
	}

#header {
	width: 900px;
	text-align: center;
	font-family: helvetica,arial,sans-serif;	
	}

#header img {
	border: 0px;
	width: 250px;
	height: 73px;
	}

#navigation{
	display: block;
	width: 900px;
	}

#navigation a:link, #navigation a:visited {
	vertical-align: top;
	text-align: center;
	background-color: rgb(230, 222, 145);
	color: rgb(0, 64, 122);
	font-family: helvetica,arial,sans-serif;
	display: block;
	float: left;
	width: 295px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;	
	}

#body {
	display: block;
	width: 850px;
	margin: 100px 25px 0px 25px;
	}

.images {
	display: block;
	float: left;
	width: 295px;
	margin-right: 15px;
	}

.images img {
	display: block;
	float: left;
	width: 295px;
	margin-bottom: 5px;	
	}

.text {
	display: inline;
	text-align: justify;
	}

.text img {
	display: block;
	float: left;
	width: 295px;
	margin-right: 10px;	
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#footer{
	display: block;
	float: left;
	margin-top: 30px;
	background-color: rgb(230, 222, 145);
	height: 20px;
	width: 900px;
	}
	
	
