/**
* (C) Alandobson.net
* Design by Putsh.co.uk
* HTML/CSS by Brian.Co.it
*/
body {
	margin: 0;
	padding: 0;
	color: #a1a1a1;
	font: 10px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: #000;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
ul, ol, li {
	line-height: 1;
	margin: 0;
	padding: 0;
}
ol {
	margin-left: 21px;
}
li {
	line-height: 1.2;
}
.clear {clear:both}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	
}
#header {
	text-align: center;
}
#content {
	background: transparent url(images/background.gif) 301px 10px no-repeat;
	padding-top: 116px;
	height: 644px;
}
h1 {
	display: block;
	margin: 0 auto;
	text-align: left;
	text-indent: -5000px;
	width: 219px;
}
h1 a {
	height: 125px;
	background: transparent url(images/logo.gif) 0 0 no-repeat;
	display: block;
}
h2 {
	padding-bottom: 3px;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
ol, p {
	margin-top: 12px;
}
.col {
	float: left;
	width: 350px;
	text-align: right;
	display: inline;
	margin-left: 105px;
}
.col h2 {
	color: #ee3524;
}
#chart.col {
	text-align: left;
	margin-left: 25px;
	width: 285px;
}
#chart.col h2 {
	color: #00b9d8;
}
#chart.col ol {
	color: #00b9d8;
}
#chart.col li span {
	color: #fff;
}
#chart.col #future {
	margin-top: 36px;
}
#chart.col #future h2 {padding-bottom:0}
#chart.col #future h2,
#chart.col #future h3,
#chart.col #future h4,
#chart.col #future p {
	color: #ffc425;
}
#chart.col #future h3,
#chart.col #future h4 {
	font-size: 10px;
	text-transform: none;
}
#chart.col .upcoming {
	overflow: hidden;
}
#chart.col .upcoming ul {
	margin-top: -1px;
	list-style: none;
}
#chart.col .upcoming ul li {
	border-top: 1px solid #333;
	line-height: 1.3;
	padding: 12px 0;
}
#chart.col .upcoming p {
	margin-top: 12px;
}
#footer p {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 0 299px;
	padding: 8px 0;
}