/** 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: fixed;
	left: 10px;
	top: 78px;
	width: 165px;
	line-height: 16pt;
	z-index: 3;
	padding-top: 20;
	padding: 2px;
	background-color:#000;
}

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

#matted-content {
	min-width: 800px;
	min-height: 450px;
	width: 785px;
	border: none;
	padding: 0px;	
}

.nav-paging {
	margin-left: 17px;
	line-height: 2em;
	max-width: 120px;
	column-width: 12em;
	column-count: 3;
}

#video1 {
	border-color:#FFF;
	border: none;
	padding: 0px;
}
