body {
background: url(img/_bkg.jpg);
background-repeat:repeat-x;
background-color: #fff;
font-family: tahoma;
font-size: 13px;
color: #303030;
}

.navWrapper {
margin-left: 12px;
}

a.nav, a.nav:visited {
line-height: 51px;
display: inline-block;
width: 263px;
font-size: 24px;
font-family: tahoma;
font-weight: 600;
font-variant: small-caps;
color: #000;
text-decoration: none;
border-bottom: 1px solid #f3e690;
border-top: 1px solid #907e01;
}
a.nav:hover, a.nav:active {
background: #f3e690;
color: #000;
}


a, a:visited {
color: #1a5134;
font-weight: 600;
}

a:hover, a:active {
text-decoration: none;
color: #507a66;
}