/* CSS Document */

body {
margin: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #3A1E07;
}

#bg {
background-image: url(images/big-bg2.jpg);
width: 939px;
height: 671px;
background-repeat: no-repeat;
}

h2 {
font-size:16px;
color: #3A1E07;
}

.content {
font-size:11px;
color: #3A1E07;
}

#nav {
}

#nav a:link{
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover{
background-color: #F4EADF;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
color: #3A1E07;
}

#nav a:visited{
color: #FFFFFF;
text-decoration: none;
}


#nav ul{
list-style-image: url(images/list-bullet.gif);
width: 19px;
height: 22px; 
}