#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;
	}
	
#body {
	font-family: tahoma;
	background-image: url(stripe.jpg);
	font-size: 9pt;
	}	
	
.image {
	background: white;
	text-align: center;
	}
	
#content {
	background: white;
	padding: 1em 2em;
	border: solid white;
	margin: 0;
	}
	
#subcontent {
	padding-left: 4em;
	padding-right: 4em;
	}
	
#image2 {
	text-align: center;
	font-size: 80%;
	}

#container {
	width: 900px;
	border: solid black;
	border-width: 0 1px;
	margin: auto;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}