
body {
	width: 980px;
	margin: 0 auto;		}
	
#wrapper {
	position: relative;
	padding: 0;
	margin-top: 20px;
	width: 100px;
	height: auto;
	}


#banner {
	position: relative;
	padding-top:20px;
	margin-bottom: 2em;
	}

#nav {
	width: 180px;
	height: 1000px;
	float:left;
	padding-right:5px;
	position:absolute;
	display:block;
	border-right: 4px solid #000;
	margin-top:10px;
		}
Ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul li a {
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #5c755e;
	color: white;
	display: block;
	width: 150px;
	margin: 5px;
	padding: 10px;
	border: 1px solid red;
	border-radius: 2px;
	text-align: center;
	height: 25px;
	}
ul li:hover a {
	background-color: #F9171B;
	}
#main {
	position: relative;
	width: 800px;
	height: auto;
	float-clear: both;
	float: left;
	margin-left: 190px;
	text-align: center;
	color:white;
	}
	
 
	
	
	.committee {
	width: 180px;
	padding:5px 15px;
	float-clear: both;
	float: left;
	display:block;
	border: solid 3px black;
	background-color:grey;
	color:white;	
	margin: 0px 0px 50px 195px;
	
	}

<!----committee pictures first row of 3 below --->

#pres  {
	position: absolute;
	display:block;
	
	}
#chair  {
	position: absolute;
	margin-left: 275px;
	}

	
#sec  {
	position: absolute;
	margin-left: 550px;
	}
<!----committee pictures second row of 3 below --->

#treas {
	position: absolute;
	margin-left: 195px;
	margin-top: 350px;
	}
#pro {
	position: absolute;
	margin-left: 275px;
	margin-top: 350px;
	}

	
#comper {
	position: absolute;
	margin-left: 550px;
	margin-top: 350px;
	}
	
	<!----committee pictures third row of 3 below --->	
#com1 {
	position: absolute;
	margin-left: 195px;
	margin-top: 550px;
	}
#com2 {
	position: absolute;
	margin-left: 275px;
	margin-top: 550px;
	}
#com3 {
	position: absolute;
	margin-left: 550px;
	margin-top: 550px;
	}
<!----committee pictures fourth row of 3 below --->		
#capt {
	position: absolute;
	width: 180px;
	margin-top: 950px;
	}
#lcapt {
	position: absolute;
	margin-left: 275px;
	margin-top: 950px;
	}

	
	
	
<!-- below css for hndicap pages --> 

#hand {
	position: absolute;
	width: 750px;
	margin-left: 1800px;
	margin-top: 450px;
	}
	
<!-- below css for left and right posters -->
#poster {
	width: 800px;
}
.left {
		Width:390px;
		Height: auto;
		float: left;
}

.right {
		Width:390px;
		Height: auto;
		float: right;
}
