body {
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
	padding-bottom: 0px;
	margin: 0px;
	font: small/1.5em Georgia,Serif;
	color: #000;
	padding-top: 0px;
	voice-family: inherit;
}

unknown {
	font-size: small;
}

#header {
	font-size: 93%;
	background: #dae0d2 url(img/bg.jpg) repeat-x 50% bottom;
	float: left;
	width: 100%;
	line-height: normal;
}

#header ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	/* padding-top: 10px; */
	list-style-type: none;
}

#header li {
	padding-right: 0px;
	padding-left: 9px;
	background: url(img/left.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#header a {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(img/right.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #26435F;
	padding-top: 5px;
	text-decoration: none;
}

#header a {
	float: none;
}

#header a:hover {
	color: #333;
}

#header #current {
	background-image: url(img/left_on.gif);
}

#header #current a {
	background-image: url(img/right_on.gif);
	padding-bottom: 5px;
	color: #333;
}

