
#topContent {
	margin-top: .5em;
	margin-bottom: .5em;
}

#imgLeft {
	float: left;
	width: 10em;
	height: 10em;
/*
	margin-right: 1em;
*/
}

#imgRight {
	float: right;
	width: 10em;
	height: 10em;
	
}

#subMenu {
	float: left;
	width: 54em;
	height: 10em;

}

#subMenu h2 {
	font-size: 2.4em;
	text-align: center;
	padding-top: .2em;
	padding-bottom: .6em;
}

#subMenu ul {
	display: inline;
	list-style: none;
	text-align: center;

}

#subMenu ul li {
	float: left;
	width: 10em;
	padding: 1em 3.5em;
	text-align: center;
}

#subMenu ul li a {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#trip {
	background-color: #20d167;
	margin-left: 1.5em;
}

#gathering {
	background-color: #f5d17c;
	margin-right: .5em;
	margin-left: .5em;
}

#paddling {
	background-color: #59bbdb;
}

#bottomContent {
	background-image: url('../images/q_a/whiteBkgrnd4.png');
	background-repeat: repeat-y;
	font-size: 1.4em;
	padding: 0 .5em .5em;

}

#bottomContent h2 {
	text-decoration: underline;
	padding-top: .5em;
	padding-bottom: .5em;
}

#bottomContent h3 {
	padding-top: .5em;
	padding-bottom: .5em;
}

#bottomContent p {
	padding-bottom: .5em;
	line-height: 1.1em;
}

.bold {
	font-weight: bold;
}

