* {
	font-family:Verdana;
	border:0;
	padding:0;
	margin:0;
	outline:0;
}

p.center {
	text-align:center;
}

a, strong, b, i, u {
	font-size:inherit;
	color:inherit;
}

.clear {
	clear:both;
}

html, body {
	background:url("../images/bg.png") #fffffe repeat-x top left;
}

#main {
	margin:0 auto;
	margin-top:5px;
	border:1px solid #e5dec4;
	width:769px;
	background:#ffffff;
	padding:0 1px;
	font-size:11px;
	color:#968068;
}

#header {
	width:768px;
	height:75px;
	margin:0 auto;
	margin-top:20px;
	background:url("../images/header.png") #d9f69a;
	padding-top:13px;
}

#banner {
	width:468px;
	height:60px;
	margin-left:284px;
	display:block;
}

#menutop {
	width:768px;
	height:36px;
	background:url("../images/menutop.png");
	font-size:11px;
	color:#968068;
}

#footer {
	width:768px;
	height:36px;
	background:url("../images/menutop.png");
	font-size:11px;
	color:#968068;
}

textarea, input, select {
	border:1px solid #ddd3b7;
	background:#f8f6ee;
	font-size:11px;
	color:#968068;
	padding:2px;
	font-weight:bold;
}

input.img {
	border:0;
	padding:0;
}

#searchform {
	float:right;
	padding-top:6px;
	width:335px;
}

#searchform * {
	float:left;
	margin-right:5px;
}

#searchform input {
	margin-top:2px;
}

#menutop2 {
	text-align:left;
	float:left;
	width:423px;
	margin-top:6px;
	font-weight:bold;
	padding-left:10px;
}

#menu {
	width:147px;
	float:left;
	height:100%;
	padding-left:3px;
	padding-right:8px;
	padding-top:3px;
}

#content {
	width:607px;
	float:right;
	height:100%;
	padding-top:3px;
	padding-right:6px;
}

#border {
	background:url("../images/bgcontent.png") no-repeat;
	width:771px;
	min-height:680px;
}

th, td.center {
	text-align:center;
	font-weight:bold;
}

td.center img {
	margin-top:5px;
}

td {
	background:#FFFFFF;
	border:1px solid #DBCBBA;
	padding:5px;
}

table {
	border-collapse: collapse;
}


h1 {
	background:url("../images/h1.png");
	height:25px;
	color:white;
	text-align:left;
	font-size:11px;
	vertical-align:middle;
	line-height:23px;
	border-right:1px solid #a8947f;
	border-left:1px solid #a8947f;
	margin-bottom:8px;
}

.space {
	margin:0 5px;
}

#menu h1 {
	padding-left:20px;
}	

#content h1 {
	padding-left:10px;
}

#menu a {
	padding-left:10px;
	font-weight:bold;
}


a {
	text-decoration:none;
	color:#968068;
	font-weight:bold;
}

fieldset {
  border:1px solid #DBCBBA;
  font-size:11px;
  padding:0px 10px 10px 10px;
  margin-bottom:10px;
}

legend {
  font-weight:bold;
}

/* Content */
.table_border {
	margin-bottom: 10px;
}

.table_top_title {
  	background-color:#E5D4C3;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-weight: bold;
}

.table_top_rank {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 2px 0;
	text-align: center;
}

.table_top_description { 
	font-size: 11px;
	text-align:justify;
	padding:5px 5px 5px 5px;
}


/* Stats Style */
.stats_top {
  	background-color:#E5D4C3;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.stats_top_details {
  	background-color:#E5D4C3;
	font-size: 11px;
	padding:5px;
	text-align: left;
}

.stats_left {  
  	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.stats1 {
	text-align: center;
}

.stats1_details {
	text-align: left;
	padding:5px;
}

.stats2 {
	text-align: center;
}

.stats2_details {
	text-align: left;
	padding:5px;
}

/* Admin */
.admin_menu { 
	background-color: #FFFFEA;
	font-size: 11px;
	text-align:left;
	padding:5px 5px 5px 5px;
}

.darkbg {
}

.mediumbg {
	color:#968068;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lightbg {
	color:#968068;
}

.lightbgalt {
	color:#968068;
}

.join_edit_error {
	border: 1px solid #f00;
	padding: 5px;
}

a.help { 
	color: #f00; 
	font-weight: bold; 
	text-decoration: none; 
}

a.help:hover { 
	color: #333; 
	}