body {
font-family: Trebuchet MS;
font-size: 10px;
color: #c99a5e;
background: url(bg.jpg) repeat-y;
background-color: #ffebbd;
margin-top: #0px;
}

a:link {
text-decoration: none;
color: #d7aa70;
font-weight:bold;
}

a:visited {
text-decoration: none;
color: #d7aa70;
font-weight:bold;
}

a:active {
text-decoration: none;
color: #d7aa70;
font-weight:bold;
}

a:hover {
text-decoration: none;
color: #d7aa70;
font-weight: bold;
}

h1 {
background: #e6be8b;
font-size: 10px;
font-family: Trebuchet MS;
text-align : left;
text-transform: uppercase;
padding-left: 25px;
line-height:13px;
color: #ffffff;
margin-bottom: 2px;
border-bottom: 1px solid #e6be8b;
}

#layout {
position: absolute;
top: 0px;
left: 150px;
}

#content {
position: absolute;
top: 450px;
left: 385px;
width: 500px;
}

#sidebar {
position: absolute;
top: 450px;
left: 180px;
width: 190px;
padding-right: 35px;
}

.nav {
width : 100%;
display: block;
text-align: center;
background-color : #ffebbd;
border-bottom : 1px solid #e6be8b;
}
.nav:hover {
width : 100%;
background : #e6be8b;
text-align: center;
border-bottom : 1px solid  #e6be8b;
}


