
/* **********************************************
/* verge architecture & design
/* verge.css
/* **********************************************/


	/* *********** */
	/* BODY STYLES */
	/* *********** */
	
	body {
	
		margin: 0em; 
		background-image: none; 
		background-color: white; 
		font-size: 12pt; 
		text-align: center; 
		text-align: center;
	}

	body,html { 
		
		height: 100%;  
		text-align: center; 
	}


	/* ************ */
	/* WRAPPER DIVS */
	/* ************ */

	 /* styles for IE 5 Mac */
	 
	 #outerDiv {
	 
		background-color: transparent;
		position: absolute;
		top: 20px;
		left: 20px;
	 }
	 
	 /* following rules are invisible to IE 5 \*/
	 
	 #outerDiv {
	 
	   top: 50%;
	   left: 0px;
	   width: 100%;
	   margin-top: -300px;
	   text-align: center;
	   min-width: 800px; 
	 }
	 
	 /* end IE 5 hack */ 
		  
	#middleDiv {
	
		background-color: #ffffff;
		position: relative;
		text-align: left;
		width: 800px;
		height: 380px;
		margin: 0px auto;
	}	
		
	#innerDiv {
	
		position: absolute;
		width: 800px;
		height: 600px;
	}
	
	/* ************ */
	/* PROJECT LIST */
	/* ************ */

	#projectCategoryList {
	
		position: absolute; 
		top: 0px; 
		left: 409px; 
		z-index: 100;
	}
	
	#projectTitleList {
	
		position: absolute; 
		top: 0px; 
		z-index: 100;
		left: 501px; 
	}
	
	.projectCategoryLabel {
	
		margin-top: 20px;
	}
