	
#table {
	width: 450px; 
	}

#table p {
	clear: both;
	width: 450px;
	margin: 0;
	
	}

#table span {
	float: left;
			}

#table  span.col1 {
	width: 33%;
	
	}

#table span.col2 {
	width: 33%;
	
	}

#table span.col3 {
	width: 33%;
	
	}

.cleaner {
	height: 0;
	clear: both;
	}
