html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #4D4D4D;
}
body {
	position: relative;
	background-color: #F1F1F1;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 3em;
}
b {
	font-weight: bold;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
.resume ul {
	margin-left: 1.2em;
}
.resume li {
	list-style-type: disc;
}
#content_shell {
	position: relative;
	display: block;
	width: 920px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	background-color: #fff;
}
#main_nav {
	width: 145px;
	height: 200px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #808080;
	position: absolute;
}
#main_nav li {
	font-weight: bold;
	padding-top: 10pt;
	line-height: 1.5em;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a {
	color: #000;
	font-weight: 200;
}
#main_nav .first {
	padding-top: 4px;
}
#main_nav .current {
	background-color: #4d4d4d;
	color: #fff;
	padding: 3px;
}
#content {
	margin-left: 185px;
}
.artwork {
	position: relative;
}
.banner_image {
	margin-left: -20px;
	margin-bottom: 25px;
}
.caption {
	width: 275px;
	position: absolute;
	top: 113px;
	right: 20px;
	font-size: .78em;
	line-height: 1.4em;
}
.cutline {
	background-color: #CBCBCB;
	padding: 10px;
}
.gallery_arrows {
	background-color: #fff;
	width: 275px;
}
.arrow_left {
	float: left;
	padding: 10px;
}
.arrow_right {
	float: right;
	padding: 10px;
}
.caption p {
	margin-bottom: 0;
}
.caption p.caption_title {
	font-weight: bold;
	margin-bottom: .5em;
}

.resume p {
	margin-bottom: 0;
}
.title {
	font-weight: bold;
	margin-top: .8em;
}
.first {
	margin-top: 0;
}
.description {
	margin-left: 2em;
	font-style: italic;
}
.gallery_nav {
	padding-top: 5px;
}
#main_nav .gallery_nav li {
	padding-top: 0;
	font-weight: normal;
	font-size: .8em;
	color: #808080;
}
#main_nav ul.gallery_nav li.current_gal {
	color: #000;
	text-decoration: underline;
}
.gallery_thumb {
	display: inline;
	background-color: #808080;
	width: 95px;
	height: 95px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.error {
	color: #BE1E2D;
	margin-bottom: 250px;
}