<style type="text/css">

	body { 
background: navy;
		margin:20px 0px 10px 20px;
padding:0px;
		}

	#rightcontent {
border:1px solid #000; 
		background:royalblue;
height:120%;
font-family:  century gothic, trebuchet, verdana, geneva, sans;
margin: 0px 0px 10px 10px
		}

#leftcontent {
		float:right;
		width:25%;
		background:#darkblue;
		border-left:2px solid #000;
		border-bottom:2px solid #000;
		margin-left:15px;
margin-right:0px;
		padding-bottom:10px;
		}
	
	
	#rightcontent p {
		font-size:14px;
		margin-left:10px;
		}



a:active { color: red; text-decoration: none; } 
a:hover { color: red; text-decoration: none; } 
a:link { color: lightblue; text-decoration: none; } 
a:visited { color: lightblue; text-decoration: none; }

#banner {
		background:#blue;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
border-bottom:1px solid #000;
		height:39px;
margin:0px 0px 0px 10px
		}
	html>body #banner {
		height:50px;
		}	
		
	p,h1,pre {
		margin:10px 10px 10px 10px;
 font-family:  century gothic, trebuchet, verdana, geneva; font-size:14px
		}
		
	h1 {
		font-size:18px;
font-family:  trebuchet, verdana, geneva;
		padding-top:10px;
		}
	
	#menu p { font-family:  trebuchet, verdana, geneva; font-size:14px}
	
</style>