body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: -.06em;
	line-height: 1em;
	overflow: hidden;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -.11em;
	margin-left: 0;
	}
	
h1 {
	color: #3CF;
	font-size: 48px;
	letter-spacing: -.10em;

	
	}
	
h2 {
	color: #3CF;
	font-size: 32px;
	letter-spacing: -.10em;

	}
	
		
h3 {
	color: #3CF;
	font-size: 24px;
	letter-spacing: -.09em;

	}
	
		
h4 {
	color: #999;
	font-size: 20px;
	letter-spacing: -.07em;

	}
	
h5 {
	color: #999;
	font-size: 18px;
	letter-spacing: -.06em;

	}
	
h6 {
	color: #999;
	font-size: 16px;
	letter-spacing: -.06em;

	}
	
p {
	color: #fff;
	font-size: 13px;
	letter-spacing: -.02em;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}

a {
	color: #999;
	text-decoration: none;
	}
	
a:hover {
	color: #33CCFF;
	text-decoration: underline;
	}

.wrapper {
	background-color: #333;
	width: 760px;
	margin: auto;
	overflow: hidden;
	color: #fff;
	border: 10px solid #999;
}

.header {
	background-color: #3CF;
	background-image: url(../images/header_bkg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0px;
}

.header td {
	height: 91px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0px;
}


.menu td {
	background-color: #666;
	margin: 0px;
	padding: 0px;	
}



.selections{
	padding: 0;
	margin:0;
	background: transparent;
}

.selections ul{
	margin:0;
	padding: 0;
	list-style: none;
}

.selections li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
	letter-spacing: -.09em;
	font-weight: bold;	
}

.selections a{
	float: left;
	display: block;
	font-size: 20px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #666;
	color: white;

}

.selections a:hover{
	background-color: #3cf;
	color: white;
	text-decoration: none;
}

.selections a.selected{ /*currently selected tab*/
	background-color: #333; 
	color: #3cf;
}



#content {
	padding: 15px;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	list-style-type: square;
	list-style-position: inside;
}

.footer {
	padding: 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

.video-container {
        position: relative;
        /* This 60.3% padding creates the exact 710x428 ratio */
        padding-bottom: 60.3%; 
        height: 0;
        overflow: hidden;
        max-width: 710px; /* Stops it from getting bigger than 710px */
        margin: 0 auto;   /* Centers the video on the page */
        background: #000;
    }

.video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }