#nav {
width: 185px;
float: left;
background-image: url(/images/navbg.jpg);
font-size: 13px;
font-family: tahoma;
color : #fff;
}

#header {
height: 155px;
background-image: url(/images/headerbg.jpg);
}

#content {
}

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #ee8e06; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }
