#header {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 909px;
	left: 0px;
	top: -11px;
}
#navigationbar {
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;
	width: 900px;
	font-size: 0.9em;
	font-style: normal;
	color: #FFFF00;
	font-weight: normal;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}
#contents {
	background-color: #59585D;
	position: absolute;
	height: 1250px;
	width: 920px;
	left: 187px;
	top: 105px;
	padding: 15px;
	overflow: hidden;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(%20);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
	height: 1250px;
	width: 602px;
	background-color: #FFFFFF;
	margin: 150px;
}
h1 {
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0em;
	margin-bottom: 0.7em;
}
p {
	font-size: .9em;
	margin-top: 0em;
	margin-bottom: .8em;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	color: #FFFFFF;
	left: 10px;
	text-align: center;
	margin: 0px;
}
#navigation a {
	text-decoration: none;
	display: block;
	width: 90px;
	background-color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	border: 3px outset #CCCCCC;
	color: #333333;
	font-weight: bold;
}
#navigation a:hover {
	border: 3px inset;
}
