@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	margin: 0px 0px 0px 0px;
	text-align:center;
	font-size: medium;
	font-family: Helvetica, sans-serif;
	color: #EEE;
}
.middle {
	height:3%;
}
.container {
	width:900px;
	text-align:left;
	margin: 0 auto;
	position:relative;
}
a {
	text-decoration:none;
	text-transform:lowercase;
}
a:hover {
	text-transform:uppercase;
}
.header {
	font-size:large;
	position:relative;
	padding-left:10px;
	padding-top:2px;
	background-image:url(images/40black.png);
}
.header a {
	color:#EEE;
	text-decoration: none;
	font-size:xx-large;
	text-transform:uppercase;
}
.header a:hover {
	text-decoration: none;
}
.headline {	
	text-transform:uppercase;
	font-size:large;
	clear:both;
}
.caps {	
	text-transform:uppercase;
}
.box {
	width:inherit;
	height:560px;
	background-color:#EEE;
	position:relative;
}
.right {
	text-align:right;
}
.nav {
	float:left;
	padding:20px 20px;
	width:210px;
	height:520px;
	background-color:#CCC;
	position:relative;
	color:#FFF;
	text-align:right;
	line-height:1.4em;
	overflow:auto;
}
.content {
	float:left;
	padding:20px;
	width:610px;
	height:520px;
	overflow:auto;
}
.content p {
	text-indent:.5em;
	clear:both;
}
.content a {
	text-transform:none;
}
.content a:hover {
	background-color:#CCC;
}
.bottom {
	background-image:url(images/40black.png);
	width:inherit;
	height:auto;
	padding: 3px 0px;
}
.copy {
	float:right;
	font-size:x-small;
	padding: 0px 10px;
}
.copy a {
	text-decoration:underline;
	color:#EEE;
	text-transform:none;
}
.bottomnav {
	font-size:small;
	padding: 0px 10px;
}
.reel {
	margin: 20px auto;
	width:568px;
	height:320px;
	background-color:#CCC;
}
.pict {
	float:left;
	margin: 1em 0px;
	width:400px;
	height:270px;
	background-color:#CCC;
	border:0;
}
.pictcaption {
	float:right;
	margin: 1em 0px 0px 15px;
	width:180px;
	font-size:small;
}
.bottompadding {
	height:10px;
	width:1px;
	clear:both;
	position:relative;
	bottom:0;
}
.thumbnail-image {
	margin: 0px 19px 1em 19px;
	width:250px;
	height:125px;
	background-color:#CCC;
	float:inherit;
	border:0;
}
.thumbnail {
	float:left;
	margin:1em 8px;
	width:280px;
	height:auto;
	font-size:small;
}
.break {
	clear:both;
}
.sub-nav {
	font-size:.85em;
}
.resume {
	padding-left:1em;
}
.item {
	font-size:1.2em;
}