
/*	
	======================================================================

	layout.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/


	/* ---------------------------------
		wrapper divs
	   --------------------------------- */

	 /* styles for IE 5 Mac */
	 
	 #outerDiv {
	 
		background-color: transparent;
		position: absolute;
		top: 20px;
		left: 20px;
	 }
	 
	 /* following rules are invisible to IE 5 \*/
	 
	 #outerDivOrig {
	 
	 	background-color: transparent;
	 	top: 50%;
		left: 0px;
		width: 100%;
		margin-top: -250px;
		text-align: center;
		min-width: 860px; 
	 }
	 
	 #outerDiv {
	 
	 	background-color: transparent;
	 	top: 25;
		left: 0px;
		width: 100%;
/*		margin-top: -250px; */
		text-align: center;
		min-width: 860px; 
	 }
	 
	 /* end IE 5 hack */ 
		  
	#middleDiv {
	
		background-color: transparent;
		position: relative;
		text-align: left;
		width: 860px;
		height: 380px;
		margin: 0px auto;
	}	
		
	#innerDiv {
	
		position: absolute;
		width: 860px;
		height: 640px;
		background-color: #000000;
		z-index: 1;
	}

	#content {
	
		position: absolute; 
		top: 113px; 
		left: 0px; 
		width: 860px;
		z-index: 2;
	}

	#pageTitle {
	
		position: absolute;
		     top: 15px; 
		   right: 670px; 
		 z-index: 10;
	}
	