#wrap {
	width:auto;
	position: relative;
	max-height: 500px;
    }

#column1 {
	float:left;
	width: 250px;
	
		
    }
	
#column2 {
	float:right;
	width: auto;
    }
	
#column3 {
	float:center;
	width: auto;
    }

ul.main {

list-style-type:square;
font-size:.9em;
font-family:Arial;
color:#000;
}
#clear {
clear:inherit;
}
