/*
* By: 		Chee Diep
* Created: 	24/07/09
* Comment: 	This CSS file is for adjusting the bottom of the two white columns 
*			on the page that keep going out of line with each other! l=left column r=right column, change height parts to adjust.
*			Not for IE6!!!	
*/

#index-l{
	background-color: white;
	height: 18px;
}
#index-r{
	background-color: white;
	height: 0px;
}

#accom-l{
	background-color: white;
	height: 18px;
}
#accom-r{
	background-color: white;
	height: 0px;

}

#offers-l{
	background-color: white;
	height: 16px;

}
#offers-r{
	background-color: white;
	height: 0px;

}

#tickets-l{
	background-color: white;
	height: 17px;

}
#tickets-r{
	background-color: white;
	height: 0px;

}

#packages-l{
	background-color: white;
	height: 0px;

}
#packages-r{
	background-color: white;
	height: 3px;

}

#cele-l{
	background-color: white;
	height: 10px;

}
#cele-r{
	background-color: white;
	height: 0px;

}

#attract-l{
	background-color: white;
	height: 2px;

}
#attract-r{
	background-color: white;
	height: 0px;
}

