﻿body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	background: #232323;
	text-align: center;
}

.bar {
	display: block;
	height: 24px;
	background: url('../siteart/bar.jpg') repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 817px;
	text-align: left;
	background: #393939;
	border-top: 7px solid #218fda;
}

#hdr {
	display: block;
	background: #000;
	margin-bottom: 5px;
}

#date {
	color: #c3c3c3;
	float: right;
	padding: 15px;
}

#nav {
	display: block;
	height: 46px;
	background: url('../siteart/navbg.gif') repeat-x;
	margin-bottom: 1px;
}

#nav a {
	display: block;
	padding: 0 20 0 20;
	color: #fff;
	float: left;
	height: 46px;
	line-height: 46px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#nav a.on, #nav a.on:hover {
	color: #fff;
	background: url('../siteart/nav-on.gif') no-repeat;
}

#nav a:hover {
	color: #218fda;
}

#content {
	padding: 3px;
}

#content p {
	padding: 0 20 0 20;
	color: #fff;
}

#content a {
	color: #218fda;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	text-decoration: underline;
}

.heading {
	display: block;
	padding-left: 10px;
	line-height: 31px;
	color: #218fda;
	font-weight: bold;
	background: url('../siteart/heading.gif') no-repeat;
}