img
{
border: 0px;
}

*
{
margin: 0;
padding: 0;
}

body 
{
scrollbar-3d-light-color: #979860;
scrollbar-arrow-color:#979860;
scrollbar-base-color: #979860;
scrollbar-dark-shadow-color: black;
scrollbar-face-color: black;
scrollbar-highlight-color: black;
scrollbar-shadow-color: #979860;
}

body, p, td, div 
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #dadab9;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body
{
background: black;
}

a:link 
{
text-decoration: none; 
color: #979860;
}

a:visited 
{
text-decoration: none; 
color: #979860;
}

a:hover 
{
text-decoration: underline;
}

a:active 
{
text-decoration: none; 
color: #979860;
}


input, textarea, select, option
{
border: 1px solid #979860;
background-color: black;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #dadab9;
}

.positioning 
{
width: 100px;
}



#container
{
position: absolute;
top: 20px;
left: 50%;
margin-left: -400px;
padding: 5px;
width: 800px;
}



#content 
{
position: absolute;
top: 131px;
left: 151px;
width: 626px;
height: 351px;
padding: 10px;
margin: 0;
overflow: auto;
}

#interfaceleft
{
position: absolute;
top: 0px;
left: 0px;
width: 151px;
height: 131px;
padding: 0px;
margin: 0;
background: url(images/bg1.gif);
}

#interfaceright
{
position: absolute;
top: 0px;
left: 151px;
width: 649px;
height: 131px;
padding: 0px;
margin: 0;
background: url(images/bg2.gif);
}


#sidebar 
{ 
position: absolute;
top: 131px;
left: 0px;
width: 151px;
height: 371px;
background: url(images/bg3.gif);
}


p
{
margin-bottom: 10px;
margin-top: 10px;
}


ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
