body {
font-size: 11px;
font-family: georgia, serif;
letter-spacing: 1px;
margin: 0;
padding: 0;
background: #fcebd9 url() repeat-y;
cursor: default;
position: absolute;
}


/* THE CONTENT LAYERS */
 
#top {
width: 888px;
height: 734px;
position: absolute;
left: 300px;
top: 50px;
line-height: 0px
}

#main {
position: absolute;
top: 240px;
left: 340px;
width: 520px;
text-align: justify;
line-height: 12px;
color: #c6cebf;
}

/* LINKS */


a {
cursor: crosshair;
font-weight: bold;
text-decoration: none;
text-underline-style: dotted;
}

#main a:link, #main a:visited {
color: #000000
}

#main a:active, #main a:hover {
font-size: 12px;
color: #000000;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: underline;
}

#nav a:link, #nav a:visited {
color: #c0454a
}

#nav a:active, #nav a:hover {
font-size: 12px;
color: #be7b7b;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: underline;
}
