* {
    padding: 0;
    margin: 0;
} 

body {
background: black;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: white;
}

img { border: none; }
a { color: #FFFFCC; text-decoration: none; }
a:hover { text-decoration: underline; color : #fff; }

#wrap {
width: 760px;
background: #660000;
margin: 0px auto;
}
.header {
padding-top: 5px;
height: 95px;
background: black;
}
.header h1 {
font-size: 34px;
font-weight: 100;
font-family: "Papyrus", san-serif;
color: #FFFFCC;
letter-spacing: -3px;
}

.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 125px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
font-family: "Papyrus", san-serif;
}
.navigation a, 
.navigation a:visited {
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: black;
text-decoration: none;
}
.navigation a:hover {
color: #FFFFCC;
background-color: #660000;
}

 .navigation ul li.active a {
  color: #660000;
  background: #660000;
 }

.content {
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
float: right;
width: 600px;
font-family: Arial;
}

.content h1 {
font-family: "Papyrus";
color: white;
}



.footer {
padding: 10px;
font-size: 11px;
color: black;
text-align: center;
background: #FFFFCC;
}
.footer a {
color: black;
}