#content #divepress h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	}
#content #divepress h3 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	}
#content #divepress .diveProfile {
	display: block;
	margin: 10px 0 10px 0;
	position: relative;
	left: -25px;
	}
#content #divepress .diveAnnotations {
	width: 320px;
	margin-right: 10px;
	float: left;
	}
	#content #divepress .diveAnnotations .logNotes {
		font-size: 12px;
		padding: 0 10px 0 0;
		margin: 10px 0;
		}
		#content #divepress .logNotes .date {
			font-weight: bold;
			}
	#content #divepress .diveAnnotations .metaData {
		list-style-type: none;
		font-size: 10px;
		margin: 0 15px 0 0;
		padding: 5px 0 3px 0;
		border-bottom: solid 1px #aaa;
		text-transform: uppercase;
		font-weight: bold;
		}
		#content #divepress .diveAnnotations .metaData li {
			display: inline;
			}
#content #divepress .diveList h4 {
	font-size: 14px;
	border-bottom: solid 1px #aaa;
	margin: 0 15px 5px 0; 
	}
#content #divepress .diveList ul {
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	#content #divepress .diveList ul li a.cur {
		text-decoration: none;
		color: #aaa;
		}
#content #divepress table {
	font-size: 11px;
	width: 320px;
	float: left;
	}
	#content #divepress .listLink {
		text-align: right;
		font-size: 12px;
		padding-right: 20px;
		}
	#content #divepress table thead {
		background-color: #ddd;
		}
		#content #divepress table thead tr th {
			text-align: left;
			}
	#content #divepress table tbody {
		background-color: #eee;
		}
		#content #divepress table tbody tr td {
			padding-right: 5px;
			}
