#story img{
	border: 1px solid silver;
	margin-bottom: 10px;  
	float: right;
	clear: right;
}

#story #text{
	float:left;	
	border: 0px solid red;	
	width: 515px;
	padding: 5px;	
}	  

#story .sidebar{
  width: 180px;
  border: 1px solid gray;
  padding: 5px;  
} 

#story .sidebar li{
	margin-bottom: 5px;
}	
	
#story .sidebar img{
	border: 1px solid silver;
	clear: both;	
}

#story .sidebar #left{
	float: left;
}

#story #links_left{
  float:left;
}

#story #links_right{
  float:right;
}  

#story #gallery{
	position: relative;
	float: right;
	border: 0px solid pink;
	padding-left: 10px;	
	padding-top: 1em;
	width: 100px;
}

