#container { width:950px; margin:0 auto; text-align:left; position: relative;  } 

body {
	text-align: center; 
	background-color:#98CB98; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #336633;
}

	   
a:link {color: #336633; text-decoration: none }
a:active { color: #0336633; text-decoration: none }
a:visited { color: #336633; text-decoration: none }
a:hover { color: #336633; text-decoration: underline}

#logo{
	position: absolute;
	left: 0px;
	top:1px;
	height: 150px;
	width: 188px;
	background-color: #FFFFFF;
	}
	
#banner{
	position: absolute;
	left: 188px;
	top:1px;
	height: 150px;
	width: 762px;
	background-color: #FFFFFF;
	}

#photo{
	position: absolute;
	left: 770px;
	top:3px;
	height: 150px;
	}

#linkstrip{
	position: absolute;
	left: 0px;
	top:150px;
	height: 2px;
	width: 950px;
	background-color: #EAF4EA;
	}	
	
#linksbar{
	position: absolute;
	left: 0px;
	top:152px;
	height: 21px;
	width: 950px;
	background-color: #EAF4EA;
	z-index:1;
	}
	
	#leftblock {
	position: absolute;
	left: 0px;
	top:173px;
	height: 677px;
	width: 350px;
	background-color: #FFFFFF;
	}
	
		#pageimage{
	position: absolute;
	left: 49px;
	top:200px;
	height: 650px;
	width: 264px;
	background-color: #FFFFFF;
		z-index:1;
	}
	
	#rightblock{
	position: absolute;
	left: 350px;
	top:173px;
	height: 677px;
	width: 600px;
	background-color: #FFFFFF;
		z-index:0;
	}
		#pagetext{
	position: absolute;
	left: 390px;
	top:200px;
	height: 650px;
	width: 520px;
	background-color: #FFFFFF;
		color: #336633;
	z-index:2;
	}
	
			#widertext{
	position: absolute;
	left: 320px;
	top:200px;
	height: 650px;
	width: 550px;
	background-color: #FFFFFF;
		color: #336633;
	z-index:2;
	}
	
			#centraltext{
	position: absolute;
	left: 140px;
	top:200px;
	height: 650px;
	width: 660px;
	background-color: #FFFFFF;
		color: #336633;
	z-index:2;
	}
	
		#bottom{
	position: absolute;
	left: 0px;
	top:850px;
	height: 20px;
	width:950px;
	background-color: #EAF4EA;
	}
	
			#credits{
	position: absolute;
	left: 0px;
	top:852px;
	height: 18px;
	width:950px;
	background-color: #EAF4EA;
	text-align:center;
	}
	
 
