@charset "UTF-8";

/* ================================================================================= */
/* print                                                                             */
/* ================================================================================= */


/**
for Firefox only
* */

@-moz-document url-prefix() {


#container {
	display: table;
}
#container-inner {
	float: none ! important;
	display: table-cell;
}
#center-col {
	float: none ! important;
	display: table-cell;
}
#left-col {
	float: none ! important;
	display: table-cell;
}
#left-col .col-inner {
	margin-right: 0px ! important;
	margin-left: 30px ! important;
}
#right-col {
	margin: 0px ! important;
	float: none ! important;
	display: table-cell;
}


}


/*
	background-color: #ff0000;
*/

