body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #FEFDFB;
font-size: 11px;
color: #FF3F82;
font-family: tahoma;
}
#layout {
width: 740px;
height: 560px;
background: url('images/layoutimg.gif') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 450px;
top: 367px;
left: 69px;
}

#navigation {
position: absolute;
width: 161px;
top: 367px;
left: 531px;
}

h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #353535;
font-size: 11px;
}

h3 {
font-family: Verdana;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #v;
font-size: 11px;
align: left;
}

h4 {
font-family: Helvetica;
font-variant: capitalize;
background-color: #FE4183;
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #FFDBDB;
font-size: 11px;
text-align: left;
}

blockquote {
border : 2px solid #FE4183;
width: 200px;
float: center;
margin: 0px;
padding: 10px;
background-color: #FFDBDB;
quotes: "\201C" "\201D";
}


a {
color: #FF3F82;
background-color: #FFDBDB;
}

a 
:hover {
color: #FFDBDB;
}
