/* CSS Document */

td {
	color:#FFFFFF;
	font-size : 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

ul {
	color: #FFFFFF; 
} 


font.whiteTitle {
	font-size : 14px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
font.whiteTitleBig {
	font-size : 24px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
font.greyTitle {
	font-size : 14px; 
	color:#666666; 
	text-decoration : none; 
	font-weight : bold; 
} 

font.subText {
	font-size : 10px; 
	color:#000000;
	font-weight : normal; 
} 

a.link {
color: #AAAAAA;
text-decoration:none;
}
a.link:hover {
text-decoration:none;
color:#AA0000;
}

a.redLink {
color: #660000;
text-decoration:none;
}



/* Divs  */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 864px;
	height: 229px;
	border: none;
	background-image:url(/images/web/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#nav {
	margin: 0px auto;
	padding: 0;
	width: 864px;
	height: 40px;
	border: none;
	z-index: 4;
	background-image:url(/images/web/body.jpg);

}
#leaderboard {
        margin: 0px auto;
        padding: 0px 0px 8px 0px;
        width: 864px;
        height: 90px;
        border: none;
	background-color: #000000;
		z-index: 1;
        background-image:url(/images/web/body.jpg);

}
#body {
	
	width: 750px;
	border: none;
	color: #FFFFFF;
	font-size : 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

div.container {
	float: left;
	width: 750px;
}
div.item {
	float: left;
	padding: 3px 3px;
	text-align: center;
}
div.picture {
	float: none;
	padding: 2px 2px;
	background-color: #101010;
}





