body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #330F0F;
font-size: 11px;
color: #714832;
font-family: tahoma;
}

#content {
position: absolute;
width: 400px;
top: 520px;
left: 30px;
}


h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #2B0802;
font-size: 11px;
}

h3 {
font-family: Verdana;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #040404;
font-size: 11px;
align: left;
}

h4 {
font-family: verdana;
font-variant: small-caps;
background-color: #714832;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #360F10;
font-size: 11px;
text-align: left;
}

blockquote {
border : 2px solid #714832;
width: 200px;
float: center;
margin: 0px;
padding: 10px;
background-color: #441618;
quotes: "\201C" "\201D";
}


a {
color: #732727;
}

a:hover {
color: #D4BAAB;
}