<style type="text/css">
	body {margin: 1 px;
	font-family: Arial;
	background-color: #ffffff;}

	div#center
	{
		width:100%; 
		height: 25px; 
	  	float:center;
	  	background-color: #0000ff;
	  	border:2px #000000;
		font-family: Arial;
		color: #ffffff;
	}

	div#center a
	{
		padding:1 1;
		color: #ffffff;
		font-family: "arial";
		text-decoration: none;
	}

	div#center a:hover
	{
		padding:1 1;
		color: #ffffff;
		font-family: "arial";
		text-decoration: underline;
	}

	div#bottom
	{
		width:100%; 
		height:50px;
		margin: 1 0 0 0;
		padding: 5 15;
	  	float:left;
	  	background-color: #0000ff;
		font-family: Arial;
	 	font-size: .75 em;
		color: #ffffff;
	}

	div#lnav
	{
		width: 100 px; 
		height: 100%;
		margin: 1 0 0 0;
		padding: 5 15;
	  	float:left;
	  	background-color: #000000;
	  	border:2px #000000;
		font-family: Arial;
		}


	div#rnav
	{
		width: 100 px; 
		height: 100%;
		margin: 1 0 0 0;
		padding: 5 15;
	  	float:right;
	  	background-color: #000000;
	  	border:2px #000000;
		font-family: Arial;
		}


	
	div#content h1 
	{
		color: #0000ff;
		font-family: "courier new";
		font-size: 2 em;	
	}

	div#content h3
	{
		color: #000000;
		font-family: "courier new";
		font-size: 1.5 em;	
	}

	div#content 
	{
		width:100%;
		padding: 5 25;
		float:left;
		font-size: 1 em;
		font-family: "courier new";
	}
</style>