div.panobox{
   float:left;
   position:static;
   display:block;
   padding:5px 5px 5px 5px;
   width:400px;}
   
div.photobox{
   float:left;
   position:static;
   display:block;
   width:210px;
   vertical-align:top;}

div.main{
   width:500px;}
   
font.panotext{
   font-family:"Verdana";
   font-size:small;}
   
font.panotitle{
   font-family:"Courier New";
   font-weight:bold;}

img{
   position:relative;
   border:0px;
   margin:5px;
   padding:0px 0px 0px 0px;
   vertical-align:top;}

img.pano{
   float:left;
   margin:0px 10px 10px 0px;}
   
a{
  text-decoration: none;
  color:#FFFFFF;}

a:hover{
   text-decoration: none;
   color:#4E387E;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: "Courier New";
}

#framecontentLeft, #framecontentRight{
position: absolute; 
text-align: right;
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentRight{
text-align: left;
left: auto;
right: 0; 
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentBottom{
top: auto;
height: 100px; /*Height of bottom frame div*/
bottom: 0;
}

#maincontent{
position: fixed; 
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: black;
color: white;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.maintube{
display:block;
position:static;
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
text-align:center;
width:90%;
}

* html body{ /*IE6 hack*/
padding: 120px 150px 100px 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}