/* 3 column layout */
/* This file should contain no colors, images, fonts, or anything else aside from
columnar layout. */
.layout_double_column_left_center #double_column_left_center_master_wrapper {
	width: 815px;
}
#container {
	width: 783px;
}
#columnTop {
	margin: 0;
	padding: 0;
}
#columnLeft {
	float: left;
	margin: 20px 0 0 15px;
	padding: 0;
	width: 182px;
}
/* IE correction for double margin */
#columnLeft {
	*margin-left: 8px;
}
#columnLeft .module {
	padding: 0;
}
#columnCenter {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	width: 570px;
}
#columnCenter .module {
	padding: 0 0 0 20px;
	margin: 0;
	/*width: 355px;*/
}
#double_column_left_center_master_wrapper {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
}
#double_column_left_center_wrapper {
	*zoom: 1;
	background: transparent  url(/ibc_wdw_v0101/10.0.0.1/media/en_US/style/guest_STD/bg-leftColumn_800.gif)  top left repeat-y;
    width: 799px;
    padding-left: 1px;
}
#double_column_left_center_master_wrapper .columnWrapperTop {
	height: 8px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	background: url(/ibc_wdw_v0101/10.0.0.1/media/en_US/style/guest_STD/bg-leftColumn-top_800.gif) top left no-repeat;
	width: 800px;
}
#double_column_left_center_master_wrapper .columnWrapperBottom {
	height: 8px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	background: url(/ibc_wdw_v0101/10.0.0.1/media/en_US/style/guest_STD/bg-leftColumn-bottom_800.gif) top left no-repeat;
	width: 800px;
}
#columnLeft{
    display: none;
}
.module {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-table;
}
