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

#layout {
width: 516px;
height: 587px;
background: url('images/layoutimg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 410px;
top: 279px;
left: 65px;
}

#navigation {
position: absolute;
width: 400px;
top: 243px;
left: 9px;
}

h1 {
font-family: Verdana;
font-variant: small-caps;
border : 2px dashed #F1867C;
background-color: #F9C1BC;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;
font-weight: bold;
color: #CD605B;
font-size: 11px;
text-align: right;
}

h3 {
font-family: Verdana;
font-variant: none;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #F3F9FC;
font-size: 9px;
text-align: left;
}

h4 {
font-family: times new roman;
font-variant: none;
letter-spacing: 4px;
margin-top: 5px;
margin-bottom: -4px;	
font-weight: bold;
color: #D6B97F;
font-size: 15px;
text-align: left;
}

blockquote {
border : 2px dashed #14130E;
width: 200px;
float: center;
text-align: left;
margin: 0px;
padding: 10px;
background-color: #090708;
quotes: "\201C" "\201D";
}


a {
color: #DDB779;
}


a:hover {
color: #6A564B;
}
