#topContent {
	position: relative;
	margin: 0 2em 2em 2em;
	padding-top: 2em;
}

#topContent a {
	text-decoration: none;
	color: black;
}

#leftTopContent {
	float: left;
	width: 55em;
}

#logo {
	float: left;
	background-image: url('../images/contentBkgrnd4.png');
	background-repeat: repeat-y;
	width: 14.6em;
	height: 13.5em;
	padding-bottom: 1.5em;
}

#welcome {
	float: right;
	width: 38.8em;
	text-align: center;
	font-weight: bold;
}

#welcome h2 {
	font-size: 3em;
	font-weight: bold;
	padding-bottom: .3em;	
}

#welcome p {
	font-size: 1.6em;
	font-weight: bold;
}

#leftBottom {
	float: left;
	width: 55em;
	height: 26.7em;
}

#leftSideBar {
	float: left;
	width: 14.8em;
}

#leftSideBar div {
	width: 14.6em;
	border: .1em solid black;
	padding-top: 1.8em;
/*
	padding-bottom: 1.9em;
*/
}

#pastTrips p, #currentTrip p, #futureTrips p, #latest p {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

#pastTrips p.larger, #currentTrip p.larger, #futureTrips p.larger {
	font-size: 1.4em;
}

#pastTrips {
	background-image: url('../images/home/aquaBkgrnd.png');
	background-repeat: repeat-y;
	height: 6.7em;
}

#currentTrip {
	background-image: url('../images/home/grnBkgrnd.png');
	background-repeat: repeat-y;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	height: 5.2em;
}

#futureTrips {
	background-image: url('../images/home/yelloBkgrnd.png');
	background-repeat: repeat-y;
	height: 6.7em;
}

#picShow {
	float: right;
	width: 38.8em;
	height: 26.7em;
	text-align: center;
}

#rightSideBar {
	float: right;
	width: 14.8em;
}

#latest {
	width: 14.5em;
	height: 6.7em;
	background-image: url('../images/home/grnBkgrnd.png');
	background-repeat: repeat-y;
	border: .1em solid black;
	padding-top: 1em;
/*
	padding-bottom: 1.05em;
*/
	margin-bottom: .8em;
}

#latest .larger {
	font-size: 1.4em;
}

#wisdom {
	width: 14.8em;
	height: 8.82em;
}

#secondBook {
	width: 14.8em;
	height: 11.2em;
	background-color: #6bb26f;
	margin-top: .8em;
}

#secondBkImg {
	float: left;
	width: 6.1em;
	height: 9.3em;
	margin-left: .5em;
	margin-top: .5em;
}

#secondBkTxt {
	float: right;
	width: 5.5em;
	margin-top: .5em;
	margin-left: .5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#secondBkClick {
	clear: both;
}

#secondBkClick p {
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#firstBook {
	width: 14.8em;
	height: 11.4em;
	background-color: #a254cb;
	margin-top: .8em;
}

#firstBkImg {
	float: right;
	width: 6.1em;
	height: 9.4em;
	margin-right: .5em;
	margin-top: .5em;
}

#firstBkTxt {
	float: left;
	width: 5.5em;
	margin-top: .5em;
	margin-left: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#firstBkClick {
	clear: both;
}

#firstBkClick p {
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#bottomContent {
	clear: both;
	font-size: 1.4em;
	margin: 0 2em 2em 3em;
	background-image: url('../images/contentBkgrnd4.png');
	background-repeat: repeat-y;
	padding-top: 1em;
}

#bottomContent p {
	margin-bottom:  1em;
}











