@charset "UTF-8";
/* CSS Document */

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .content {
	height: 1%;
}
/* End Hide from IE-mac */

#mainContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #mainContent {
	height: 1%;
}
/* End Hide from IE-mac */

.mainContentRight:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .mainContentRight {
	height: 1%;
}
/* End Hide from IE-mac */
