body {
	background-image: none;
	background-color: black;
	color: white;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border: 0;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link { 
	color: #ccff33;
	text-decoration: none;
}
a:visited {
	color: #ccff33;
	text-decoration: none;
}
a:active {
	color: #ccff33;
	text-decoration: underline;
}
a:hover {
	color: #ccff33;
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	background-color: black;
	color: #ccff33;
	font-family: sans-serif;
}

hr { width: 90%; }

.centred {
	margin-left: 10%;
	margin-right: 10%;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	margin: 0; 
	padding: 0; 
	width: 70em;
	height: 8.5em;
	overflow: hidden; 
	background: #000;
}

#menu li {
	display: inline;
	list-style-type: none; 
}

#menu li a {
	display: block;
	float: left;
	text-decoration: none; 
	margin: 0; 
}

#menu li a img {
	opacity: 0.7;
	margin: 0.5em;
	border: 0;
	float: left;
}

#menu li a span {
	display: none; 
}

#menu li a:hover {
	background: #000;
}

#menu li a:hover img {
	opacity: 1;
}

#menu li a:hover span {
	width: 11em;
	color: #aaa;
	display: block; 
	cursor: pointer;
	float: left;
}

#menu .h2 {
	margin: 0 5px; 
	padding: 0; 
	color: #CCFF33; 
	font-size: 1.25em; 
	border: 0;
}

#menu .h3 {
	margin: 0 5px; 
	padding: 0; 
	font-size: 1.25em; 
	color: #CCFF33;
	border: 0;
}

.outer {
	background: transparent; 
	font-size: 0.9em;
}

table.main {
	width: 100%;
}

table.main td.left {
	
	
}

table.main td.left table.categories {
	width: 200px;
	padding: 10px;
	font-weight: bold;
	height: 282px;
	background: black url(categories.jpg) no-repeat left top;
	border-top: 2px groove #dddddd;
	border-right: 2px ridge #dddddd;
	border-bottom: 2px ridge #dddddd;
	padding-bottom: 195px;
	
}

table.main td.left table.categories td {
	color: navy;
	padding: 2px 5px;
	
}

table.main td.left table.categories td.l1 a {
	color: black;
}

table.main td.left table.categories td.l1 {
	border-bottom: 1px solid black;
}

table.main td.left table.categories td.l1_over {
	background-color: red;
	border-bottom: 1px solid white;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}

table.main td.left table.categories td.l1_over a,
table.main td.left table.categories td.l1_over a:hover {
	color: white;
	text-decoration: none;
}

table.main td.content {
	width: 100%;
	padding-left: 10px;
	padding-right: 5px;
}

table.main td.content p.realplayer {
	background: transparent url(Videos/realplayer_small.gif) no-repeat left center;
	padding: 5px 0px 5px 40px;
}

table.main td.content p.mediaplayer {
	background: transparent url(Videos/mediaplayer_small.gif) no-repeat left center;
	padding: 5px 0px 5px 40px;
}

table.main td.content p.quicktime {
	background: transparent url(Videos/quicktime_small.gif) no-repeat left center;
	padding: 5px 0px 5px 40px;
}

table.main td.content table.legend td.icon {
	width: 60px;
}

table.main td.content table.legend td.desc {
	vertical-align: middle;
	padding-left: 20px;
}

iframe {
	width: 95%;
	height: 400px;
}



table.partnersincrime {
	border: 1px solid #ff6600;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.partnersincrime#sub {
	background-color: #eeeeee;
	border: 0;
	width: 100%;
}

table.partnersincrime td#nowrapping { white-space: nowrap; }

td#nowrapping { white-space: nowrap; }

td.center#nowrapping {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

table.partnersincrime td#nowrapping table.partnersincrime#sub td.center#nowrapping {
	width: 1%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	background-color: #ffffff;
}

hr.special {
	width: 50%;
	border: 1px solid black;
}

table.partnersincrime table.partnersincrime#sub td.center a img { width: 100px; height: 100px; }