/* CSS Document */

.column{
	width:250px;
	margin:0;
	padding:10px 0 0 0;
}

#col1{
	float:left;
}

#col2{
	float:right;
}
