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

	layout.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2007.11.06
	Copyright 2007, 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: 700px; 
	 }
	 
	 #outerDiv {
	 
	 	background-color: transparent;
	 	top: 25;
		left: 0px;
		width: 100%;
/*		margin-top: -250px; */
		text-align: center;
		min-width: 749px; 
	 }
	 
	 /* end IE 5 hack */ 
		  
	#middleDiv {
	
		background-color: transparent;
		position: relative;
		text-align: left;
		width: 749px;
		height: 380px;
		margin: 0px auto;
	}	
		
	#innerDiv {
	
		position: absolute;
		width: 749px;
		background-color: #000;
		z-index: 1;
	}

/* ----------------------------------------------------
   CONTENT DIVs
   ---------------------------------------------------- */

	#contentArea {
	
		position: absolute; 
		top: 26px; 
		left: 0px; 
		width: 749px;
		z-index: 2;
	}

	#logo {
	
		position: absolute;
		background-color: transparent;
		top: 0px; 
		left: 0px; 
		width: 211px;
		height: 95px;
	}
	
	#photoMontage {
	
		position: absolute;
		background-color: transparent;
		top: 0px; 
		left: 211px; 
		width: 424px;
		height: 73px;
	}
	
	#donate {
	
		position: absolute;
		background-color: transparent;
		top: 0px; 
		left: 635px; 
		width: 114px;
		height: 95px;
	}
	
	#navMenu {
	
		position: absolute;
		background-color: transparent;
		top: 73px;
		left: 211px; 
		width: 424px;
		height: 22px;
	}	
	
	#navSubmenu {
	
		position: absolute;
		background-color: transparent;
		top: 143px;
		left: 0px; 
		width: 149px;
	}		

	#content {
	
		position: absolute;
		background-color: transparent;
		top: 143px;
		left: 169px; 
		width: 500px;
	}
	