#name {
	background: green;
	text-align: center;
	padding: 1em;
	color: white;
}

#gpic {
	float:left;
}

#ourlogor {
	float: right;
}

#ourlogol {
	float: left;
}

#biggrouppic {
	float: none;
}

#leftbar {
	float: left;
	background: green;
	width: 150px;
	text-align: center;
	color: white;
	margin-top: 2em;
	margin-bottom: 20em;
}

#rightbar {
	float: right;
	background: green;
	width: 150px;
	text-align: center;
	color: white;
	margin-top: 2em;
	margin-bottom: 20em;
}
#content {
	margin-left: 150px;
	margin-right: 150px;
}

#glogo {
	float: right;
	background: white;
}

#content {
	padding: 2em;
	text-indent: 3em;
	}
	
body {
	background: lime;
	}

a:link {
	color: white;
	}
	
a:visited {
	color: white;
	}
	

