﻿body {
	background-image: url("page_bg.bmp");
	background-repeat: repeat;
	text-align: center;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.counter {
	color: #000000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
	position: relative;
}

#nav {
	height: 12px;
}

#nav ul {
	margin: 0px;
	padding: 0 0 0 25px;
	text-align: center;
}
#nav li {
	float: left;
	border-right: 1px solid #A26A6B;
	padding: 12px 5px 8px 5px;
	border-right-style: none;
	list-style-type: none;
}

#nav li.last {
	border-right: none;
}

#nav a {
	color: #000000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#nav .selected a {
	font-weight: bold;
	color: #FFFFFF;
}

#nav a:hover {
	color: #0000ff;
	text-decoration: underline;
}

