/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFF00;
	background-color:#000000;
}

a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}



#Outer-Container {
}

#Container {
	width:800px;
/*	height:600px;*/
}
#right-content {
	float: right;
	width:408px;
}

#left-content {
	float:left;
	width:392px;
	height:auto;
}

#left-text {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#spacer2 {
	position:relative;
	float:left;
	width:800px;
	height:12px;
}

#bottom-content {
	float:left;
	width:800px;
	height:30px;
}

#bottom-content2 {
	float:left;
	width:800px;
	height:133px;
}

#work-left {
	float:left;
	width:267px;
	height:163px;
}
#ben-centre {
	float:left;
	width:260px;
	height:163px;
}
#links-right {
	float:right;
	width:260px;
	height:163px;
	background-image:url(images/24.png);
	background-repeat: no-repeat;
}
#links-right-homepage {
	float:left;
	width:260px;
	height:163px;
	background-image:url(images/24.png);
	background-repeat: no-repeat;
}
#links-text {
	width:210px;
	height:123px;
	float:left;
	padding-top:40px;
	padding-right: 10px;
	padding-left: 40px;
}
#links-text{
	width:210px;
	height:123px;
	float:left;
	padding-top:40px;
	padding-right: 10px;
	padding-left: 40px;
}
#footer{
	float:left;
	width:800px;
	height:28px;
	padding-top:5px;
	padding-left: 10px;
}
ul#Facts {
color: #FFFF00;
line-height:18px;
}

ul#Facts li{
	color: #FFFF00;
	line-height:18px;
	list-style-position: inside;
	list-style-type: disc;
}


/*  Nav Bar  */

*{
margin: 0;
padding: 0;
}



ul#spritemenu{
width: 800px;
height: 32px;
background: url(images/Nav-bar.png) top left no-repeat;
}
ul#spritemenu li{
float: left;
display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
}

ul#spritemenu li a{
display: block;
width: 200px;
height: 32px;
text-indent: -9999px;
}


li#sprite1 a:hover{
	background-image: url(images/Nav-bar.png);
	background-position: 0 -32px;
}
li#sprite2 a:hover{
	background-image: url(images/Nav-bar.png);
	background-position: -200px -32px;
}
li#sprite3 a:hover{
	background-image: url(images/Nav-bar.png);
	background-position: -400px -32px;
}
li#sprite4 a:hover{
	background-image: url(images/Nav-bar.png);
	background-position: -600px -32px;
}
