	#frame {
	width: 700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	float: left;
		}
		
	#contentleft {
		width:200px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:200px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:200px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentleft p { 
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		}
				
	#contentcenter p { 
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		}
			
	#contentright p { 
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		}
	
		
p {
	margin: 0px 10px 20px 0px;
	}
		
h1 {
	margin: 0px 10px 4px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
	}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	