body {
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #332d20;
	background-image: url(/graphics/background.gif);
	background-repeat: repeat-x;
}

.smalltext {
	font-size: .75em;
}

.footertext {
	font-size: .75em;
	color: #999999;
}

.largetext {
	font-size: 1.25em;
	font-weight: bold;
}

.hugetext {
	font-size: 1.75em;
	font-weight: bold;
}

.highlight {
	background-color: #ffff33;
	color: #333333;
}

a:link {
	color: #ff9900;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr#nav {
	border: 0;
	color: #ff9900;
	background-color: #ff9900;
	height: 1px;
	width: 33%;
	text-align: center;
}

hr#content {
	border: 0;
	color: #ff9900;
	background-color: #ff9900;
	height: 1px;
	width: 50%;
	text-align: center;
}

/*CSS Menu*/

ul#menu {
	width: 960px;
	height: 35px;
	background: url("graphics/menu-bg.gif") top left repeat-x;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 0px;
}

ul#menu li a {
	height: 30px;
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 0px 23px 0;
}

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

ul#menu li a.current{
	color: #fff;
	background: url("graphics/current-bg.gif") top left repeat-x;
	padding: 0px 23px 0;
}