body {
	text-align: center;
	background: white;
	color: black;
	font: 10pt "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin: 0;
	padding: 0;
}

#page {
	width: 630px;
	margin: 10px auto;
	text-align: left;
}

h2 {
	margin-top: 0;
	font-size: 1.4em;
}

a {
	color: black;
	text-decoration: none;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: baseline;
	font-size: 9.5pt;
	padding: 0 10px 4px 0;
}

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

#header h1 {
	margin: 0;
	font: 54px Impact,sans-serif;
}

#header img {
	vertical-align: middle;
	margin-right: 1px;
}

#header h1 #year {
	color: #990002;
}

#header h1 #year br {
	display: none;
}

#menu {
/*	float: left;
	width: 120px;
*/
}

#menu ul, #menu ul ol {
	padding: 0;
/*	margin: 0 20px 0 10px; */
	margin: 0 0 15px 0;
	font-size: 120%;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	margin-right: 10px;
}

#content {
/*	padding: 0 0 0 135px; */
	padding: 0;
}

.headshot {
	position: relative;
	float: left;
	width: 115px;
	height: 143px;
	margin: 0 10px 10px 0;
	background: #B13D3D;
	overflow: hidden;
}

.headshot .actorname {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: black;
	color: white;
	font: bold 11px "Courier New",Courier,monospace;
}

.headshot a img {
	border: 0;
}

.headshot a {
	position: relative;
	z-index: 1;
}

.headshot a:hover {
	opacity: 0.45;
	filter: alpha(opacity=45);
}

#actorheader {
}

#actorheader #actorstats {
	float: left;
	margin-right: 15px;
}

#actorstats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact h3
{
	margin: 0;
	padding: 0;
}

#contact table {
	border: 1px solid #990002;
	padding: 4px 6px 6px 10px;
	margin: 0 0 0 10px;
}

#contact table input,
#contact table textarea
{
	width: 100%;
}

#actorheader #contact table label,
#actorheader #contact table input,
#actorheader #contact table textarea
{
	font-size: 90%;
}

.mapblock {
	margin: 0 5px 5px 0;
}

.map {
	display: none;
	/*
	float: right; 
	clear: right;
	*/
	border: 1px solid gray;
	margin: 0 0 5px 0;
	width: 100%;
	height: 235px;
}

#footer {
	padding: 30px 0 0 0;
	clear: both;
	text-align: center;
	font-size: 0.7em;
}
