#navigation ul {
	background: white;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: bold 10pt arial;
	padding: 1em;
	}	

#navigation ul a {
	text-decoration: none;
	}

#navigation li {
	display: inline;
	padding: 1em;
	}
	
#navigation a:hover {
	color: #FBB117;
	}

.image {
	background: white;
	text-align:center;
	}

#body {
	font-family: tahoma;
	background-image: url(stripe.jpg);
	font-size: 9pt;
	}	
	
#content {
	background: white;
	padding: 1em 2em;
	border: solid white;
	margin: 0;
	}
	
#image2 {
	text-align: center;
	}

#container {
	width: 900px;
	border: solid black;
	border-width: 0 1px;
	margin: auto;
	}
