@charset "utf-8";
/* CSS Document */

.left { float: left; }
.right { float: right; }
h1 { font-size: 21px; color: #466b95; }
h1 span { font-size: 14px; color: #86a4c8; }
body {
	background-color: #1d2228;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 985px;
	text-align: center;
}

#header {
	text-align: center;
}

#content {
	text-align: left;
}

#column-left {
	float: left;
	width: 740px;
	position: relative;
}
	#mainimage {
		width: 715px;
		height: 275px;
		background-color: #;
	}
	/*
	############################
	#########  NEWS PANELS #####
	############################
	*/
	.newsTab {
		width: 220px;
		color: #ffffff;
	}
		.newsTab p {
			background-color: #28313a;
			position: absolute;
			height: 100%;
			z-index: -1;
			display: block;
			padding: 5px;
		}
		
	.newsPanel {
		position: absolute;
		top: 634px;
		left: 0px;

	}
		.nfcTab {
			position: relative;
			margin: 0px 0px 0px 25px;
			z-index: 10;
			overflow: hidden;
		}
		
		.afcTab {
			position: relative;
			margin: 0px 0px 0px 265px;
			z-index: 10;
			overflow: hidden;
		}

		.pfcTab {
			position: relative;
			margin: 0px 0px 0px 500px;
			z-index: 10;
			overflow: hidden;
		}
	
	.newsButton {
		width: 100px;
		background-color: #28313a;
		text-align: center;
		display: block;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 60px;
			
		font-size: 12px;
		font-weight: bold;
	}
	.nfcNewsButton {
		position: relative;
		top: 1px;
		left: 30px;
		z-index: 20;
		color: #5c90c6;
		cursor: pointer;
	}
	.afcNewsButton {
		position: relative;
		top: 1px;
		left: 265px;
		z-index: 20;
		color: #e0575e;
		cursor: pointer;
	}
	.pfcNewsButton {
		position: relative;
		top: 1px;
		left: 500px;
		z-index: 20;
		color: #ad57dc;
		cursor: pointer;
	}
	
	
	#team-stats {
		background-color: #28313a;
		width: 725px;
		height: 340px;
		display: block;
	}
		#team-stats .column {
			padding: 0px 1px 0px 0px;
		}
		
			.dataSet {
				width: 230px;
				padding: 5px 0px 0px 3px;
				color: #ffffff;
				font-size: 12px;
			}
			.dataSet td { padding: 1px 0px 1px 0px; }
			.alt { background-color: #343e4a; }
			
			.nfc th{ color: #5c90c6; }
			.afc th{ color: #e0575e; }
			.pfc th{ color: #c557dc; }
	
#column-right {
	
}

#matchups {
	width: 955px;
	height: 277px;
}
	#matchups .vs { list-style-type: none;; }
	#matchups .vs li {
		display: block;
		float: left;
		margin: 0px 40px 0px 0px;
	}
	
#gallery2 {
	width: 500px;
	min-height: 300px;
	display: block;
	margin: 0px 30px 0px 0px;
}
#roster {
	width: 440px;
	height: 300px;
	display: block;
}

.box {
	background-color: #28313a;
}

.score {
	color: #fff;
}

.spacer {
	padding: 3px 30px 3px 30px;
}



