/* ################################################################ */
/* ###########              IE6 Workaround              ########### */
/* ################################################################ */



/* LAYER ---------------------------------------------------------- */
* html #leftFrame {
	float: left;
	width: 158px;
	margin: 150px 0 100px 5px;
}
* html #leftFrame ul {
	margin-left: 0px;
	padding: 0;
}
* html #leftFrame ul li {
	width: 158px;
	margin: 0 0 0 0px;
	padding: 0;
}
* html #leftFrame ul li a {
	margin: 0 0 0 0px;
}

* html #middleFrame {
	float: left;
	width: 444px;
	margin: 140px auto 100px auto;
	padding: 0;
	height: 450px;
}

* html #rightFrame {
	position: absolute;
	top: 140px;
	right: 10px;
	width: 158px;
	margin: 0 10px 200px 0;
	padding: 0;
}
/* HEADER --------------------------------------------------------- */
* html #header {
	margin: -20px 0 0 0;
}
/* ---------------------------------------------------------------- */
/* FOOTER --------------------------------------------------------- */
* html #footer {
	position: relative;
	margin: -80px 0 0 0;
}
/* ################################################################ */

/* ################################################################ */
/* ###########              IE7 Workaround              ########### */
/* ################################################################ */

*+html #header {
	margin: -20px 0 0 0;
}
*+html #footer {
	position: relative;
	margin: -100px 0 0 0;
}
