*
 {
	border:0;
	margin:0;
	padding:0;
}

/* navigation */
#navigation {
	margin:auto;
	width:850px;
	height:40px;
	list-style:none;
	background-color: #330000;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #BB8C34;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BB8C34;
	border-bottom-color: #BB8C34;
}
#navigation li {
	float:left;
	width:auto;
	list-style:none;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#navigation a {
	color:#FFFFFF;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background-color: #C3953D;
	text-decoration: none;
}
#navigation .active {
	color:#777;
	background-color: #000000;
}
/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00
}
