
	/* page styling ---------------------------------------------------------------- */
		body {
			background-color: #000000;
		}
		a:link {
			color: #9933FF;
		}
		a:visited {
			color: #cccccc;
		}
		a:hover {
			color: #666666;
		}
		a:active {
			color: #990000;
		}
		
	/* page elements ---------------------------------------------------------------- */
		#Layer1 {
			position:absolute;
			width:936px;
			height:700px;
			z-index:1;
			left: 34px;
			top: 10px;
		}
				
		#Layer3 {
			position:absolute;
			width:230px;
			height:530px;
			z-index:3;
			left: 42px;
			top: 286px;
		}

		#Layer4 {
			position:absolute;
			width:509px;
			height:529px;
			z-index:4;
			left: 292px;
			top: 287px;
		}

		#Layer5 {
			position:absolute;
			width:158px;
			height:428px;
			z-index:5;
			left: 818px;
			top: 285px;
		}
		
	/* fonts, headers -------------------------------------------------------------------------- */
		.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #CCCCCC; }
		.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; }
		.style8 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #330033;
		}
		.style10 {font-size: 16px}


	/* nav --------------------------------------------------------------------------------------*/	
		#navcontainer {
			position:absolute;
			width:700px;
			height:21px;
			z-index:2;
			left: 220px;
			top: 243px;
			margin: 10px 0 0 22px;
			padding: 0;
			height: 20px;
		}
		
		#navcontainer ul
		{
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}
		
		#navcontainer ul li
		{
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}
		
		#navcontainer ul li a
		{
			width: auto;
			height: auto;
			padding:0px 10px;
			margin: 0 0 0 0;
			color:#fff;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 13px Verdana;
			background:transparent;
		}
		
		#navcontainer ul li a:hover
		{
			color:#666666;
			background:transparent;
		}
		
		#navcontainer a:active
		{
			background:transparent;
			color: #fff;
		}
		
		#navcontainer li#active a
		{
			background:transparent;
			border: 1px solid #c60;
			color: #fff;
		}

