body {
	margin: 0px;
	background: url(../images/side.jpg) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F76F00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #F76F00;
}

a:hover {
	text-decoration: underline;
	color: #006060;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat right top;
}


#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
}
/* Menu */

#menu {
	width: 900px;
	height: 43px;
	background: url(../images/menu.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #183048;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #F76F00;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #FF7900;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0 0 0 10px;
}

.post {
}

.post .title {
	color: #006060;
}

.post .title a {
	background: none;
	color: #006060;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
	color: #006060;
}

.post .meta {
	border-bottom: 1px solid #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding: 0 10px 0 0;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 6px;
	letter-spacing: -0.5px;
	color: #006060;
}

#sidebar p {
	padding-bottom: 6px;
	text-align: left;
}

#sidebar a {
	font-weight: bold;
	color: #F76F00;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #006060;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(../images/footer.jpg) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #F76F00;
}

/* Table */

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table tr td {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}

table.leaders_table {
	font-size: 11px;
}

table.stats_table {
	font-size: 11px;
}

table.stats_table tr th, table.leaders_table tr th {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

table.stats_table tr td, table.leaders_table tr td {
	border: 1px solid #DDDDDD;
	padding: 4px;
}

.stat_total td {
	background-color: #F76F00;
	font-weight: bold;
}

.leader tr {
	font-weight: bold;
}
