body {
background-image:url(bg.jpg);
background-repeat:repeat-x;
background-color:#E3E3E3;
}

div#top{
background-position:center;
background-repeat:no-repeat;
background-color:1E1E1E;
width:1029px;
height:167px;
z-index:10;
}
div#topnavlinks{
margin-top:0px;
width:1029px;
background-image:url(bar.jpg);
background-repeat:no-repeat;
height:24px;
padding-top:3px;
}
div#topnavlinks li{
display:inline; 
list-style:none;
margin-right:1.5em;
padding-right:1.5em;
border-right:1px solid #99C;
font-weight:bold;
}
div#topnavlinks a {
color:#F1F4F6; 
font-family:Arial;
font-variant:small-caps;
font-size:16px;
text-decoration:none;
}
div#topnavlinks li.first {
padding-left: 3.1em;
}
div#topnavlinks li.last {
border-right:none;
}
div#topnavlinks a:hover {
background-color:#000000;
}
