body {
	background-color: #f4f1f4;
	color: #806680;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: center;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 584px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 584px;
}
#navigation {
	color: #806680;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 580px;
}
#filters {
	float: left;
	margin: 10px;
}
#search {
	float: right;
	margin: 10px;
	height: 20px;
}
#content {
	clear: both;

}
#copyright {
	margin: 15px;
	text-align: center;
}

/* Hyper Links */
a { color: #806680; }
a:hover { color: #6399c1; }

#navigation a, .table_top_title a { color: #806680; }
#navigation a:hover, .table_top_title a:hover {
	color: #6399c1;
	border: 1;
}

.table_border {
	border: 1px solid #806680;
	margin-bottom: 10px;
	padding: 1px;
}
.button {
	height: 22px;
	padding: 0;
	margin-top: 0px;
	padding-bottom: 0px;
}
/* Top Ranking Style */
.table_top_title {
	background: #806680;
	font-size: 12px;
	color: #dcd3dc;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
.table_top_rank {
	background-color: #DCD3DC;
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}
.table_top_description {
	background-color: dcd3dc;
	font-size: 14px;
}
.table_top_banner {
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}
.table_top_stats {
	background-color: #DCD3DC;
	padding: 1px;
	font-size: 12px;
}
.table_top_rating {
	background-color: #DCD3DC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #806680;
	color: #dcd3dc;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
.table_rank {
	background-color: #DCD3DC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	background-color: #DCD3DC;
}
.table_stats {
	background-color: #DCD3DC;
	padding: 2px;
	text-align: center;
	font-size: 14px;
}

/* Stats Style */
.stats_top {
	background: #806680;
	color: #dcd3dc;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 5px;
}
.stats_left { background-color: #DCD3DC; }
.stats1 {
	background-color: #DCD3DC;
	text-align: center;
}
.stats2 {
	background-color: #fff;
	text-align: center;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }

/* Admin */
.darkbg {
  background-color: #dcd3dc;
  color: #f4f1f4;
}
.mediumbg {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #806680;
}
.lightbg {
	color: #000;
	background-color: #FFF;
	text-align: center;
}
.lightbgalt {
	color: #000;
	background-color: #DCD3DC;
	text-align: center;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }
