		body {
			color: #000;
			background-color: #000;
			background-image: url('images/starfield.jpg');
			background-repeat: repeat;
			font-family: tahoma, verdana, helvetica, arial, sans-serif;
			font-size: 12px;
			margin: 0;
			padding: 0;
		}
		
		/*added for font-face suppoert */
		
		@font-face{
			font-family:'Vanilla';
			src: url('Vanilla.ttf');
		}

		h2 {font: 30px/38px Vanilla, sans-serif; letter-spacing: 0;}
		
		
		img {
			border: none;
		}
		
		h1 {
			width: auto;
			height: 0px;
			padding: 0px;
			margin: 0;
			text-indent: -2000px;
			}
		
		div#page {
			text-align: center;
			height: 2000px;
		}
		
		div#content {
			background-color: #fff;
			border: 3px solid #666;
			margin: 20px auto;
			padding: 0;
			width: 700px;
			min-height: 694px;
			overflow: hidden;
			text-align: center;
		}
		
		div#box {
			background-color: #fff;
			width: 700px;
			height: 372px;
			margin: 0px;
			background-image: url('images/waves2.jpg');
			background-repeat: none;
		}
		
		div.accordion {
			z-index: 9;
			float: left;
			width: 225px;
			margin: 5px 0px 3px 5px;
			padding: 0;
			border: 1px solid #000;
			text-align: left;
		}
		
		div.accordion#one {
			width: 450px;
		}
		
		div.accordion h2 {
			color: #012;
			/* font-size: 1.9em;
			letter-spacing: 2px;
			font-weight: bold; */
			padding: 0px 3px 0px 12px;
			margin: 0;
			background-color: #36c;

		/*	background-image: url(images/blue-gradient.jpg); 
			background-repeat: repeat-y; */
		}
		
		div.accordion h2:hover {
			cursor:pointer;
		}
		
		h2#maintitle {
			color: #fff;
		}
		
		div.accordion h3 {
			font-size: 1.1em;
			font-weight: bold;
			letter-spacing: 1px;
			padding: 2px 3px 2px 12px;
			margin: 0;
			background-color: #f63;
			border-top: 1px solid #000;
			cursor:pointer;
		/* 	background-image: url(images/orange-gradient.jpg);
			background-repeat: repeat-y; */
		}
		
		div.accordion h3:hover {
			background-color: #f93;
			background-image: none;
			cursor:pointer;
		}
		
		div.accordion h3 a {
			color: #000;
			text-decoration: none;
		}
		
		div.accordion img {
			border-top: 1px solid #000;
		}
		
		div.accordion img.noborder {
			border: none;
		}
		
		div.accordion span {
			display: block;
			color: #234;
			background-color: #eee;
			font-size: 1.1em;
			padding: 2px 12px;
			margin: 0;
			border-top: 1px solid #000;
		}
		
		div.accordion span p {
			margin: 4px 0px 6px 0px;
			line-height: 1.3em;
		}
		
		p.center {
			text-align: center;
			font-size:.9em
		}
		
		span.vid {
			background-color: #fff;
			text-align: center;
			padding: 16px 12px;
			}
			
		
