/* IE 6 has a bug in which it will double the margins of a floated element. By putting an underscore (_) in front of a css property, other browsers will ignore it and IE 6 will follow that rule. The margins below are merely half of what they should be, so when IE 6 doubles them they will be the proper size */

#left {
	_margin-left: 10.5px;
}
	
#right {
	_margin-right: 10px;
		
}


#footer {
	
	_margin-left: 11px;

}
