/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin: 0;
padding: 0;
border: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
color: #38413a;
background-color: #2F0B20;
font-size: 12px;
text-align:center;
font-weight:bold;
}

#wrapper{
width: 880px;
background-image:url(f1.jpg);
background-color: #2F0B20;
text-align: center;
margin-top: 40px;
height: 597px;
background-repeat:no-repeat;
padding-top: 14px;
}


#nav{
margin-top: 10px;
width:auto;
text-align:center;
}

#nav ul{
padding: 0;
margin: 0;
background-color: #2F0B20;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
font-size: 12px;
font-weight: bold;
color: #ffffff;
background-image:url(fb1.jpg);
background-color: #6A4A5D;
text-decoration: none;
padding: 0 60px 0 60px;
text-align:center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus{color: #190511;
background-color: #D9C7D2;
}

a{	color : #866B7C; text-decoration: underline;  font-weight: normal;}
a:hover{	text-decoration : underline;  color: #866B7C;   }
