@charset "UTF-8";
/* CSS Document */

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

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 10px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #000000;
}

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

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 10px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #000000;
}

#framecontentBottom{
top: auto;
position:absolute;
height: 30px; /*Height of bottom frame div*/
bottom: 0;
padding: 0 0 0 0;
float: none;
}

#framecontentBottom	a{
		color:#ffffff;
		text-decoration:none;
		}

#framecontentBottom	a:link{
		color:#ffffff;
		text-decoration:none;
		}

#framecontentBottom	a:hover{
		color:#c0c0c0;
		text-decoration:none;
		}

/*menu CSS*/

#centeredmenu {
   float:left;
   width:100%;
   background:#000000;
   overflow:hidden;
   position:relative;
   bottom:12px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 0;
   padding:0px 25px;
   background:#000000;
   color:#ffffff;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#000000;
   color:#c0c0c0;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000000;
   font-weight:bold;
}

	

/* End Menu CSS */



#maincontent{
position: fixed; 
top: 38%; /*Set top value to HeightOfTopFrameDiv*/
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
}

#maincontentP{
position:inherit;
top: 30px%; /*Set top value to HeightOfTopFrameDiv*/
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
}

#gallerycontent{
position:static;
top: 30px%; /*Set top value to HeightOfTopFrameDiv*/
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px; /*Set right value to WidthOfRightFrameDiv*/
overflow-y: scroll;
overflow-x: hidden; 
background: #fff;
width: 99.5%;
height: auto;
}

iframe {
	width:99.5%;
	height:90.5%;
	display: block;
	border:none;
	}
	
frame {	
	height: 100%;
	display: block;
	}

.grid {
overflow: auto;
height:1200px;
width: 99.5%;
padding:0;
}

.cimg	{
	padding: 0 25px 0 0;
}

div.scroll {
width: 99.5%;
overflow: auto;
}

.scroll {
width: 99.5%;
overflow:scroll;
}

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


* html body{ /*IE6 hack*/
padding: 10px 10px 30px 10px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

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

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}