/*  Structure-Layout  */

#content {
	width:894px;
	float:left
	}
	
#lead {
	width: 680px;
	margin:22px 10px 0 15px;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}
	
#leftcol {
	width:435px;
	margin: 0 0 0 12px;
	border-right:1px dotted #b6b6b6;
	padding-right:10px;
	}

#leftcol, #rightcol {
	margin-top:14px;
	float:left
	}	
	
#rightcol {
	width:395px;
	padding-left:8px;
	padding-right: 10px;
	margin: 0 0 0 6px;
	}

