#story1 {
	/* Typical fixed height and fixed width example */
	width: 190px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:transparent;
	margin: 0 auto;
	padding: 0;
	}
.story1 {
	width: 200px;
	float:left;
	padding-right: 10px;
	}
#story2 {
	/* Typical fixed height and fixed width example */
	width: 180px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border-left: 1px dotted #666;
	border-right:1px dotted #666;
	}
.story2 {
	width:200px;
	float:left;	
	padding-right: 10px;
	}
#story3 {
	/* Typical fixed height and fixed width example */
	width: 190px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	}
.story3 {
	width: 200px;
	float:left;
	}


