@charset "utf-8";
#topbar {
	background-color: #C41B18;
	width: 780px;
	text-align: center;
	margin-bottom: 10px;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}
#nav {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 800px;
	padding-top: 6px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: none;
	font-size: 8pt;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
#content {
	background-color: #000000;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 485px;
	min-height:200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#sidebar {
	float: right;
	width: 290px;
	padding: 3px;
	min-height:200px;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul {
	margin-top: 5px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	margin: 0px;
	color: #FFFFFF;
	padding: 3px;
	width: auto;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
li {
	margin-top: 5px;
}

