div#header {
width: 580px;
background: #111 url("graphics/headerbackground.gif") top left repeat-x;
margin-left: 210px;
height: 223px;
}

div#headersticker {
width: 84px;
height: 90px;
float: left;
display: inline;
background: url("graphics/headersticker.gif") top left no-repeat;
}

div#headerlogo {
background: url("graphics/logo.gif") bottom right no-repeat;
height: 223px;
}

div#headerlogo p {
padding-top: 183px;
font-family: Arial;
font-size: 11px;
text-transform: uppercase;
text-align: right;
color: #fff;
margin-right: 20px;
}


div#header ul 
{
list-style-type: none;
padding-top: 15px;
margin-right: 15px;
float: right;
display: inline;
font-family: Arial;
font-size: 10px;
width: 300px;
}

div#header li {
float: right;
}

div#header a, div#header a:visited, div#header a:active
{
color: #aaa;
text-decoration: none;
padding-left: 10px;
}
	
div#header a:hover
{
color: #fff;
}
