body {
	margin:0;
	background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	}
	
h2 {
	color: rgb(37,142,242);
	font-size: medium;
	}
	
a {
	color: rgb(37,142,242);
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/* splash page body */
#splash {
	margin=0;
	height:100%;
	width:100%;
	background:#000;
	}

/* image on splash page */
#splashlogo {
	position:absolute;
	left:10px;
	top:14px;
	}

/* menu on splashpage */
#menubox {
	position: absolute;
	top: 150px;
	left: 575px; 
	width: 200px; 
	height: 800px;
	z-index: 100;
	}

div#menubox a {
	display: block; 
	text-align: left; 
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
	color: #999;
	}

div#menubox a:hover { 
	background: none; 
	color: #FF9900; 
	}
	
div#menubox a span {
	display: none;
	}

/* creates pop-up on left side */
div#menubox a:hover span { 
	background: none; 
	display: block; 
	position: absolute; 
	top: 250px; 
	left: -525px;
	width: 310px; 
	z-index: 100; 
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

/* black header bar */
#logo {
	position:absolute; 
	padding-left: 20px;
	padding-top: 10px;
	width: 100%; 
	top: 0;
	left: 0;
	height: 120px;
	background:#000;
	border-bottom: solid 3px #FF9900;
	}
	
/* navigation in black header bar */
#topnav {
	position:absolute;
	left: 35px;
	margin-top: 80px;
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	font-size: x-small;
	color: #999;
	}
	
div#topnav a {
	text-decoration: none; 
	color: #999;
	}
	
div#topnav a:hover {
	text-decoration: none; 
	color: #FF9900;
	}

/* left column navigation */
#leftnav {
	position:absolute;
	top:120px;
	height:100%;
	width:180px;
	padding-top:30px;
	font-size: x-small;
	background: url("../images/longlamp.jpg") no-repeat #000;
	}
	
#leftnav a {
	display:block;
	height:25px;
	padding-left:9px;
	padding-top:3px;
	font-weight: bold;
	text-decoration:none;
	color:#DDD;
	}
	
#leftnav a:hover {
	text-decoration:none;
	color:#FFF;
	background: rgb(185,163,135);
	}
	
/* content box - interior div styles change for each section */
#content {
	position:absolute;
	top:125px;
	margin-left:200px;
	width:auto;
	font-size: x-small;
	}

/* commercial page text */
.commercialtext {
	margin-top:10px;
	float:left;
	width:47%;
	font-size: x-small;
	}
	
/* commercial page image box */
.commercialimage {
	position:relative;
	float:right;
	margin-top:-60px;
	margin-right:13%;
	z-index:100;
	}
	
.commercialimage img {
	margin:4px;
	}

/* drama page text */
.dramatext {
	margin:15px 0 0 20px;
	width:415px;
	font-size: x-small;
	}

/* drama page image */
.dramaimage {
	margin: 18px 0 0 20px;
	}

/*drama more link */
.dramamore {
	position:absolute;
	left:578px;
	top:142px;
	width:118px;
	}
	
/* about page text */
.abouttext {
	margin-top:10px;
	width:80%;
	font: x-small;
	}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}