@charset "UTF-8";
body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	font-family: Arial;
	text-decoration:underline;
	font-size:12px;
	color:#FF0000;
}

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

a:active {
	text-decoration:none;
	color:#980000;
}

.menu {
	background-color: #990000;
	background-image: url(images/menuBG.jpg);
	background-repeat: no-repeat;
	width:"200";
}
.content_title {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FF0000;
	padding-left: 6px;
	text-align: left;
}
.content_general {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 6px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
.cast_box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-right-style: none;
	border-left-style: none;
}
.cast_name {
	font-family: "Trebuchet MS";
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
}
.cast_quote {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
}
.content_general li {
	list-style-type: square;
}
.content_general a {
	color: #FFFFFF;
	text-decoration: underline;
}
.content_general a: hover {
	color: #CC0000;
}
.content_general a:active, .content_general a:visted {
	color: #FFFFFF;
	text-decoration: underline;
}
.content_minititle {
	font-family: Arial;
	font-size: 12px;
	color:#FF0000;
	padding: 0px;
	font-weight: bold;
}

.markermenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
}

.markermenu li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 50px;
	text-decoration: none;
	font-family: "Bauhaus 93", "Trebuchet MS Bold";
	font-size: 20px;
	font-weight: normal;
	border-bottom-style: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.hi {
	color: #fff;
	display: block;
	width: auto;
	padding-left: 50px;
	text-decoration: none;
	font-family: "Bauhaus 93", "Trebuchet MS Bold";
	font-size: 20px;
	font-weight: normal;
	border-bottom-style: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 200px;
}

.markermenu li a:visited, .markermenu li a:active{
	color: #000000;
}

.markermenu li a:hover{
	color: #CCCCCC;
	background-image:url(../media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.spacey {
	margin: 0 10px 0 10px;
}

.topper {
	margin: 10px 0 0 0 ;
}

