body {
	background: #F9DBB3;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	background: #A87626;
	/*border: 1px solid #000;*/
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
	color: #F9DBB3;
}
#header {
	width: 700px;
}

#navigation {
	background: #A87626 url("title.png") repeat-x top;
	color: #A87626;
	margin: 1px;
	padding-top: 5px;
	text-align: center;
	width: 698px;
	height:21px;
}

#navigation ul {list-style:none;text-align:center;margin-left:250px;height:27px;margin-top:-5px;}
#navigation li {
  float:left;
  display:inline;
  padding-left:6px;
  padding-right:6px;
	margin-bottom:5px;
  text-align:center;
}
#navigation li:hover {
  background: #A87626 url("titleon.png") repeat-x top;
  height:27px;
	padding-left:5px;
  padding-right:5px;
	border-left:1px solid #771700;
	border-right:1px solid #AF661C;
}

#navigation a {
  display:block;
	height:27px;
  color:black;
  text-decoration: none;
  font-weight:bolder;
  padding-top:5px;
	padding-bottom:5px;
}
#navigation a:hover {
 color:#F8DBB3;
  background:transparent;
	text-decoration: none;
}

#chapo {clear:both;text-align:center;width:100;padding:10px;}
#chapo h1 {font-size:13px;}
#chapo h2 {font-size:20px color:brown;}
#chapo h3 {color:#C00000;background:yellow;}

#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 1em 10px;
	text-align: center;
	font-size:80%;
}

#copyright a {color: #F9DBB3;text-decoration:underline;font-weight:100;}
#copyright a:hover {color:yellow;}

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






.table_site {
  background:white;
	margin-bottom: 10px;
	width:620px;
	color:black;
}



.site_title {
  background:white;
	color:black;
	font-size: 15px;
	text-transform: uppercase;
	font-weight:bolder;
	text-align: center;
	padding-right:30px;
}

.site_title a {color:brown;text-decoration:none;}
.site_title a:hover{color:green;text-decoration:none;}


.site_rank, .site_list_rank {
	background: #A87626;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:yellow;
	width:20px;
}

.site_description {
background:white;
whith:468px;
text-align:justify;
padding:10px;
}

.site_description p,  .site_list_description p {margin:3px 0;}

 .site_list_description {
 background:white;
 width:490px;
 text-align:justify;
 }
 
.site_stats, .site_list_stats {
	background: #A87626;
	width:110px;
	padding:5px;
	color:white;
}

.site_list_stats {width:50px;}

.site_stats a, .site_list_stats a, {color:yellow; text-decoration:none;}
.site_stats a:hover, .site_list_stats a:hover {color:blue;}




/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.table_description { width: 100%; }

.table_stats {text-align: center;}



/* Stats Style */
.stats_top {
	background: #4a4a4a 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-color: #DCDCDC;
	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 {
	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: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

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