body {
	background:url(images/bg.jpg);
        background-attachment:fixed;
	color: #FFF;
	font-family: sans-serif;
	font-size: 12px;
        text-align: center;

}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	background-color: #000;
        border: 0px solid #000;
	text-align: left;
	margin-left: auto;
        margin-right: auto;
	position: relative;
	width: 850px;
}
#header {
	width: 850px;
        height:370px;
	margin-top:0px;
	background:url(images/ferrarilogo.jpg);
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 15px;
        font-weight: bold;
        margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 848px;
}




#bottombutton {
	width: 750px;
        height:150px;
	margin-top:5px;
	background:#000 url(images/bg2.jpg) no-repeat center;
}










#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px 10px 10px 10px;
	text-align: center;
}

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

#navigation a, .table_top_title a { 
color: #FFF;
font-size: 14px;
font-weight: bold;
}

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



.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}






.table_top_rank {
	background-color: #CB0909;
	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: #CB0909;
	padding: 2px;
}
.table_top_rating {
	background-color: #FFF;
	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: #FF4040;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #868686;
	padding: 2px;
	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: #868686; }
.stats1 {
	background-color: #868686;
	text-align: center;
}
.stats2 {
	background-color: #000000;
	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: #868686;
}
.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: #868686;
	border: 1px solid #f00;
	padding: 2px;
}

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


/* The Search Form */

.search {
	float:right;
	width:225px;
	height:29px;
	margin-top:16px;
	padding-right:5px;
	}
.search form {
	margin:0;
	padding:0;

	}
.search input {
	border:none;
	padding:0;
	float:left;
	}
.search input#s {
	width:160px;
	height:20px;
	margin-right:4px;
	font-size:16px;
	padding:2px 2px 1px 7px;
	}
.search input#submit {
	width:36px;
	height:25px;
	padding:2px 2px 1px 1px;
	background:url(images/search.png);
	}


.text {
	width:750px;
	float:none;
	text-align:justify;
        margin: 0px auto 0px auto;	
}


#centercontent {
	float: left;
        background: #000;
        width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	



#centercontentleft {
  float: left;
  border-right: 0px solid #000000;
  padding-top: 0px;
  padding-left: 0px;
  margin: 0px 0px 15px 2px;

}

#centercontentright {
  float: right;
  border-left: 0px solid #000000;
  padding-top: 0px;
  padding-right: 0px;
  margin: 0px 0px 15px 0px;
}



