#wrap {
background: url(/images/backgrounds/teaching-artist.jpg) top center no-repeat;
}

#nav ul {
background: #D9CF98 url(/images/backgrounds/navbar/teaching-artist.jpg) no-repeat top left;
}

/* ---- navigation ---- */
#nav ul li, #nav ul li a
{
color: #000;
}

#nav ul li a:hover
{
color: #83783e;
}

#nav #active { border-left: 1px solid #fff; }
