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

#navigation {
position: absolute;
width: 390px;
top: 398px;
left: 5px;
}

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: Arial Black;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: -10px;	
font-weight: bold;
color: #D48D96;
font-size: 19px;
text-align: left;
}

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


a {
color: #C6434C;
}


a:hover {
color: #641D3D;
}
