body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg');
background-color: #000000;
background-repeat:repeat-y;

background-position:right 0px;

font-size: 12px;
color: #54602c;
font-family: verdana, arial, sans-serif;
}

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

#content {
position: absolute;
width: 385px;
top: 380px;
right: 20px;
}






#navigation {
position: absolute;
text-align: right;
font-size: 15px;
letter-spacing: 5px;
width: 100px;
top: 380px;
right: 500px;
}


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

h2 {
letter-spacing: 5px;
color: #5e4a08;
font-size: 17px;
}

h3 {

letter-spacing: 1px;
color: #47787b;
font-size: 17px;
}

a {
border-bottom: 1px dotted #d6b1b3;
color: #5f8853;
}

a:hover {
color: #000000;
} 