/* CSS Document */

#columns-fullwidth {
	width:980px;
	line-height:1.75em;
	overflow:hidden;
	}
	
#columns-1-2 {
	width:610px;
	line-height:1.75em;
	float:left;
	display:inline;
	overflow:hidden;
}
	
/* column 3 */

#column-3 {
	width:350px;
	float:right;
	display:inline;
	overflow:hidden;
	}

