body {
	background: url(back.png) repeat-x #100066;
	margin: 20px;
	font-family:  Helvetica, arial, sans-serif;
}

#content {
	background: url(3boats.png) bottom right no-repeat #f5f5f5;
	
	border: 2px solid black;
	padding: 20px;
	padding-bottom: 50px;
	min-height: 300px;
	text-align: justify;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bio {
	float: left;
	margin-right: 1em;
}

.nav {
	font-family:  "Book Antiqua", "Palatino Linotype", Palatino, serif;
	background: #110266;
	color: white;
	list-style: none;
	border-bottom: 2px solid black;	
	margin: -20px;
}

.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	
}

.nav li a {
	color: #f5f5f5;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	width: 100%;
}

.nav li a:hover {
	text-decoration: none;
	background: white;
	color: black;
}

.first {
	border-left: none !important;
}

h1{
	font-family:  "Book Antiqua", "Palatino Linotype", Palatino, serif;
}

h2 {
	font-family:  "Book Antiqua", "Palatino Linotype", Palatino, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	margin-top: 4px;
}

abbr.type{
	text-decoration: none;
	border: none;
}

.current {
	border-bottom: 2px solid #f5f5f5;
	background: #f5f5f5;
	color: black !important;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

a {
	color: #3078e7;
}

acronym {
	border-bottom: none;
}
