body{


margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family:Arial,verdana;
background:#000D1A;
}

#framecontent{


position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 410px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #4B1B1B;
color: white;


}

#maincontent{


position: fixed; 
top: 415px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;

background: #000D1A;
overflow: hidden; 

}


.box_content_large{color:#FFE3B0;
font-size:12px;}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#framecontent{width:auto; height:415px;}

#framecontent .innertube{ margin:4px 0px 0px 0px; overflow:scroll;  height:411px;text-align:justify;width:100%;}



.innertube_inner{width:6000px;}
.innertube_inner a:link,.innertube_inner a:active{color:white;}
.innertube_inner a:visited{color:#FF9900;}



* html body{ /*IE6 hack*/
padding: 400px 0px 0px 0px; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


.innertube_left{float:left; height:100%; width:400px;color:#BC8C46; font-size:24px;  vertical-align:top; margin-top:10px; }
.innertube_left a:link,.innertube_left a:visited,.innertube_left a:active{font-size:12px;color:#bc8c46; text-decoration:none; line-height:22px; margin:0px; padding:0px;}
.innertube_left a:hover{color:White;}
.innertube_left p{margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; line-height:24px;}

.innertube_right{width:400px; float:left; margin-top:10px;}

.gallery_outer{padding:0px;}
.gallery_content{ width:250px; height:390px; float:left; font-size:16px; color:#B38851; padding:0px;padding-left:10px;padding-right:10px;}
.gallery_image{width:auto; height:390px; float:left;float:left; margin:0px 2px 0px 2px;}
.gallery_image img{height:390px;}



.toolbar
{	


}
.toolbar a:link,.toolbar a:visited,.toolbar a:active{margin-top:8px;float:left; color:#B38851; margin-right:20px;text-decoration:none;font-size:14px;}
.toolbar a:hover{color:White;}
.toolbar img{float:left;}
