#content {
	padding-bottom: 50px;
	_margin-top: 20px;
}

body.about #main #content {
	padding-left: 185px;
	background: url(about_background.png) 0 10px no-repeat;
}

body.competition #main #content {
	padding-left: 185px;
	background: url(competition_background.png) 0 10px no-repeat;
	min-height: 400px;
	_height: 400px;
}

body.stories #main #content {
	margin-top: 50px;
}

body.stories #main #content div.item {
	position: relative;
	padding-left: 200px;
	overflow: hidden;
	_overflow: visible;
	_height: 152px;
	min-height: 152px;
	position: relative;
	margin-bottom: 20px;
}

body.stories #main #content div.item h2 {
	border-bottom: solid 1px #f60;
	padding: 5px;
	margin: 0;
	font-size: 1.75em;
}

body.stories #main #content div.item h2 a {
	text-decoration: none;
}

body.stories #main #content div.item h2 em {
	float: right;
	font-size: 0.75em;
	display: block;
	padding: 0.5em 0;
	font-variant: small-caps;
	text-transform: none;
}

body.stories #main #content div.item h2 em span {
	display: none;
}

body.stories #main #content div.item h3 {
	margin-top: 5px;
	text-align: right;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 5px;
}

body.stories #main #content div.item h3 a {
	color: #000;
}

body.stories #main #content div.item p {
	margin-left: 10px;
	margin-right: 10px;
}

body.stories #main #content div.item p.pullout {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

body.stories #main #content div.item p.pullout img {
	border: solid 1px #333
}

body.stories #main #content h2 {
	clear: both;
	margin-top: 50px;
}

body.stories #main #content h2 a {
	color: #f60;
}



body.stories #main #content #tocome {
	margin: 0 0 50px;
}

body.stories #main #content #tocome ul {
	margin: 0 auto;
	width: 578px;
	padding: 0 0 10px 1px;
	_padding: 1px 0 10px 1px;
	list-style: none;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

body.stories #main #content #tocome ul li {
	float: left;
	background: #ccc;
	padding: 0;
	margin: 10px 2px 0 9px;
	_margin-left: 5px;
	width: 84px;
	height: 84px;
	overflow: hidden;
	position: relative;
}

body.stories #main #content #tocome ul li a {
	display: block;
	width: 84px;
	height: 84px;
	text-decoration: none;
	color: #fc6121;
	overflow: hidden;
}

body.stories #main #content #tocome ul li.inactive span {
	position: absolute;
	top: 0;
	left: 0;
	height: 84px;
	width: 84px;
	opacity: 0.9;
	filter:alpha(opacity=90)
}

body.stories #main #content #tocome ul li.inactive span span {
	position: static;
	background: none;
	width: auto;
}

body.stories #main #content #tocome ul li.inactive acronym {
	text-decoration: none;
	text-align: center;
	display: block;
	background: #121210;
	width: 40px;
	height: 35px;
	padding: 3px 0 2px;
	margin: 22px auto 0;
	overflow: hidden;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #fc6121;
}

body.stories #main #content #tocome ul li.inactive acronym span {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	text-align: center;
	background: #121210;
	filter:alpha(opacity=100)
}

body.stories #main #content #tocome ul li.live img {
	width: 187px;
	height: 150px;
	margin-left: -51px;
	margin-top: -33px;
}

body.stories #main #content #tocome ul li.live span {
	position: absolute;
	top: auto;
	height: auto;
	bottom: 0;
	left: 0;
	width: 78px;
	background: #121210;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	_font-size: 0.75em;
	padding: 3px;
	opacity: 0.9;
	filter:alpha(opacity=90)
}

body.stories #main #content #tocome ul li a img {
	border: none;
}