#module-colwrap { 
		float:left; 
		position: relative;
		width:240px; 
		margin-bottom:10px; 
		padding-bottom:10px; 
		border-bottom:dotted 2px #8A897C;
		}
		
#module-lcol {
		width:86px;
		float:left;
		}
		
#module-lcol .inside {
		margin:0px 0 0 0px;
		width:86px;
		}
		
#module-rcol {
		width:151px;
		float:right;
		padding-bottom:10px; 
		}
		
#module-rcol .inside {
		margin:0px 0 0 0px;
		width:151px;
		}
		
.insidenews {
		margin:0px 0 0 0px;
		width:240px;
		}