<head>
<style type="text/css">		
	body {
		text-align:center;
		}
	
	#frame {
		width:600px;
		margin-top:10px;
    	margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:200px;
		padding:0px;
		float:left;
		}

	#contentright {
		width:400px;
		padding:0px;
		float:left;
		}
	
	#contentheader {
		}		
		
	#contentheader h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}	
</style>
</head>