body {
margin: 0px;
padding: 0px;
background: url('images/background.png') repeat-y;
background-color: #B7C0C9;
font-size: 11px;
color: #0D66A0;
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: 494px;
top: 210px;
left: 7px;
}

#navigation {
position: absolute;
width: 417px;
top: 185px;
left: 45px;
}

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: small-caps;
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 2px;	
font-weight: bold;
color: #E2BAB5;
font-size: 11px;
text-align: center;
}

h4 {
font-family: Arial Black;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: -4px;	
font-weight: none;
color: #2F4487;
font-size: 15px;
text-align: center;
}

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


a {
color: #354487;
}


a:hover {
color: #354487;
}