﻿body {
	background-color: #000000;
}
h1 {
    width: 800px;
	height: 71px;
	margin: 0 auto;
	background-image: url("/Content/Images/LogoSmall.gif");
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	text-indent: -9999px;
}
/* navigation */
nav {
	margin-bottom: 10px;
	width: 742px;
	margin: 0 auto 20px auto;
}
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav ul li {
	overflow: hidden;
	text-indent: -9999px;
}
/* list */
nav ul li.pprev {
	width: 136px;
	height: 25px;
	float: left;
}
nav ul li.pprev a {
	display: block;
	width: 136px;
	height: 25px;
	background-repeat: no-repeat;
}
nav ul li.pnext {
	width: 136px;
	height: 25px;
	float: right;
}
nav ul li.pnext a {
	display: block;
	width: 136px;
	height: 25px;
	background-repeat: no-repeat;
}
nav ul li.pback {
	width: 175px;
	height: 35px;
	background-image: url("/Content/Images/NavIndex.gif");
	background-repeat: no-repeat;
	margin: 0 auto;
}
nav ul li.pback a {
	display: block;
	width: 175px;
	height: 35px;
}
nav ul li.pprev1 a {
	background-image: url("/Content/Images/Navigation/PagePrev1.gif");
}
nav ul li.pprev2 a {
	background-image: url("/Content/Images/Navigation/PagePrev2.gif");
}
nav ul li.pprev3 a {
	background-image: url("/Content/Images/Navigation/PagePrev3.gif");
}
nav ul li.pprev4 a {
	background-image: url("/Content/Images/Navigation/PagePrev4.gif");
}
nav ul li.pprev5 a {
	background-image: url("/Content/Images/Navigation/PagePrev5.gif");
}
nav ul li.pprev6 a {
	background-image: url("/Content/Images/Navigation/PagePrev6.gif");
}
nav ul li.pprev7 a {
	background-image: url("/Content/Images/Navigation/PagePrev7.gif");
}
nav ul li.pnext1 a {
	background-image: url("/Content/Images/Navigation/PageNext1.gif");
}
nav ul li.pnext2 a {
	background-image: url("/Content/Images/Navigation/PageNext2.gif");
}
nav ul li.pnext3 a {
	background-image: url("/Content/Images/Navigation/PageNext3.gif");
}
nav ul li.pnext4 a {
	background-image: url("/Content/Images/Navigation/PageNext4.gif");
}
nav ul li.pnext5 a {
	background-image: url("/Content/Images/Navigation/PageNext5.gif");
}
nav ul li.pnext6 a {
	background-image: url("/Content/Images/Navigation/PageNext6.gif");
}
nav ul li.pnext7 a {
	background-image: url("/Content/Images/Navigation/PageNext7.gif");
}
nav ul li.prev {
	background-image: url("/Content/Images/Navigation/MediaPrevDisabled.gif");
}
nav ul li.prev1 {
	background-image: url("/Content/Images/Navigation/MediaPrev1.gif");
}
nav ul li.prev2 {
	background-image: url("/Content/Images/Navigation/MediaPrev2.gif");
}
nav ul li.prev3 {
	background-image: url("/Content/Images/Navigation/MediaPrev3.gif");
}
nav ul li.next {
	background-image: url("/Content/Images/Navigation/MediaNextDisabled.gif");
}
nav ul li.next1 {
	background-image: url("/Content/Images/Navigation/MediaNext1.gif");
}
nav ul li.next2 {
	background-image: url("/Content/Images/Navigation/MediaNext2.gif");
}
nav ul li.next3 {
	background-image: url("/Content/Images/Navigation/MediaNext3.gif");
}
/* media */
nav ul li.prev {
	width: 201px;
	height: 26px;
	background-repeat: no-repeat;
	float: left;
}
nav ul li.prev a {
	display: block;
	width: 201px;
	height: 26px;
}
nav ul li.next {
    width: 169px;
	height: 25px;
	background-repeat: no-repeat;
	float: right;
}
nav ul li.next a {
	display: block;
    width: 169px;
	height: 25px;
}
nav ul li.back {
	width: 198px;
	height: 35px;
	background-image: url("/Content/Images/NavList.gif");
	background-repeat: no-repeat;
	margin: 0 auto;
}
nav ul li.back a {
	display: block;
	width: 198px;
	height: 35px;
}
img.media {
    border: 5px solid #fff;
    display: block;
    margin: 0 auto;
}
table {
    margin: 0 auto;
	width: 775px;
	display: block;
}
table tr td {
    vertical-align: top;
	width: 155px;
	height: 119px;
	background-repeat: no-repeat;
}
table tr td.style1 {
	background-image: url("/Content/Images/ListCell1.gif");
}
table tr td.style2 {
	background-image: url("/Content/Images/ListCell2.gif");
}
table tr td.style3 {
	background-image: url("/Content/Images/ListCell3.gif");
}
table tr td a {
    margin-left: 13px;
	margin-top: 10px;
	display: block;
}
video {
    margin: 0 auto;
    display: block;
	border: 5px solid #fff;
}