body {
	background-color: #c1b490;
	background-image: url('../images/layout/page_bg.gif');
	background-repeat: repeat-x;
}

#wrapper {
	width: 952px;
	position: absolute;
	left: 50%;
	top: -3px;
	margin-left: -458px;
	padding: 1px;	
}

#header {
	width: 930px;
	height: 40px;
	margin-top: 0px;
	padding: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	
	text-align: right;
}

#blurb h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 	font-weight: bold;
	font-size: 36px;
	color: #5cb4eb;	
}

#leftCol a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#leftCol a:hover {
	text-decoration: underline;
	color: #000000;	
}
	
#navigation {
	background-image: url('../images/navigation.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 950px;
	height: 70px;
}
	#navigation a {
			color: #000000;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: normal;
			text-decoration: none;
			display: block;
			float: left;
			font-size: 18px;
			width: 158px;
			text-align: center;
			padding-top: 15px;
			padding-bottom: 8px;
	}
	
	#navigation a:hover {
		color: #FFFFFF;
	}

#body {
	width: 950px;
	background-color: #E4F3FC;
	background-image: url('../images/layout/body2.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

	#body_container {
		text-align: left;
		margin-left: 250px;
		padding-top: 150px;
		padding-right: 20px;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 27px;
		font-size: 13px;
		width: 450px;		
		color: #000000;
		min-height: 450px;
	}
	
	#photos {
		position: absolute;
		top: 325px;
		right: 20px;
		width: 215px;
		min-height: 200px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
	}
	
		#photos img {
			margin: 5px;
			border: 1px solid #000000;
		}
	
	#title {
		position: absolute;
		top: 180px;
		left: 250px;
	}

	#testimony_left {
		width: 225px;
		padding: 6px;
		float: left;
	}
	
		#testimony_left_container {
			text-align: left;
			padding-top: 185px;
			padding-right: 15px;
		}

#footer {
	width: 950px;
	height: 147px;
	background-image: url('../images/footer.gif');
	background-position: bottom;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-color: #000000;
}

.memberDiv {
	border: 1px solid #999999;
	margin: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background-color: #FFFFFF;
}

	.memberDiv h2 {
		margin-left: 0px;	
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 2px;
		background-color: #efefef;
		padding: 4px;
		border-bottom: 1px solid #999999;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		font-weight: bold;
		display: block;
	}

