
DIV#main {
position: absolute;
top: 60;
bottom: 0;
left: 20%;
right: 0;
background: white;
margin: 10 0 0 10;
}


DIV#upperbar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 60;
width: 100%;
background: white;
background-image: url(img/panorama1.jpg);
background-repeat: repeat-x; 
overflow: none;
}

DIV#lowerbar{
position: absolute;
height: 60;
bottom: 0;
left: 0;
right: 0;
background: white;
background-image: url(img/panorama2.jpg);
background-repeat: repeat-x; 
overflow: none;
}

DIV#sidebar {
position: absolute;
top: 60;
bottom: 0;
left: 0;
right: 80%;
background: white;
overflow: none;
}

UL.menu1 {
        list-style: none;
        padding-left: 2px;
        margin-left: 0px;
        margin-top: 0px;

}

UL.menu1 LI {
        text-align: left;
        width: 120px;
        background-color: white;
        line-height: 1.20em;
        font-weight: bold;
        border-top: 1px solid #FFF;    
        border-bottom: 1px solid #FFF; 
        margin-top: 0px;
        margin-bottom: 0px;
}

UL.menu1 LI A {
        display: block;
        text-decoration: none;
        background-color: #FFCC00;
        margin-top: 0px;
        margin-bottom: 0px;
}

UL.menu1 LI A:hover {
        background-color: lime;
}


