
		  h1 {font-family: arial;
/*		      font-size: smaller; */
		      text-indent: 230px;
		   }

		  h2 {font-family: monospace; font-size: 14px;
		   }

		main {
			position: fixed;
			top: 85px; /* Set this to the height of the header */
			bottom: 50px; /* Set this to the height of the footer */
			left: 230px; 
			right: 0;
			overflow: auto;
		        color: #ffffff;
			background: #333333;
		}
				
		#header {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 85px; 
			overflow: hidden; /* Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */
			color: #ffffff;
		        background: #000000;
		}

		#footer {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 60px; 
			overflow: hidden; /* Disables scrollbars on the footer frame. To enable scrollbars, change "hidden" to "scroll" */
                        background: #000000;
<!--			background: #666633; -->
		}
				
		#nav {
			position: absolute; 
			top: 85px; /* Set this to the height of the header */
			bottom: 50px; /* Set this to the height of the footer */
			left: 0; 
			width: 230px;
			overflow: auto; /* Scrollbars will appear on this frame only when there's enough content to require scrolling. To disable scrollbars, change to "hidden", or use "scroll" to enable permanent scrollbars */
		        color: #ffffff;
			background: #333333; 		
		}
		
		.innertube {
			margin: 25px; /* Provides padding for the content */
		}


		p0 {font-family: arial;
			color: #ffffff;
		}

		p {font-size: larger; font-weight: bold;
			color: #ffffff;
		}

		nav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		nav ul a {
			color: ffffff;
			text-decoration: none;
		}
				
		/*IE6 fix*/
		* html body{
			padding: 50px 0 50px 230px; /* Set the first value to the height of the header, the third value to the height of the footer, and last value to the width of the nav */
		}
		
		* html main{ 
			height: 100%; 
			width: 100%; 
		}
	
		figcaption {font-family: arial;
			    display: block;
}
