@import url("styles.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color: #000000;
	background-image: url(../img/bk/uk-homepage1.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	height:100%;
	margin:0 auto;
	text-align: center;
	background-position: center top;
}
.ctreWrapper #wrapper {
	width: 960px;
	height:100%;
	margin: 0 auto;
	text-align: center;

}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-align:center;
	height: 100%;
	width: 960px;
}
#header {
	height: 143px;
	width: 960px;
	margin:0 0 20px;
	background-image: url(../pix/bk-nav.png);
	background-repeat: no-repeat;
}
#topbarHolder {
	width:960px;
	height:101px;
	padding: 0px 0 0;
	margin: 0 auto;
	text-align:right;
}
#topbar {
	margin: 10px 0 0 720px;
	text-align:right;
	height: 42px;
	width:240px;
	text-align:center;
	background-image: url(../pix/bk-nav-tile.png);
	background-repeat: repeat;
}
#topbar P {line-height:39px;}
#navbar {
	margin: 0px auto;
	height: 42px;
	width:960px;
	text-align:center;;
}
/* Main Content */
.contentHolder {
	width: 960px;
	margin:0;
}
/* Columns */
.content2Col {
	margin-right: 20px;
	float: left;
	width: 620px;
	text-align:left;
}
.content1Col {
	float: right;
	width: 300px;
	text-align:left;
	margin:0;
}
.contentCol3 {
	float: left;
	width: 300px;
}
.contentCol4 {
	float: left;
	width: 300px;
	padding-right:17px;
}
.content5Col {
	width: 100%;
	text-align:left;
	margin:0;
}
.contentCol3, .contentCol4	{min-height: 330px;}
.contentRule {
	border-right: solid 1px #555555
}
.contentRuleLeft {
	border-left: solid 1px #555555
}
.contentSpacer {margin: 30px 0;}
.imgIcon {
	float: left;
	margin: 0px;
}
.imgPadRight {padding:0 22px 0 0;margin:0;}

.columnFeed {
	padding: 0px;
	margin: 0;
}
.columnFeedPad {
	padding: 0 20px 0 20px;
}
.contentPage {padding: 0 20px 0 0;}
/* News */

#contentNews {
	width:619px;
	margin:0;
	padding:0;
	float:left;
	min-height:400px;
	border-right: solid 1px #555555;
}
#contentNewsInfo {
	margin: 0px;
	float: left;
	width: 228px;
	text-align:left;
}
#contentNewsInfo img {
	margin: 0 0 90px;
	border: 4px solid #777777
}
/**/
#footer {
	height: 50px;
	width: 960px;
	margin:0;
	padding:0;
	text-align:left;
	border-top: solid 1px #555555;
}
#footer p {font-size:8pt;line-height:9pt}
#footerSubnav {
	margin: 0px;
	float: right;
}
#footerCarbon {
	margin: 0px;
	float: left;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
	margin:0;
	padding: 20px 0 0;
    font-size: 1px;
    line-height: 0px;
}
