body  {
	font-size: small;
	text-align: center;
	}

.structure #container { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
	
.structure #header { 
	height: 150px;
	}
	
.structure #leftcol {
	float: left;
	width: 340px;
	}
	
.structure #rightcol { 
	margin: 0 0 0 390px;
	}
	
.structure #widecol { 
	width: 780px;
	}	
	
	
.structure #footer { 
	} 

.fltrt {
	float: right;
	margin-left: 8px;
	}

.fltlft {
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
