.left {
	background-color: #990000;
	float: left;
	min-height: 100%;
	width: 240px;
	top: 0px;
	padding-right: 3px;
	padding-left: 5px;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
}
.middle {
	float: left;
	min-height: 100%;
	width: 548px;
	position: inherit;
	top: 0px;
	padding-right: 0px;
	padding-left: 2px;
	left: 0px;
	
}
.middle2 {
	float: none;
	min-height: 100%;
	width: 400px;
	position: relative;
	top: 0px;
	background-color: #CCCCCC;
	min-height: 100%;
}

.one-hundred {
	min-height: 100%;
}

.right {
	float: left;
	min-height: 100%;
	width: 60px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	height: 1800px;
}
