#navbar {
	width:792px;
	height:30px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul#navigation {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #000;
  height:30px;
}

ul#navigation li {
	display: inline;
	list-style: none;
	background-color: #FFEDA3;
	text-align: center;
	width:130px;
	height:30px;
	line-height: 28px;
	float: left;
	clear: none;
	border: 1px solid #E6D48A;
	border-bottom: 1px solid #E6D48A;
}

ul#navigation li a {
	display: inline;
	font-family:"Lucida Sans", Verdana;
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

ul#navigation li:hover {
background-color: #FFC299;
width:130px;
height:30px;
cursor:pointer;
border: 1px solid #FF6500;
}

ul#navigation li a:hover {
color:#fff;
}

ul#navigation li#youarehere {
	background-color: #FFC299;
	cursor:default;
	border: 1px solid #FF6500;
	color: #FFFFFF;
}
.sideimg {
	padding: 5px;
	text-align: center;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.here {
	font-family: "Lucida Sans", Verdana;
	font-size: 10px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.topper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	text-decoration: underline;
}
.sideimg2 {
	text-align: center;
	border: 5px solid #FFC299;
	margin: 5px;
}
