<style type="text/css">

body{
margin: 0;
padding: 0;
padding-top: -5px;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
margin: 0;
padding:0;
width: 100%; 
height: 200px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #130B68;
color: white;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 50px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #130B68;
color: white;
text-align: center;
font-size: small;
font-style: italic;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 100px; /*Width of left frame div*/
right: 100px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 50px;
/*height: 100%;*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #130B68;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 100px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #130B68;
color: white;
}

#maincontent{
position: fixed; 
top: 190px; /*Set top value to HeightOfTopFrameDiv*/
left: 135px;
right: 135px;
bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #cdd1d6;
border-radius: 0px 0px 0px 0px;
font-size: 125%;
}

#Lmaincontent{
position: fixed; 
top: 190px; /*Set top value to HeightOfTopFrameDiv*/
left: 100px;
width: 35px;
bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: hidden; 
background: #cdd1d6;
border-radius: 0px 0px 0px 35px;
}

#Rmaincontent{
position: fixed; 
top: 190px; /*Set top value to HeightOfTopFrameDiv*/
right: 100px;
width: 35px;
bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: hidden; 
background: #cdd1d6;
border-radius: 0px 0px 35px 0px;
}

#menucontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfTopFrameDiv*/
left: 100px;
right: 100px;
/*bottom: 110px; /*Set bottom value to HeightOfBottomFrameDiv*/*/
overflow: auto; 
background: #fff;
}
.menu{
margin: 0;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/

}

.contenttube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 200px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3d6fbf;;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

.active {
    background-color: #03255b;
}

.tab { margin-left: 40px; }

.li-tab { margin-left: 60px; }

 #map {
   width: 350px;
   height: 350px;
   background-color: grey;
 }

</style>