body {
  background-position: center top;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-color: #890295;
	background-repeat: repeat-y;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
	}

.main {
	background-image: url(skins/fusion/background1.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;

}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border-left: 1px solid #890295;
	border-right: 1px solid #890295;
	background-color: #ffffff;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	float: center;
	width: 700px;
	height: 100%;
}
#header {
	width: 700px;
}
#navigation {
	/*background: #d90000 url("title.png") repeat-x;
	color: #FFF;*/
	color: #890295;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	text-align: right; 
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	float: right;
	border-bottom: 1px #890295 solid;
	}
#filters {
	float: left;
	margin: 15px;
}
#search {
	/*float: right;
	margin: 15px;
	text-align: right;*/
}
#content {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a {
	color: #890295;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	}

#navigation a, .table_top_title a { color: #890295; 	text-decoration: none;}
#navigation a:hover, .table_top_title a:hover {
	color: #000000;
	text-decoration: none;
}

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #d90000 url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.table_top_rank {
	background-color: #eeeeee;
	font-size: 16px;
	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: #eeeeee;
	padding: 2px;
}
.table_top_rating {
	background-color: #eeeeee;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #d90000 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: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_description {
	/*width: 100%;*/
	border-bottom: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.table_stats {
	background-color: #eeeeee;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #d90000 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: #eeeeee; }
.stats1 {
	background-color: #eeeeee;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #d90000 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; }



ul, ul li {
	display: block;
	list-style: none;
	margin: 1px;
	padding: 1px;
	text-align: left;
	}

.small {
	font-size: 8px;
	color: #999999;
	text-align: right;
	}
a.small:link,	a.small:visited {
	color: #999999;
	text-align: right;
	text-decoration: none;
	}	
a.small:hover 	{
	color: #999999;
	text-align: right;
	text-decoration: none;
	}	
	
