* { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
padding: 0 0 0;
background-image: url(back.jpg); 
color: #333; 
font-family: Arial, Helvetica, sans-serif; 
} 

#container { 
width: 960px; 
margin: 0 auto;
padding: 12;
}

#header { 
background-image: url(header.jpg); 
width: 960px; 
height: 180px;
}


#nav {
background: url(menu.gif) repeat-x; 
color: #000; 
font-size: 92%; 
font-weight: bold;
line-height: 3.0em;
text-align: center;
} 

#nav ul { 
list-style-type: none; 
} 

#nav li { 
display: inline; 
margin: 0 8px; 
} 

#nav li a { 
FONT-SIZE: 13px; COLOR: #6B3500; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none 
} 

#nav li a:hover {
color: #CD8D2E; 
border-bottom: #000 dotted 2px;
} 

a {
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #585EC9;
}


# a { 
color: #396; 
} 

# a:hover { 
color: #f36; 
border-bottom: #f36 dotted 1px; 
} 

a:hover {
color: #CC6600;
border-bottom: #000 dotted 2px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}


