body {
	margin: 0;

	color: #ffffff;
	background: #000 url('../images/Background.jpg') 50% -40px no-repeat;

	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
}

a {
	color: #ffa60b;
	text-decoration: none;
}

a img {
	border: 0;
}

#backbone {
	margin: 0 auto;
	width: 1006px;

	background: url('../images/Background.jpg') 50% -40px no-repeat;
}

#header {
	height: 110px;
}

#header .content {
	padding: 33px 20px;
}

#header .toolbar {
	float: right;
}

#header .search {
	float: right;
	margin: 5px 20px;
}

#searchField {
	font-size: 14pt;
	color: #5c5c5c;
}

#searchButton {
	display: block;
	text-align: right;
}

#nav {
	height: 66px;

	text-align: center;
}

#content {
	margin: 0 auto;
	width: 890px;
}

#content .runner {
	min-height: 400px;
	background: url('../images/Content_Runner.png') 50% 0 repeat-y;
	padding: 2em;
}

#content .bottom {
	clear: both;
	height: 3em;
	background: url('../images/Content_Bottom.png') 50% 100% no-repeat;
}

#mainbar {
	width: 552px;
	float: left;
}

#sidebar {
        width: 250px;
        float: right;
}


#footer {
	margin: 0 0 3em 0;
	font-size: smaller;
	text-align: center;

}

.mainbar {
	width: 66%;
	float: left;
	clear: left;
}

.sidebar {
	width: 33%;
	float: right;
	clear: right;
}

.sidebar h2 {
	font-size: 12pt;
}

.pageNav {
	margin: 1em 0;	
}

.coloured {
	color: #ff8a00;
}

.sidebox {
	margin-bottom: 2em;
}

.sidebox.latest .item {
	line-height: 1.3;
	margin-bottom: .2em;
}

.sidebox.latest .item .title {
	display: block;
}

.sidebox.latest .item .timestamp {
	display: block;
	color: #e6e6e6;
	font-size: 7.5pt;
}

.pagination {
	overflow: hidden;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}
