/*
STYLESHEET CONTAINING HACKS FOR IE LOWER THAN 7
Created by Corax Digital Productions
www.coraxdigital.se

ToC:
	1. IE HACKS

Notes:

*/

/* --------------- 1. IE HACKS --------------- */
#mainContent {
	height: expression(document.body.clientHeight>1?"320px":"auto");
}
#content {
	height: expression(document.body.clientHeight>1?"294px":"auto");
}