	BODY, DIV, ID, TD {
		margin: 0px 0px 0px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #000000;
		vertical-align: top;
	}
	
	BODY {
		background: url(../img/header.png) top center no-repeat;
	}
	
	A:link, a:visited, a:active { text-decoration: none; border-bottom: 0px dotted #CC6600; color: #CC6600; }
		
	A:hover { text-decoration: none; border-bottom-width: 1px; color: #CC6600 }
	
	div.container, div.footer {
		position: relative;
		width: 800px;
		margin: 0px auto 0px;
		padding-top: 180px;
	}
	
	div.footer {
		padding-top: 10px;
		text-align: center; 
		border-top: 1px solid black; 
		margin: 0px auto 50px; 
		font-size: 12px; 
	}
	
	h1.thin {
		height: 1px;
		width: 800px;
		margin: 0px 0px 10px 0px;
		border-bottom: 1px solid #c0c0c0;
		display: block;
	}
	
/* navigation tabs */	
	
	html #navigation { 
		display: inline; 
		position: relative;
		border-bottom: 10px solid black;
		padding: 0;
		margin: 0 auto -14px;
	}
	
	#menu {
		width: 800px;
		display: inline;
	}
	
	#menu ul {
		width: 800px;
		position: relative;
		float: left;
		list-style: none;
		display: inline;
		z-index: 97;
	}
	
	#menu li {
		float: left;
	}
	
	#menu ul li a {
		float: left; 
		padding: .25em 1.25em .25em 1.25em;
		text-decoration: none;
		display: inline;
		color: #c0c0c0;
		font-size: 18px;
		border: 0px;
	}
	
	#menu li a {
		text-align: center;
		vertical-align: middle;
		display: inline;
	}
	
	#menu ul li a:hover {
		background-color: black;
	}
	
	#menu ul li.selected {
		background-color: black;
	}
	
	#menu:after {		
		content: ".";
		display: block;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
/* main body organizers */

	#block {
		width: auto;
		margin: 0px auto 30px;
	}
	
	#block:after {		
		content: ".";
		display: block;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	#block div.sub {
		width: 399px;
		margin: 0px auto;
		display: inline;
		float: left;
	}
	
	#block div.gradient {
		background: url("../img/gradient.png") repeat-x;
		width: auto;
		min-height: 350px; 
		padding-top: 10px;
	}
	
	#block div.featured {
		width: auto;
		padding: 15px 20px 15px 20px;
	}
	
	#block div.featured:after {		
		content: ".";
		display: block;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	#block div.featured img {
		border: 1px solid black;
		display: inline;
	}
	
	#block div.featured img.left {
		margin-right: 20px;
		float: left;
	}
	
	#block div.featured img.right {
		margin-left: 20px;
		float: right;
	}
	
	#block div.quote {
		background: transparent url(../img/quote_open.png) no-repeat scroll left 0px;
		/*width: 200px;*/
		color: black;
		margin-top: 2em;
		padding: 5px 0px 0 35px;
		text-align: left;
		
	}
	
	#block div.quote span {
		background: transparent url(../img/quote_close.png) no-repeat scroll right bottom;
		padding: 0 35px 5px 0;
		line-height: 17px; 
		
	}
	
/* text formatting */
	
	h1.date {
		font-size: 34px;
		padding: 0pc 0pc 5px 40px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 50px;
		font-weight: normal;
		color: #c0c0c0;
	}
	
	h1.detailsbreak{
		font-size: 12px;
		border-bottom: 1px solid #c0c0c0;
		font-weight: normal;
		color: #c0c0c0;
		width: 300px;
		margin: -10px 0 0px 50px;
		text-align: right;
	}
	
	span.bigTitle {
		font-size: 30px;
		color: black;
	}
	
	span.bigDate {
		font-size: 72px;
		background-color: white;
		padding-bottom: 30px;
		color: #ff4a00;
		line-height: 20px;
		
	}
	
	span.bigText {
		font-size: 24px;
		color: #ff4a00;
		line-height: 28px;
	}
	
	span.super {
		vertical-align: top;
		margin-top: -18px;
		margin-left: 5px;
	}
	
	span.details {
		float: right;
		height: 15px;
		margin-top: -7px;
		padding-left: 10px;
		background-color: white;
		color: #a6a6a6;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	span.red {
		color: #ff4a00;
		margin-right: 6px;
	}
	
	div.slider {
		width:350px;
		padding: 10px;
		padding-left: 50px;
	}
	
	div.inner {
		font-size: 11px;
		opacity: .75;
		line-height: 17px;
	}
	
	#countdown {
		display: inline;
		color: #ff4a00;
		margin: 0 1em 0 1em;
	}