/*fe staff colours and background image*/

#image	{
border-bottom:medium #56527E solid;
background-image:url(/images/header.jpg);
background-repeat:no-repeat;
height:100px;
width:100%;
padding:0px;
}
#subnav {
background-image:url(/images/menu/subfe.gif);
background-position: bottom left;
background-repeat:no-repeat;
background-color:#008187;
}
.selected {
background-image:url(/images/menu/festaff.gif);
background-position: bottom left;
background-repeat:no-repeat;
display: block;
width: 130px;
}

.footerText  {
background-color:#008187;
}

