body {
	font: 12px/18px 'lucida grande','lucida sans unicode',arial,verdana,sans-serif;
	color: #FFFFFF;
	background: #262626;
	text-align: center;
}
.clear {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	color: #3D80DF;
}
#leftButtons, #rightButtons {
	position: absolute;
	top: 4px;
	width: 40%;
	height: 21px;
}
#leftButtons {
	left: 12px;
}
#rightButtons {
	right: 12px;
}
#prevButton, #nextButton {
	width: 24px;
	height: 21px;
	background: url(buttonarrows_gs.gif) no-repeat;
	float: left;
}
#prevButton {
	background-position: left center;
}
#nextButton {
	width: 25px;
	background-position: right center;
}
#prevButton a, #nextButton a {
	width: 24px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url(buttonarrows.gif) no-repeat;
	display: block;
}
#prevButton a {
	background-position: left center;
}
#nextButton a {
	width: 25px;
	background-position: right center;
}
#indexButton, #statButton {
	height: 21px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	background: url(buttonleft.gif) no-repeat;
	float: right;
}
#indexButton {
	margin-left: 10px;
}
#indexButton a, #statButton a {
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(buttonright.gif) no-repeat right center;
	display: block;
}
#header {
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #000000 url(headergradient.png) repeat-x;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	height: 60px;
	font-size: 10px;
	line-height: 33px;
	text-align: center;
	color: #999999;
	background: url(footergradient.jpg) repeat-x;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}