@charset "ISO-8859-1";

/* Centred Page 100% x 100% */
  
body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.center 
{ 
text-align: center; 
} 
.center table 
{ 
margin-left: auto; 
margin-right: auto; 
text-align: left; 
} 


p {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	color: #6F8EC1;
	font-size: 12px;
}

A:link {color: #6F8EC1;}
A:visited {color: #6F8EC1;}
A:active {color: #6F8EC1;}
A:hover {color: #E6EFBB;}


#navlist 
{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	text-transform:uppercase;
	font-stretch: ultra-condensed;
	
	

}

#navlist li
{
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	text-decoration:none
	
}


#navlist a
{
	
	color: #FFFFFF;
	text-decoration:none
}

#navlist a:hover
{
	
	color: #E6EFBB;
	text-decoration:none
}


#whatwedo { background: url("images/bbcweb_whatwedo.gif") }
#aboutus { background: url("images/bbcweb_about.gif") }
#contact { background: url("images/bbcweb_contact.gif") }
#home { background: url("images/bbcweb_home.gif") }
#whattheysay { background: url("images/bbcweb_whattheysay.gif") }
#maintable { background: url("images/bbcweb_whatwedo.gif") }