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

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

#content {
position: absolute;
width: 510px;
top: 319px;
left: 12px;
}

#navigation {
position: absolute;
width: 400px;
top: 298px;
left: 59px;
}

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: #6C090F;
font-size: 15px;
text-align: left;
}

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


a {
color: #A10E16;
}


a:hover {
color: #B41370;
}