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

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

#content {
position: absolute;
width: 360px;
top: 375px;
left: 5px;
}

#navigation {
position: absolute;
width: 360px;
top: 365px;
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: #E2BAB5;
font-size: 9px;
text-align: left;
}

h4 {
font-family: Times New Roman, serif;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: -5px;	
font-weight: bold;
color: #D1D0D0;
font-size: 18px;
text-align: right;
}

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


a {
color: #E9E3CB;
}


a:hover {
color: #E9E3CB;
}
