html	{
	height: 100%;
}
body	{
	font-family: "calibri", courier, monospace;
	color: #414141;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
a	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#container	{
	width: 800px;
	margin: 10px auto 0px auto;
	padding: 0px;
}
#header	{
	width: 100%;
	float: left;
	border: 2px solid #c0c0c0;
	background-color:#ffffff;
	text-align: center;
}
#subheader	{
	width: 100%;
	border: 2px solid #c0c0c0;
	border-top: none;
	float: left;
	background-color:#ffffff;
}
#content	{
	width: 100%;
	float: left;
	height: 100%;
	display: block;
	border: 2px solid #c0c0c0;
	border-top: none;
	background-color:#ffffff;
}
.cols	{
	width: 49%;
	float: left;
}
.leftcol	{
	float: left;
	width: 230px;
}
#footer	{
	width: 100%;
	float: left;
	border: 2px solid #c0c0c0;
	border-top: none;
	background-color:#ffffff;
}
#footer_contact	{
	width: 100%;
	float: left;
	text-align: center;
}
.subnav_button	{
	width: 20%;
	text-align: center;
	float: left;
	padding: 2px 0px;
}
.subnav_selected	{
	color: #999999;
}
.crew	{
	width: 50%;
	float: left;
	padding-top: 15px;
}
.crew_content	{
	padding: 2px 20px;
	float: left;
	width: 210px;
	
}
.crew_image	{
	width: 120px;
	float: left;
}
.crew_name	{
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}
.rightcol	{
	float: left;
	border: 2px solid #c0c0c0;
	margin: 23px;
	padding: 6px 6px 0px 6px;
}
.gallery_thumb	{
	border: 2px solid #c0c0c0;
	margin: 0px 6px 6px 0px;
}
.other	{
	font-family:"1942 report", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 40px;
}
.other a	{
	font-family:"1942 report", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 40px;
}
.other a:hover	{
	font-family:"1942 report", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 40px;
	text-decoration: none;
}
.heading3	{
	font-size:20pt;
	font-weight:bold;
}
.heading1	{
	font-size:16pt;
	font-weight:bold;
}
.heading2	{
	font-size:12pt;
	font-weight:bold;
}
.right	{
	font-size:7pt;
	text-align:right;
}
	
