
html, body {
	height: 100%;
}

* html body * {
	overflow: visible;
}

* {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	color: #000000;
}

#header, #footer {
	position: relative;
}

#header, #main, #footer {
	clear: both;
}

#col1 {
	z-index: 3;
}

#col2 {
	z-index: 5;
}

#col3 {
	z-index: 1;
}

#col1_content {
	z-index: 4;
}

#col2_content {
	z-index: 6;
}

#col3_content {
	z-index: 2;
}

#col1_content, #col2_content, #col3_content {
	position: relative;
}

/* Clearing */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: block;
}

.floatbox {
	overflow: hidden;
}

#ie_clearing {
	display: none;
}
