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

#navigation {
position: absolute;
width: 515px;
top: 331px;
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: right;
}

h4 {
font-family: Arial Black;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: -10px;	
font-weight: bold;
color: #838383;
font-size: 19px;
text-align: left;
}

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


a {
color: #A6A6A6;
}


a:hover {
color: #838383;
}
