body {
	margin: 0px;
	background-color: #c1a769;
	font-family: verdana, arial, sans-serif;
}
a {
	color: #eaa012;
	text-decoration: none;
}
a img {
	border-style: none;
}
a:visited {
	color: #ca9;
}
#content, #nav p {
	font-family: georgia, "times new roman", serif;
	color: #333;
}
p, h3, #content li {
	margin: 1em 0px 0px 0px;
	font-size: 0.8em;
}
h4 {
	font-size: 0.75em;
	margin: 1em 0px 0px 0px;
}
address {
	color: #999;
	float: right;
	font-size: 0.75em;
	font-style: normal;
	font-weight: inherit;
	text-decoration: none;
}
.indent {
	margin-left: 1em;
}
.resume .dateSpan {
	margin: 0px;
	text-align: right;
	color: #999;
}
table {
	font-size: 0.8em;
	width: 100%;
	border-color: #ccc;
	border-style: none;
}
td, th {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
th {
	padding-right: 1em;
	font-weight: bold;
	color: #eaa012;
}
h2 {
	font-family: verdana, arial, sans-serif;
	background-image: url(/images/h_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #962;
	margin-bottom: .5em;
	text-transform: lowercase;
	padding: 0px 0px 3px .7em;
	font-size: 1.1em
}
dl {
	font-size:.9em;
}
dd {
	clear: right;
}
/*
dl.shotList {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
}
*/
dt {
	clear: left;
	float: left;
	text-align: right;
	width: 8em;
	margin-right: 1em;
	font-weight: bold;
	color: #962;
}
.shotList dt {
	float: none;
	text-align: left;
	width: 100%;
	margin: 0.5em 0px 0px 0px;
	padding: 0.5em 0px 0.5em 0px;
	border-top: 1px dotted #ccc;
}
.shotList .thumbnails a, .shotList .thumbnails span.thumbContainer {
	margin: 0px 1em 0.5em 0px;
}
input {
	width: 75%;
}
textarea {
	width: 75%;
	height: 15em;
}
#title {
	letter-spacing: 5px;
	color: #ccc;
	font-variant: small-caps;
	margin: 0px;
	position: absolute;
	font-weight: bold;
	z-index: 1;
	white-space: nowrap;
}
#title a {
	color: white;
}
#title a:hover {
	color: #eaa012;
}
#nav {
	position: absolute;
	z-index: 4;
	background-repeat: repeat-y;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: right;
}
#nav ul {
	width: 250px;
	background-image: url(/images/nav_line.gif);
	padding: 1px 0px 0px 0px;
}
#nav li {
	float: none;
	list-style-type: none;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	background-image: url(/images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#nav p {
	margin: 2px 3.2em 1em 3em;
	padding: 3px;
	text-align: left;
	font-size: 0.7em;
	white-space: normal;
}
#nav h2 {
	text-align: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-top: -10px;
	border-color: #eee;
	border-style: solid none none none;
	border-width: 1px;
}
#nav h3 {
	text-align: left;
	padding: .2em 2em .2em 2em;
	margin-top: 2em;
	color: #666;
	background-image: url(/images/h_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-color: #eee;
	border-style: solid none none none;
	border-width: 1px;
}
#nav li a, #nav li .disabled {
	line-height: 2em;
	padding-right: 0.8em;
	color: black;
	background-image: url(/images/nav_button_bg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
}
#nav li .disabled {
	color: #999;
}
#nav li a.current {
	background-position: 0px -64px;
	color: #735419;
}
#nav li a:hover, #nav li a.current:hover {
	background-position: 0px -32px;
	color: #595959;
}
#nav li a:active, #nav li a.current:active {
	background-position: 0px -96px;
	color: #777;
}
#navEnd {
	margin-top: 2em;
	height: 8px;
}
#content {
	margin: 2em 38px 150px 130px;
}
#content p {
	line-height: 1.8em;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 0.4em 0px;
}
#content a:hover, p a:hover {
	background-image: url(/images/box_bg.gif);
	text-decoration: underline;
}
.box, #nav .box {
	border: 1px solid #eee;
	background-image: url(/images/box_bg.gif);
	padding: 10px;
	margin: 0.8em;
}
#content .box a:hover {
	background-color: white;
	background-image: none;
}
.error {
	color: red;
	font-weight: bold;
}
.thumbnails a, .thumbnails span.thumbContainer {
	position: relative;
	height: 92px;
	width: 92px;
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 1px;
}
.thumbnails a:hover {
	border-color: #eaa012;
}
.movieThumb {
	position: relative;
	width: 460px;
}
.clearFloat {
	display: block;
	clear: both;
}


