/* CSS Document */
	
	body {
	margin: 0 ;
	background-image: url(../images/mainBG.jpg) ; /* temp site only */
	background-repeat: no-repeat ;
	background-position: top ;
	background-color: #000 ;
	font-family: arial, verdana, 'sans-serif' ;
	overflow-y: scroll ;
	}
	
	ul, li {
	margin: 0 ;
	padding: 0 ;
	}

	#wrapper {
	margin: 0 auto ;
	width: 816px ;
	height: 600px ;
	position: relative ;
	}

	#scrollbox {
	width: 450px ;
	height: 340px ;
	position: absolute ;
	right: 80px ;
	top: 156px ;
	font-size: 12px ;
	line-height: 120% ;
	}
	
	/* temp site only */
	#tvLink {
	position: absolute ;
	bottom: 60px ;
	left: 60px ;
	}
	
	#flashcontent {
	width: 212;
	height: 188;
	position: absolute ;
	bottom: 23px ;
	left: 30px ;
	}

	
	#navcontainer
	{
	float: left ;
	display: inline ;
	width: 225px;
	padding: 0;
	margin: 0;
	}

	#navcontainer ul
	{
	list-style: none;
	margin: 0;
	padding: 120px 0 0 50px ;;
	border: none;
	}
	#navcontainer li
	{
	margin: 3px 0 ;
	}
	#navcontainer li a
	{
	display: block;
	width: 230px ;
	height: 20px ;
	text-decoration: none;
	width: 100%;
	}	
	#navcontainer li a:hover {
	background-image: url(../images/menuArrow.gif);
	background-repeat: no-repeat ;
	background-position: bottom left ;
	}	
	li#active {
	background-image: url(../images/menuArrow.gif);
	background-repeat: no-repeat ;
	background-position: bottom left ;
	}
	
	.contentwrapper p {
	padding-right: 20px ;
	}
	
	#galleryContainer {
	float: right ;
	display: inline ;
	padding: 155px 100px 0 0 ;
	width: 450px ;
	}
	
	#twitter {
	width: 655px ;
	height: 132px ;
	background: #000 url(../images/Twitter-Section.jpg) ;
	margin: 10px auto 20px auto ;
	padding: 30px 40px 0 120px ;
	}
	#tweets ul {
	list-style-type: none ;
	float: left ;
	font-size: 15px ;
	color: #c7aa66 ;
	width: 240px ;
	}
	p.tweetHead, p.tweetHead a {
	font-size: 12px ;
	color: #e0cbbd ;
	margin: 0 0 5px 0 ;
	}
	span.twitterTime {
	font-size: 10px ;
	color: #e0cbbd ;
	display: block ;
	margin-top: 5px ;
	}
	#newsletter {
	float: right ;
	margin: 20px 65px 0 0 ;
	font-size: 14px ;
	}
	
	/* ////////// PLAYERS STARTS ///////////////////// */
	
	#playerThumbs {
	float: right ; 
	display: inline ;
	width: 470px ;
	padding: 110px 75px 0 0 ;
	}
	.thumb  {
	float: left;
	display: inline ;
	height: 70px ;
	width: 70px ;
	padding: 3px ;
	margin: 1px ;
	}
	li:hover.thumb  {
	background-color: #FFF ;
	}
	ul.players {
	clear: both ;
	}
	ul.players li {
	position: relative ;	
	}
	
	#playerProfile {
	float: right ; 
	display: inline ;
	width: 440px ;
	height: 440px ;
	padding: 160px 90px 0 0 ;
	font-size: 12px ;
	}
	#file {
	height: 380px  ;
	width:  441px ;
	background-image: url(../images/file.gif) ;
	position: relative ;
	}
	#file p {
	padding-left: 38px ;
	padding-top: 5px ;
	padding-right: 20px ;
	line-height: 125% ;
	margin: 0 ;
	}
	#file strong {
	margin-top: 2px ;	
	}
	#playerPhoto {
	float: right ;
	display: inline ;
	width: 164px ;
	height: 209px ;
	padding: 50px 7px 0 0 ;
	}
	#playerName {
	padding: 25px 0 0 20px ;	
	}
	#backToPlayers {
	position: absolute ;
	height: 36px ;
	width: 218px ;
	bottom: 5px ;
	right: 30px ;
	background-image: url(../images/players/backToPlayers.gif) ;
	}
	
	/* ////////// PLAYERS ENDS ///////////////////// */
	
	h2 {
	height: 57px ;
	margin: 0 ;
	background-repeat: no-repeat ;
	background-position: top  ;
	text-indent: -9999px ;
	display: block ;
	}
	h2.players {
	background-image: url(../images/players/players.gif) ;
	}
	h2.refs {
	background-image: url(../images/players/refs.gif) ;
	}
	h2.links {
	background-image: url(../images/h2Links.gif) ;
	height: 32px ;
	margin-top:15px;
	}
	h2.freshMeat {
	background-image: url(../images/h2FreshMeat.gif) ;
	height: 32px ;
	width:210px;
	float:left;
	margin-bottom:15px;
	}
	h2.bombers {
	background-image: url(../images/h2_theBombers.gif) ;
	height: 32px ;
	}
	
	h3 {
	color: #900 ;
	font-size: 18px ;
	margin-bottom: 10px ;
	padding-left: 20px ;
	background: url(../images/h3BG.jpg) no-repeat left top ;
	}
	
	
	a, a:visited {
	color: #000 ;
	font-weight: bold ;
	text-decoration: none ;
	}
	a:hover {
	color: #900 ;
	}
	#links a {
	display: block ;
	text-align: center ;
	color: #300 ;
	padding: 2px ;
	margin: 0 15px ;
	}
	#links a:hover {
	color: #FFC ;
	background-color: #300 ;
	}

	a img
	{
	border:0
	}
	img
	{
	border:0
	}
	
	.floatRight {
	float: right ;
	display: inline ;
	margin: 10px ;
	}
	.floatLeft {
	float: left ;
	display: inline ;
	margin: 10px 10px 10px 0 ;
	}
	
	.clear {
	clear: both ;
	}