#vpos-outer {
	height: 100%;
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

	#vpos-middle {
		position: absolute;
		top: 50%;
	}

		#vpos-inner {
			position: relative;
			top: -288px;
			height: 600px;
		}

#main-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 600px;
}

	#main-header {
			width: 948px;
			position: absolute;
			top: 550px;
			z-index: auto;
	}
	
		#logo {
			width: 134px;
			float: left;
		}
		
		#main-nav {
			width: 337px;
			float: right;
		}
		
	#content {
		height: 549px;
	}
		
		#project-list, #journal-list, #contact-form{
			width: 257px;
			float: right;
		}
		
		#project-list #list-header, #journal-list #list-header, #contact-form #contact-form-header {
			height: 26px;
		}
		
		#project-view, #entry-view , #terms {
			width: 693px;
			float: left;
		}
		
			#project-header, #journal-header, #terms-header {
				height: 26px;
			}
			
			#project-view .column, #entry-view .column, #terms .column {
				width: 228px;
				height: 492px;
				float: left;
				display: inline;
				margin: 0 2px 0 0;
			}
			
			#project-view .span-three, #entry-view .span-three, #terms .column {
				width: 690px;
			}