html, body {
	background: black url(images/background.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	width:100%;
	height:100%;
}



a:link, a:visited {
	color: #FFD800;
	text-decoration: none;
}

a:hover {
	color: #76FF12;
}

a.banner {
}
	a.banner img { border: 0; }


a.banner:hover {
  background-position: right;
}

* html #floodlight {
  height: 305px;
}

#floodlight {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: transparent url(images/floodlight.jpg) top center no-repeat;
}

#menu {
	height: 250px;
}

#title {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}


#mainMenu {
	position: absolute; 
	top: 135px;
	width: 919px;
	font-size: 16px;
	left: 50%;
	margin-left: -460px;
	text-align: center;
	font-size: 19px;
}
	#mainMenu  a { margin: 0 5px; }

#menu_1 {
	position: absolute; 
	left: 50%;
	top: 55px;
	margin-left: -460px;
	width: 919px;
	display: none;
}

#menu_2 {
	position: absolute; 
	left: 50%;
	top: 95px;
	margin-left: -345px;
	width: 690px;
	display: none;
}

#menu_3 {
	position: absolute; 
	left: 50%;
	top: 125px;
	margin-left: -240px;
	width: 480px;
	display: none;
	display: none;
}

#menu_4 {
	position: absolute; 
	left: 50%;
	top: 180px;
	margin-left: -100px;
	width: 200px;
	text-align: center;
	display: none;
}

#menu_5 {
	position: absolute; 
	left: 50%;
	top: 155px;
	margin-left: -200px;
	width: 400px;
	display: none;
}

#menu_6 {
	position: absolute; 
	left: 50%;
	top: 160px;
	margin-left: -150px;
	width: 190px;
	display: none;
}

div.menu {
	color: #FFD800;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.selected {
	color: #76FF12;
}


#container {
	position: relative;
	left: 50%;
	margin-left: -460px;
	width: 919px;
	color: #C9C9C9;
	font-size: 12px;
	height: 100%;
	padding-bottom: 119px;
}

#container p, #container div {
	color: #c9c9c9;
	line-height: 1.5em;
}

#container h2.block-title {
	font-weight: normal;
	color: #F4E969;
}

#submenu {
	width: 200px;
	text-align: left;
	padding-left: 0px;
}


#submenu ul {
	padding: 0px;
	margin: 0px;
}

#submenu ul li {
	list-style: none;
	margin-bottom: 8px;
}

#submenu ul li a {
	font-size: 12px;
	color: #FFD800;
	text-decoration: none;
}

#submenu ul li a:hover{
	color: #76FF12;
}

#submenu ul li.active a {
	font-size: 12px;
	color: #76FF12;
	text-decoration: none;
}

.actor {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
}

.actor td {
	vertical-align: top;
	border: 0px;
	color: #B7B7B7;
	font-size: 12px;
}

.actor td img {
	border: 4px solid #FFD800;
	width: 298px;
	height: 447px;
	float: left;
	margin: 0px 45px 0px 0px;
}

div.portrait {
	
	float: left;
	margin: 0px 45px 20px 0px;
}

div.portrait img {
	border: 4px solid #FFD800;
}

.performance {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
}

.performance td {
	vertical-align: top;
	border: 0px;
	color: #B7B7B7;
	font-size: 12px;
	padding-left: 30px;
}

.performance td.right {
	text-align: right;
	width: 150px;
}

.performance td.right p {
	margin-bottom: 8px;
	line-height: 0;
}

.performance th {
	vertical-align: top;
	border: 0px;
	color: #B7B7B7;
	font-size: 12px;
	font-weight: normal;
}

.performance td img {
	border: 2px solid #FFD800;
	margin: 10px 0px 10px 0px;
	max-width: 500px;
}

#footer {
	margin-top: -118px;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 118px;
	background: transparent url(images/footer.gif) bottom center no-repeat;
}

#footer #copyright {
	position: relative;
	top: 75px;
	width: 919px;
	left: 50%;
	margin-left: -460px;
	color: #B7B7B7;
}

#footer #copyright div span {
	margin: 5px;
}

h2 {
	margin-top: 0px;
}

#hello {
	font-weight: bold;
	font-size: 30px;
	color: #07A5A1;
	text-align: center;
}

#map {
	border: 4px solid #07A5A1;
}