/* CSS definition file containing site wide stylesheets */
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;

}

#framecontent{
	position: absolute;
	top: 1px;
	left: 0;
	height: 329px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  
}

#footercontent{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 0px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#maincontent{
	position: fixed;
	top: 329px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	margin-left:2px;
	margin-right:2px;
	text-align:left;
	overflow: auto;
	width: 769px;
}

.left {
	text-align: left;
	width: 769px;
}

.center {
	text-align: center;
	width: 769px;
}

.innertube{
text-align:center;
width: 100%; 
}


* html body{ /*IE6 hack*/
text-align:center;
padding: 329px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

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