#header {
	float:left;
	clear:both;
	width:964px;
	height:100px;
	background-color:#fef120;
	}
	
#logo {
	position:absolute;
	top:37px;
	left:35px;
	width:465px;
	height:55px;
	}

#location {
	float:left;
	width:205px;
	height:212px;
	padding:0 0 0 0px;
	background:url(graphics/uk.gif) bottom right no-repeat;
	}
	
#location p.address {
	margin:9px 0 5px 10px;
	}

#navigation {
	float:left;
	width:964px;
	height:28px;
	background-color:#000000;
	}

#links {
	float:right;
	height:28px;
	margin:0 0 0 0;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	height:13px;
	padding:8px 0 7px 0;
	border-left:1px solid #fef120;
	background-color:#000000;
	}

#links li a {
	height:13px;
	padding:8px 30px 7px 30px;
	text-decoration:none;
	list-style:none;
	color:#fef120;
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
	}

#links li a:hover,#links li a:active, #links li .current {
	color:#ffffff;
	text-decoration:none;
	background-color:#000000;
	height:27px;
	}