html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background-image: url('images/bg_splatter.jpg');
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	}

p {
	margin: 1em 1em 1em 1em;
	}
	
a {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #201324;
	}

img {
	border: 0;
	}
	
#main {
	background-color: #ffffff;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	z-index: 1;
	}
	
#mast {
	position: absolute;
	background-image: url('images/djlm_mast.jpg');
	background-position: top-center;
	width: 800px;
	height: 400px;
	z-index: 2;
	}
	
#top_nav {
	position: absolute;
	text-align: center;
	background-color: #000000;
	width: 800px;
	height: 35px;
	top: 400px;
	z-index: 4;
	}
	
#nav_left {
	position: absolute;
	text-align: right;
	width: 266px;
	height: 35px;
	z-index: 5;
	left: 0;
	}
	
#nav_right {
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #000000;
	width: 534px;
	left: 266px;
	float: left;
	}
	
#nav_right li {
	margin: 0;
	padding: 0;
	float: left;
	}

#nav_right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 96px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
#nav_right a:hover {
	color: #6a6772;
	}
		
#content {
	position: absolute;
	background: #ffffff;
	height: 100%;
	width: 800px;
	top: 435px;
	z-index: 2;
	overflow: scroll;
	}
	
#content_left {
	position: absolute;
	text-align: center;
	width: 246px;
	left: 10px;
	top: 25px;
	z-index: 3;
	}

#logo {
	position: relative;
	z-index: 4;
	}
	
#left_menu {
	position: relative;
	text-align: center;
	z-index: 4;
	}

#content_right {
	position: absolute;
	text-align: center;
	width: 513px;
	left: 261px;
	top: 25px;
	z-index: 3;	
	}

#15_sec {
	position: relative;
	z-index: 4;
	}

.pitch {
	text-align: center;
	border: 3px black solid;
	background-color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
.pitch a {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	}
	
#graphic_menu {
	position: relative;
	text-align: center;
	z-index: 4;
	}

a.rollover_a {
	display: block;
	float: left;
	text-decoration: none;
	width: 163px;
	height: 157px;
	background: url("images/audio_off.jpg");
	}

a.rollover_a:hover {
	background: url("images/audio_on.jpg");
	}

a.rollover_v {
	display: block;
	float: left;
	text-decoration: none;
	width: 163px;
	height: 157px;
	background: url("images/video_off.jpg");
	}

a.rollover_v:hover {
	background: url("images/video_on.jpg");
	}

a.rollover_g {
	display: block;
	float: left;
	text-decoration: none;
	width: 184px;
	height: 157px;
	background: url("images/graphic_off.jpg");
	}

a.rollover_g:hover {
	background: url("images/graphic_on.jpg");
	}

#updates {
	position: relative;
	border: 3px black solid;
	z-index: 4;
	}
	
#updates p {
	margin: 0em 0em 0em 0em;
	}

.update_header {
	background-color: #000000;
	padding: 5px;
	height: 20px;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}

.header1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #4b3454;
	}

.header2 {
	font-size: 12px;
	font-weight: bold;
	}

.light {
	padding: 5px;	
	background-color: #ffffff;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.dark {
	padding: 5px;	
	background-color: #cccccc;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

#footer {
	position: relative;
	bottom: 0;
	height: 50px;
	background-color: #000000;
	z-index: 4;
	}	
	
.credit {
	background-color: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff; 
	} 