body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	margin: 0px;
	height: 100px;
	width: 800px;
	background-color: #000000;
	background-image: url(rowanmotif.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: normal;
}
#strap {
	height: 100px;
	width: 800px;
	background-image: url(image1.jpg);
	background-repeat: repeat-x;
}
#navigation {
	text-align: center;
	width: 800px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navigation a {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
	padding: 10px 25px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	line-height: normal;
}
#footer {
	font-size: 0.6em;
	color: #FFFFFF;
	width: 800px;
	text-align: right;
	background-color: #000000;
}
