#container {
}

#header {
	height: 44px;
	margin: 0;
	padding: 0;
}

#nav, #ind {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 164px;
	overflow-y: auto;
}

#content {
	position: absolute;
	top: 60px;
	bottom: 0;
	margin-left: 180px;
	width: 720px;
	overflow-y: auto;
}
