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

h1 {
	text-align: center;
	font-size: 130%;
}

ul {
	list-style: none;
	margin: 0 10px 20px 10px;
	padding: 0;
}

li {
	font-size: 80%;
	padding: 0;
	margin-bottom: 15px;
}

hr {
	width: 100%;
}
/*
#frameLeft{
	border: 0px;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 95px; /*Width of left frame div
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable
	/*border: 1px solid red;
	
}

#frameBottom{
	position: absolute;
	bottom: 0px; 
	left: 95px; /*Set left value to WidthOfLeftFrameDiv
	right: 0px; /*Set right value to WidthOfRightFrameDiv
	width: auto;
	height: 60px; /*Height of bottom frame div
	border: 0px;
	background-color: #ccc;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable
	padding: 15px;
}

#mainContent{
	position: fixed; 
	top: 0;
	bottom: 90px; /*Set bottom value to HeightOfBottomFrameDiv
	left: 95px; /*Set left value to WidthOfLeftFrameDiv
	right: 0px; /*Set right value to WidthOfRightFrameDiv
	overflow: auto; 
	border: 0px;
	padding: 15px;
}
*/
#spaceTopLeft{
	border: 0px;
	display: block;
	width: 100%; /*Width of left frame div*/
	height: 15px;
}

#infoidra {
	margin-top: 30px;
}

.center {
	text-align: center;
}
/*.innertube{
	margin: 5px; Margins for inner DIV inside each DIV (to provide padding)
} */

.inner hr{
	width: 98%;
}

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

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

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