* {
	margin: 0px;
	padding: 0px;
}
html {
	background: url(images/stars.gif) repeat fixed;
	
}
body {
	background: url(images/legs2.gif) no-repeat fixed;
	
}
#makebigger {
	height: 1000px;
}

#container {
	margin-left: 250px;
	margin-right: 50px;
}







#banner {
	background-image: url(images/banner.gif);
	height: 128px;
	background-repeat: no-repeat;
	width: 505px;
	margin-right: auto;
	margin-left: auto;
}

#banner .bannerlink {
	display: block;
	height: 128px;
	width: 505px;
	margin-left: 10px;
}

#banner h1 {
	display: none;
}





#nav {
	width: 459px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#nav ul {
	list-style: none;
	height: 30px;
	display: block;
	
}
#nav ul li {
	display: block;
	line-height: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	
}
	
#nav li a {
	height: 30px;
	display: block;
	font: bolder 16px/30px Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a#about {
	width: 95px;
}
#nav ul li a#script {
	width: 93px;
}
#nav ul li a#cast {
	width: 85px;
}
#nav ul li a#contact {
	width: 112px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #FF0000;
	background: url(images/nav_btn.gif) no-repeat right;
}

body #container #nav ul li a.active {
color: #FF0000;
	background: url(images/nav_btn.gif) no-repeat right;
	}





#textcontainer {
	width: 459px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background: #780101 url(images/bottomtextbox.gif) no-repeat bottom;
	
}
#textcontainer #toppic {
	height: 10px;
	width: 459px;
	background: url(images/toptextbox.gif) no-repeat;
	margin: 0px;
	
}
#textcontainer h2 {
	color: #FFFFFF;
	margin: 5px 10px 10px;
	padding: 0px;
}
#textcontainer p {
	font-size: 0.75em;
	text-align: justify;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#textcontainer p.center {
	text-align: center;
}

#textcontainer p a:link, #textcontainer p a:visited {
	color: #0DBB0A;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
#textcontainer p a:hover, #textcontainer p a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
#textcontainer #poster {
	background-image: url(images/Poster.jpg);
	height: 559px;
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
#textcontainer #brinke {
	background-image: url(images/BrinkeStevens.gif);
	float: left;
	height: 181px;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
}
#textcontainer .bold {
	font-weight: bold;
}

#textcontainer table {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contact {
	font-size: 12px;
}






#footer {
	width: 459px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 0.75em;
}
