body {
background-color: #000;
background-image: url(img/_top_tile.jpg);
background-repeat: repeat-X;
color: #CCCCCC;
}

.navWrapper {
border: 0px solid #000;
height: 30px;
width: 1000px;
}

a.nav, a.nav:visited {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-left: 20px;
padding-right: 40px;
color: #fff;
font-weight: bold;
text-decoration: none;
}
a.nav:hover, a.nav:active {
color: #c0c0c0;
}

a, a:visited {
color: #cccccc;
}
a:hover, a:active {
color: #999999;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #AAAAAA;
}
h2 {
color: #CCCCCC;
font-size: 18px;
font-weigth: bold;
}