html, body { margin: 0; padding: 0; }

.page-container {
   width: 940px;
   background-color:#FFFFFF;
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
}

.nav {
	width: 940px;
	height: 130px;
}

.logo {
	width: 320px;
	float: left;
}

.menu {
	width: 460px;
	float: left;
}

.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.menu-text a:link {
color: #FFFFFF;
text-decoration: none;
}

.menu-text a:visited {
color: #FFFFFF;
text-decoration: none;
}

.menu-text a:hover {
	color: #999999;
	text-decoration: none;
}

.menu-text a:active {
color: #FFFFFF;
text-decoration: none;
}

.content {
	width: 940px;
}

.sidebar-left {
	position: absolute;
	width: 140px;
	float: left;
	margin-left: 20px;
	
}

.centre-content {
	width: 540px;
	float: left;
	margin-right: 20px;
}

.footer {
	clear: both;
	width: 350px;
	height: 140px;
	float: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: normal;
	margin-top: 80px;
}


.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color:#000000;
	font-weight: normal;
	margin-bottom: 10px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	font-weight: bold;
}
.stuff-post {
	margin-bottom: 40px;
}

.stuff-title {
	margin-bottom: 10px;
	font-size: 16px;
}

.stuff-copy {
	margin-top: 10px;
	margin-bottom: 10px;
}

.stuff-context {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
	font-weight: normal;
}

.stuff-context-b {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
	font-weight: bold;
}

.stuff-poster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000000;
	font-weight: normal;
}

.stuff-comment-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#000000;
	font-weight: normal;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#000000;
	font-weight: normal;
}

.body-text-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#999999;
	font-weight: bold;
}

.standfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#000000;
	font-weight: normal;
}

.body-text a:link {
color: #999999;
text-decoration: none;
}

.body-text a:visited {
color: #999999;
text-decoration: none;
}

.body-text a:hover {
	color: #000000;
	text-decoration: underline;
}

.body-text a:active {
color: #000000;
text-decoration: underline;
}


a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
color: #000000;
text-decoration: underline;
}

.footer a:link {
color: #000000;
text-decoration: none;
}

.footer a:visited {
color: #000000;
text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.footer a:active {
color: #000000;
text-decoration: underline;
}

.menu-col {
	width: 140px;
	float: left;
	margin-right: 20px;
	margin-top: 16px;
}

.menu-item {
	width: 140px;
	height: 20px;
	background-color: #000000;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-width: 1px;
}
.menu-col-right {
	width: 140px;
	float: right;
	margin-top: 16px;
}

#menuspace {
	line-height: 0px;
}
