/* CSS Document */
body {
background-color:#000000;
margin:0px;
position:absolute;
width:100%;
left:0px;
top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#container {
position:absolute;
left:50%;
margin-left:-400px;
background-color:#f9edd4;
width:800px;
height:1000px;
}
#header {
position:absolute;
top:0px;
left:0px;
width:800px;
height:140px;
}
#logo {
left:0px;
position:absolute;
top:0px;
width:800px;
height:90px;
background-image:url('header.jpg');
}

#menu {
margin:0;
position:absolute;
top:90px;
background-color:#d4bf96;
border-color:#3d3525;
border-width:1px 0 1px 0;
border-style:solid;
width:800px;
height:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.menuitem {
font-weight:bold;
margin-right:40px;
text-decoration:none;
color:#000000;
}

#main {
border:1px #a78848 solid;
background-color:#f1e0be;
position:absolute;
width:540px;
left:240px;
height:850px;
top:120px;
}

#leftbar {
position:absolute;
top:110px;
padding:0px;
left:0px;
height:870px;
width:230px;
background-color:#b9a783;
text-align:center;
border-width:0 1px 0 0;
border-style:solid;
border-color:#a78848;
}

#textbody {

position:absolute;
width:520px;
left:10px;
height:830px;
top:10px;
}

#footer {
position:absolute;
margin-top:-20px;
top:100%;
height:30px;
background-color:#d4bf96;
border-color:#3d3525;
border-width:1px 0 1px 0;
border-style:solid;
width:800px;
font-size:10px;
text-align:center;
}

#lbar {
position:absolute;
left:50%;
margin-left:-480px;
width:80px;
height:1010px;
background-color:#000000;
background-image:url(sidebar.jpg);
background-position:right;
background-repeat:repeat-y;
}

#rbar {
position:absolute;
left:50%;
margin-left:400px;
width:80px;
height:1010px;
background-color:#000000;
}

ul {
list-style:circle;
}

h4 {
color:#000033;
font-size:14px;
}

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

a:hover {
text-decoration:underline;
}
