#top
{
 position : fixed;
 top : 0px;
 left : 0px;
 width : 100%;
 height : 105px;
 background-image : url('background.navigation.jpg');
 background-position : top left;
 background-repeat : repeat-x;
 z-index : 5;
}

#sidebar
{
 position : fixed;
 top : 105px;
 left : 10px;
 width : 190px;
 margin : 0px;
 padding : 1.8em 0px 0px 0px;
 font-size : 0.8em;
 z-index : 1;
}

#main
{
 position : absolute;
 top : 120px;
 left : 225px;
 width : 550px;
 border-bottom : 1px dotted #9BBB38;
}

#content
{
 width : 100%;
 font-size : 0.8em;
 padding-top : 10px;
}

#navigation
{
 margin-left : 200px;
}

#bottom
{
 width : 100%;
 padding : 0px;
 margin : 0px;
 border-top : 1px dotted #9BBB38;
}

#logo
{
 position : fixed;
 top : 0px;
 left : 0px;
 width : 205px;
 height : 164px;
 z-index : 10;
}

#sidebar-space
{
 height : 50px;
}

#map
{
 width : 525px;
 height : 250px;
 border : 1px solid #9BBB38;
}