* {margin: 0; padding: 0;}
body {background: #101010 url(images/bg_intro.gif) repeat-x;}
	
h5 {
	padding: 15px 0;
	width: 990px;
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 342px;
	z-index: 3;
	}
	
	h5 a:link, h5 a:visited {color: #FFF; text-decoration: none;}
	h5 a:hover {text-decoration: underline;}

		

/* LAYOUT */	
div#container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	background: url(images/bg_content.gif) repeat-y;
	}
	
div#header {
	width: 990px;
	height: 131px;
	float: left;
	background: url(images/bg_intro_header.gif) no-repeat;
	position: relative;
	}

	div#flash {
		width: 990px;
		height: 383px;
		background: url(images/bg_intro_flash.gif) no-repeat;
		clear: both;
		position: relative;
		}
	
	div#content {width: 990px; clear: both;}

/* COPYRIGHT */
div#copyright {
	font: normal .6em/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	color: #666;
	}

	div#copyright a {color: #666; text-decoration: underline;}
	div#copyright a:hover {color: #FFF; text-decoration: none;}
	div#copyright img {margin: 5px 0 0 0;}
		
		

/* UTILITY NAV */
div#utilnav {
	margin: 0 auto;
	width: 990px;
	clear: both;
	}
	
div#utilnav ul {padding: 30px 0 0 172px; list-style-type: none;}
div#utilnav li {float: left; list-style-image: none;}
	
div#utilnav li a {
	display: block;
	padding: 0 28px 5px 28px; 
	font: bold .65em Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	}

	div#utilnav li a:hover {color: #FFF; text-decoration: underline;}




/* Web Audio */
applet {
	position: absolute;
	z-index: 3;
	top: 106px;
	right: 51px;
	clear: both;
	}
	
	

/* ADMIN LOGIN */
div#admin {
	margin: 0 auto;
	padding: 9px 0 0 0;
	height: 30px;
	text-align: center;
	clear: both;
	}

div#admin a {
	font: bold .7em Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	}
	
	div#admin a:hover {color: #FFF; text-decoration: underline;}



/* CLASSES */
.clear {clear: both;}