*, all {font-family: Arial, Helvetica, sans-serif;}
body {
	margin: 10px 0 10px 0;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 755px;
}
body.news {
	background: url("images/behind_the_scenes/newsbg.jpg") no-repeat;
}

div.newslist div.dots {
	width: 640px;
	height: 1px;
	background: url("images/behind_the_scenes/dots.gif") repeat-x;
	overflow: hidden;
}
div.newslist a {
	display: block;
	color: black;
	font-size: 13px;
	text-decoration: none;
}
div.newslist a:hover {
	color: #B70303;
}

/* Main content ------------------------------------------------ */
div.biocontent {
	margin-left: 185px;
	width: 490px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
div.overview, div.newslist, div.article {
	margin-left: 26px;
	width: 708px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
div.content {
	margin-left: 185px;
	width: 560px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
/* Floating content & copyright -------------------------------- */
div.floatright {
	float: right;
	padding: 0 10px 10px 20px;
}

/* Floating Video & Photo Gallery -------------------------------- */
div.floatrightvideo {
	float: right;
	padding: 0 10px 10px 20px;
}

div.copyright {
	font-size: 10px;
	margin-top: 100px;
	text-align: right;
}
/*  menu, reused in multiple cases ------------------------------------------------ */
body.article div.menu {
	font-size: 11px;
	left: 365px;
	top: 0px;
	width: 305px;
	position: absolute;
}
div.menu {
	font-size: 11px;
	left: 24px;
	position: absolute;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
div.menu a {
	display: block;
	color: #8C919B;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
div.menu a:active {
	font-weight: normal;
}
div.menu a:hover {
	color: #B70303;
	font-weight: normal;
}
div.menu .current {
	color: black;
	font-weight: bold;
}
div.menu div.dots {
	width: 100%;
	height: 1px;
	background: url("images/behind_the_scenes/dots.gif") repeat-x;
	overflow: hidden;
	margin: 2px 0 2px 0;
	padding: 0px;
}
/* Map backgrounds ------------------------------------------------ */
div.map {
	background: url("images/behind_the_scenes/biobg.jpg") no-repeat;
	width: 755px;
	height: 426px;
}
div.castmap {
	background: url("images/community/mapbg.gif") no-repeat;
	width:755px;
	height: 482px;
}
div.map table {
	position: relative;
	top: 29px;
	left: 25px;
}
div.castmap table {
	position: relative;
	top: 98px;
	left: 139px;
}
div.map td, div.castmap td {
	width: 117px;
	height: 165px;
	margin: 0;
	padding: 0;
}
div.map a, div.castmap a {
	color: #B70303;
	font-size: 10px;
	text-decoration: none;
}
div.map a:hover, div.castmap a:hover {
	color:	#B70303;
	font-size: 10px;
	text-decoration: underline;
}
div.map img, div.castmap img {
	padding: 4px;
	margin: 0 0 4px 0;
}
/* Tiny red link -------------------------------------------------- */
a.link_red_light {
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	color: #B70303;
	text-decoration: none;
}

a.link_red_light:visited {
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	color: #B70303;
	text-decoration: none;
}

a.link_red_light:hover {
	text-decoration:underline;
}

