body {
	margin: 0px;
	padding: 0px;  
  background-color: #FFF;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
  background: #4a4a4a;
  float: center;
	border: 1px solid #000;
	margin: 0 auto 0 auto;
	width: 700px;
	text-align: center;
}

#header_outer {
  float: center;
  margin: 0 auto 0 auto;
	width: 700px;
	height: 176px;
}

#header {
  float: center;
  margin: 0;
  padding: 0;
	width: 700px;
	height: 167px;
}

#navigation {
  float: center;
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 700px;
}

#header img {
  border: 0;
	width: 700px;
	height: 176px;
}

#filters {
	background: #c8c8c8;
	float: left;
	margin: 15px;
}

#search {
	float: center;
	margin: 15px;
	text-align: right;
}

#content {
	background: #c8c8c8;
	clear: both;
	margin: 15px;
	max-width: 670px;
	border: 1px solid #000;
}

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

#counter_translator {
	text-align: center;
	width: 700px;
}

#counter, #translator {
	background-color: #4a4a4a;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
}

/* 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;
}

#content .table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}

/* Top Ranking Style */
#content .table_top_title {
	background: #c8c8c8 url("title.png") repeat;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	width: 400px;
}
#content .table_top_rank {
	background: #c8c8c8 url("title.png") repeat;
	max-width: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	padding: 2px;
}
.table_top_rating {
	background-color: #c8c8c8;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #c8c8c8 url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left {
  background-color: #DCDCDC;
}

.stats1 {
	background: #c8c8c8 url("title.png") repeat-x;
	color: #FFF;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}

.lightbgalt {
  width: 670px;
	color: #000;

	margin: 15px 15px 10px 15px;
}



/* No Borders Images */
img {
  margin: 0;
  padding: 0;
}

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

.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; }
