body {
	margin-top: 50px;
	font-family: sans-serif;
	background: #E9E9FF;
	margin-left: 0;
}
div#header {
	display: block;
	background: #6C6EBF url(greenLogo_header.png) right no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
div#header h1 {
	padding: 5px;
	margin: 0;
	display: block;
}
div#menu {
	background: #C7C9FF url(corner1.png) bottom right no-repeat;
	width: 160px;
	float: left;
	margin-right: 15px;
	padding-left: 10px;
}
div#menu li {
	list-style: none;
}
div#menu li:before {
	content: "-- ";
}
div#menu li#submenu:before {
	content: "+ ";
	margin-right: 1px;
}
div#menu li#current:before {
	content: "» ";
	margin-right: 1px;
}
div#menu ul {
	margin-left: 10px;
	padding-left: 0;
}
div#menu li a:hover {
	text-decoration: none;
}
div#content {
	margin-left: 170px;
}
div#content * {
	margin: 0;
}
div#content img {
	border: 1px black solid;
	float: right;
	margin: 15px;
	margin-right: 0;
}
div#content p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}
div#content * {
}
div#aboutBox {
	background: #C7C9FF url(corner1.png) bottom right no-repeat;
	margin-right: -2px;
	padding-left: 0;
	margin-left: 10px;
}
div#aboutBox2 {
	background: url(corner3.png) top right no-repeat;
	width: 100%;
	height: 100%;
}
div#aboutBox3 {
	background: url(corner2.png) bottom left no-repeat;
	width: 100%;
	height: 100%;
}
div#aboutBox4 {
	background: url(corner4.png) top left no-repeat;
	width: 100%;
	height: 100%;
	padding-top: 1px;
	text-align: center;
}
div#aboutBox4 * {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 0;
}
div#aboutBox4 img {
	float: none;
	border: none;
	margin: 0;
}
div#aboutBox4 div.bioBox {
	display: inline-block;
	width: 176px;
	margin: 10px;
	vertical-align: top;
}
div#aboutBox4 div.bioBox span {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
div#aboutBox4 div.bioBox span span.name {
	font-weight: bold;
	font-style: italic;
	margin-left: 30px;
}
div#content h2, div#content h3 {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
td {
	vertical-align: top;
}