body {
margin: 0px;
padding: 0px;
background: url('images/background.png') repeat-y;
background-color: #E2BCB8;
font-size: 11px;
color: #F4F4EF;
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: 413px;
top: 428px;
left: 5px;
}

#navigation {
position: absolute;
width: 393px;
top: 411px;
left: 15px;
}

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: 12px;
text-align: right;
}

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

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


a {
color: #FFCDDF;
}


a:hover {
color: #F4A1DA;
}