@CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0
}

body {
	height: 100%;
	margin: 0;
}

#main {
	overflow: auto;
	position: absolute;
	left: 200px;
	right: 0;
	top: 67px;
	bottom: 17px;
}

#banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 67px;
	overflow: hidden;
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 17px;
	overflow: hidden;
}

#leftTop {
	position: absolute;
	overflow: none;
	top: 67px;
	left: 0;
	width: 200px;
}

#leftTop form {
	padding: 0 0 0 5px;
	margin: 0;
}

#leftBottom {
	position: absolute;
	overflow: auto;
	top: 225px;
	bottom: 17px;
	left: 0;
	width: 200px;
}