/** This is shared between all the main pages of the site (except the front page) **/
/* wrapper for the page content */

#main-columns {
	position: relative;
	width: 100%;
	height: 90%;
	min-height: 100%;
	min-width: 700px;
}

#main-nav {
	/*position: relative;
	float: left;
	line-height: 3em;
	z-index: 1;
	height: 90%;
	min-height: 100%;
	margin-right: 5%;*/
	position: absolute;
	left: 15px;
	top: 110px;
	width: 165px;
	line-height: 3em;
	z-index: 1;
}

#main-content {
	/*position: relative;
	z-index: 0;
	height: 90%;
	min-height: 100%;*/
	position: absolute;
	left: 185px;
	top: 110px;
}

#matted-content {
	min-width: 800px;
	min-height: 450px;
	width: 785px;
}

.nav-paging {
	margin-left: 17px;
	line-height: 1em;
}
