#leftNav {
	margin-left: 0px;
	margin-top: 0px;
	height: 750px;
	width: 200px;
	position: absolute;
	z-index: 20;
}

#mainContent {
	margin-left: 20px;
	margin-top: 0px;
	height: 1000px;
	width: 540px;
	position: absolute;
	z-index: 20;
}

#rightContent {
	margin-left: 606px;
	margin-top: 0px;
	height: 1000px;
	width: 380px;
	position: absolute;
	z-index: 20;
	padding-left: 4px;
/*
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
*/
}