body{
	margin:0;padding: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial;
	background: url(images/background.png) repeat-x #313131;
	font-size: 14px;
}
#mainContainer{
	width:977px;
	background:#fcca03;
	-webkit-box-shadow:	0px 0px 10px #000;
	-moz-box-shadow:	0px 0px 10px #000;
}
#content a{
	color:#FFBB00;
}
.boxHeader{
	text-transform: uppercase;
	background:#191919;
	color:#FB0;font-size:16px;padding:5px;
	border-bottom: 1px #FB0 solid;
	font-weight: bold;
	text-align: left;
}
.boxContainer{
	float:left;background:#191919;height:336px;width:244px;
}
.boxContent{
	font-size:12px;color:#fff;padding:5px;
	position: relative;overflow: hidden;
}
h1{
	font-size: 20px;
	color: #FB0;
	border-bottom: 1px #FB0 solid;
	margin:0;
	padding:10px;
	text-transform: uppercase;
}
.clear{
	height:		0px !important;
	margin:		0 !important;
	padding:	0 !important;
	clear:		both !important;
}
table td{
	text-align: left;
}

	#newsFlipper{
		background:url(content/news-image.php);width:748px;height:263px;
		margin: 8px 0;
	}
	#newsFlipper_stories{
		margin-left: 382px;padding-top:7px;width:360px;
		color:#fff;
		z-index: 10;
		position: absolute;
	}
	#newsFlipper_stories td{
		color:#fff; font-size:13px;
		padding-left:10px;
	}
	#newsFlipper_stories div.highlighted{
		background:url(images/news/highlighted.png) #202b3d top right no-repeat;
	}
	#newsFlipper_stories hr{
		height:0;border:0;
		border-top:1px #2a2a2a solid;
		margin:5px;margin-left:70px;padding:0;
	}
	#newsFlipper_stories .newsStory{
		cursor: pointer;
	}
	#newsFlipper_stories .newsStory img{
		padding:0;margin:0;
	}


	.splitter{
		border:0;
		border-bottom:1px #3A3A3A solid;
		height:0;
		margin:3px 0;
		padding:0;
		width:100%;
		display: block;
	}
