/* CSS Document */

/*STYLING*/
body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #b4a563;
color: #9b3131;
font-size: 16px;
font-weight: bold;
}

h1{
color: #9b3131;
font-size: 20px;
font-weight: bold;
}

/*POSITIONING*/
#header{
position: fixed;
top: 0px;
left: 0px;
background-image: url(../images/main/top_banner.gif);
width: 100%;
height: 144px;
margin: 0px;
z-index: 10;
}

#menu{
position: fixed;
top: 144px;
left: 0px;
width: 160px;
background: #e8e7ac;
margin: 0px;
z-index: 1;
}

#content{
position: absolute;
top: 144px;
left: 160px;
width:85%;
background: #d6d68c;
padding: 10px;
z-index: 5;
}
