body
{
font-family: Verdana, sans-serif;
font-size: 13px;
font-style: italic;
font-weight: normal;
color: white;
background-image: url('../img/bg.jpg');
// background-repeat: x-repeat;
background-position: top;
letter-spacing: normal;
line-height: 1.5em;
}

.header
{
background-color: black;
filter:alpha(opacity=90);
opacity: 0.9;
height: 75px;
margin-top: 10px;
margin-bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.header p
{
font-size: 30px;
line-height: 0.8em;
padding-left: 10px;
}

.sidebar
{
background-color: #390F02;
height: 500px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.navigation
{
font-size: 14px;
line-height: 2.7em;
padding-left: 10px; 
}

.panel_container
{
background-color: black;
height: 500px;
filter:alpha(opacity=90);
opacity: 0.9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: auto;
}

.panel
{ 
font-size: 18px;
}

.selected
{
color: grey;
cursor: pointer;
}