html,body {
   background-color: #000000;
    color: #000000;
    margin: 0;
    margin-top: 15px;
    padding:0;
    text-align: center;
     font-family: arial, verdana, sans-serif;
         font-size: 12px;
         font-weight: normal;        
}
a:link {
    color: #67526b;
    text-decoration: none;
    border-bottom: 1px dotted #362b38;
}

a:visited {
    color: #67526b;
    text-decoration: none;
    border-bottom: 1px dotted #362b38;
}

a:hover {
    text-decoration: underline;
    border: none;
color: #9a6053;
}

a:active {
    color: #67526b;
    border-bottom: 1px dotted #362b38;
}

a.one:link {font-family: 'Carrois Gothic', serif; font-size: 18px; color: #624f66; text-align: center;  top-margin: 5px; text-decoration: none; border: none; text-transform: uppercase;}
a.one:visited {font-family: 'Carrois Gothic', serif; font-size: 18px; color: #624f66; text-align: center;  top-margin: 5px; text-decoration: none; border: none; text-transform: uppercase;}
a.one:active {font-family: 'Carrois Gothic', serif; font-size: 18px; color: #624f66; text-align: center;  top-margin: 5px; text-decoration: none; border: none; text-transform: uppercase;}
a.one:hover {font-family: 'Carrois Gothic', serif; font-size: 18px; color: #958d88; text-align: center; top-margin: 5px; border: none; text-transform: uppercase;}


#container 
{
margin: 0 auto;
width: 508px;
text-align: left;
background-color: #19141a;
border: 3px double #251d26;
margin-bottom: 15px;
}

header {
    height: 365px;
   margin: 0;
   padding-top: 0;
    line-height: 0;
 background-color:#19141a;
    text-align:center;	 
}

content {
background-color: #19141a;
color: #888888;
    width: 460px;
    margin-left: 15px;
    margin-right: 12px;
   margin-top: 0;
    margin-bottom: 0;
    float:left;
    line-height: 1.5;
    padding: 7px;	
    font-size: 12px;
    font-family: tahoma, arial, verdana, sans-serif;
    text-align: left;
}

footer {
    background-color:#19141a;
    color: #3e3140;
    clear:both;
    text-align:center;
        font-size: 10px;
        padding-top: 20px;
        line-height: 1.7;
    font-family: tahoma, arial, verdana, sans-serif;

}

h1 {
color: #362b38;
font-family: 'Great Vibes', cursive, sans-serif;
  font-style: normal;
padding: 0;
margin-bottom: 8px; 
font-size: 34px;
line-height: 16px;
font-weight: normal;
border-bottom: 1px #2a212b solid;
text-align: left;
}

h2 {
color: #5e4748;
font-family: times, georgia, serif;	 
  font-style: italic;
padding: 0;
margin-bottom: 8px; 
font-size: 20px;
font-weight: normal;
line-height: 22px;
text-align: left;
}

i
{
color: #aaaaaa;
  }
  
 b
 {
 color: #5e4748;
  font-weight: bold; 
  }
  
  blockquote
  {
  font-size: 11px;
  color: #666666;
  }