body {
	background-color: #000;
	color: #fff;
	font-family: "Georgia" serif;
	font-size: 0.9em;
}

a, a:hover {
	color: #080;
	font-family: "Georgia" serif;
	font-size: 0.9em;
	text-decoration: none;
}

a:active, a:visited {
	color: #080;
}

h1, h2, h3, h4 {
	font-variant: small-caps;
	margin-top: 50px;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.5em;
}

#wrapper {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

#nav {
	background-color: #222;
	width: 100px;
	position: absolute;
	top: 150px;
	left: -100px;
}

#nav h4 {
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 1.1em;
}

#nav ul {
	padding-left: 25px;
	padding-bottom: 20px;
	margin: 0 0;
}

#nav ul.noTopPadding {
	padding-top: 0;
}

#nav li {
	list-style: none;
	line-height: 1.5em;
}

#topTitle {
	margin: 30px auto;
	width: 200px;
	height: 30px;
	font-size: 2em;
	font-variant: small-caps;
}

#topTitle a {
	text-decoration: none;
	color: #fff;
}

#topTitle  a:hover {
	text-decoration: none;
	color: #fff;
}

#topTitle  a:active{
	text-decoration: none;
	color: #fff;
}

#topTitle  a:visited	 {
	text-decoration: none;
	color: #fff;
}

#navBar {
	font-size: 0.9em;
	position: absolute;
	left: -80px;
}
	
#content {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: justify;
	line-height: 1.5em;
	padding-bottom: 100px;
}

#intro {
	margin-top: 100px;
}

#portrait img {
	/*display: block;*/
	width: 120px;
	float: right;
	margin-top: -50px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#mainText {
	padding-top: 40px;
}

.smallCaps {
	font-variant: small-caps;
}

.headingImg {
	float: right;
	margin-top: 0px;
	margin-bottom:	10px;
	margin-left: 20px;
	border: 1px solid white;
}

span.caption {
	font-size:0.75em; 
	margin-left:180px;
}