body {
    background-color: #FFF;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
background-color:black;
border: 2px solid red;
margin: auto auto;
width: 700px;
text-align: left;  /* readjust alignment so text doesn't center align */
}
#header { 
 
	color:white;
	width: 700px;
}
#navigation {
    background-color:#e10000;
	color: #FFF;
	margin: px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 700px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both; 
	width:86%; 
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

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

/* Stats Style */
.stats_top {
    background-color:#e10000;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: black; }
.stats1 {
	background-color: black;
	text-align: center;
}
.stats2 {
	background-color: black;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg { 
    background-color:#e10000;;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

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

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

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

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