body {
	background-image: url(Images/wrbrownbg.jpg);
	background-attachment: fixed;
	background-color: #ce8b43;

	margin-left: 15%;
	margin-right: 15%;

	width: 600px;
	padding-left: 35%;

	font-family: "Times New Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#header {
	/* set the width of the column */
	width: 600px;
	margin-left: -300px;
	background-color: #000000;
	border-top: 7px solid #000000; border-left: 7px solid; border-right: 7px solid; border-bottom: 5px solid;
	}

#navsite h5 {
	display: none;
	}

#navsite ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #C59E77;
	text-decoration: none;
	}

#navsite ul li a:link {
	color: #67492D;
	}

#navsite ul li a:visited {
	color: #000000;
	}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #FF9900;
	background: #C59E77;
	border-color: #227;
	}

#navsite ul li a#current {
	background: yellow;
	border-bottom: 1px solid yellow;
	}

#frame {
	/* set the width of the column */
	width: 610px;
	margin-left: -300px;
	background-color: #ce8b43;
	border-left: 2px solid #000000;
	border-right: 2px solid; border-bottom: 5px solid;
	padding: 10px;
	}

h1 {
	text-align: center;
	margin-top: 10px; margin-bottom: 0px;
	}

h3 {	text-align: center;
	font-style: italic;
	margin-top: 0px; margin-bottom: 0px;
	}

h4 {	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px; margin-bottom: 2px;
	}

#footer {text-align: center;
	font-size: 11px;
	padding: 20px;
	}
