body
{
background: #FFFFFF;
margin: 0;
font-family: "Verdana";
font-size: 11px;
}

#container
{
text-align: left;
width: 760px;
height: 1000%;
margin: auto;
overflow: hidden;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
}

#header
{
width: 100%;
height: 80px;
background: url('images/header_bg.png');
}

img.logo
{
margin-left: 20px;
}

#headerbar
{
width: 100%;
height: 3px;
background: url('images/headerbar.png');
}

#navigation
{
width: 100%;
height: 20px;
background: url('images/nav_bg.png');
border-bottom: 1px solid #CCCCCC;
}

a.navlink
{
float: left;
display: block;
height: 20px;
width: 80px;
text-decoration: none;
color: #999999;
font-weight: bold;
line-height: 20px;
text-align: center;
border-right: 1px solid #CCCCCC;
}

a.navlink:hover
{
background: #EFEFEF;
border-top: 2px solid #999999;
height: 19px;
}


#content
{
width: 100%;
}

h1.areatitle
{
font-size: 18px;
font-weight: normal;
color: #330033;
font-weight: bold;
border-bottom: 1px dashed #CCCCCC;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
padding: 0;
}

p.areatext
{
margin: 0;
padding: 0;
margin-left: 10px;
margin-right: 10px;
text-align: justify;
}

#footer
{
width: 100%;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
height: 30px;
margin-top: 30px;
background: url('../images/footer_bg.png');
}
