body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg') repeat-x;
background-color: #fefef9;
font-size: 11px;
color: #54602c;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 780px;
height: 585px;
background: url('images/bg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 417px;
top: 394px;
left: 60px;
}

#navigation {
position: absolute;
width: 200px;
top: 202px;
left: 516px;
}

h1 {
color: #D3788A;
font-size: 16px;
}

h2 {
color: #5e4a08;
font-size: 14px;
}

h3 {
color: #01250a;
font-size: 14px;
}

a {
color: #7D575D;
}

a:hover {
color: #000000;
} 