body {
	font-family: arial, verdana, sans-serif;
	font-size: 0.80em;
	color: #FFF;
	background-color: #000;
	background-image: url('../img/bg-graphic-black.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
img, input {
	_behavior: url('/resource/js/iepngfix.htc');
}
p {
	margin-bottom: 1em;
}

#content {
	width: 530px;
	margin: 30px auto;
	display: inline-block;
}
#content:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
}
#content.terms {
	text-align: left;
}
#content.terms h1 {
	font-size: 150%;
	margin-bottom: 1em;
}
#content.terms h2 {
	font-size: 140%;
	margin-bottom: 1em;
}

div.upload {
	width: 830px;
	margin: 0 auto;
	position: relative;
	left: 70px;
	text-align: center;
}
div.upload p {
	position: relative;
	left: -50px;
	margin-bottom: -30px;
}
div.rules {
    width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}
div.rules p {
	margin-bottom: 0;
}
#footer {
	background-image: url('../img/ruled-line.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

#footer ul {
	width: 530px;
	padding-left: 25px;
	padding-top: 20px;
	margin: 0 auto;
	
}
#footer ul li {
	float: left;
	display: inline;
}

.left {
	width: 195px;
	float: left;
	text-align: right;
}
.right {
	width: 320px;
	float: right;
	text-align: left;
	margin-left: 5px;
}
.left img {
	margin-top: 20px;
}
.left div img {
	margin-bottom: 0.7em;
	margin-top: 0;
}

#gallery {
	width: 805px;
	text-align: left;
	margin: 20px auto;
	display: inline-block;
}
#gallery .left {
	float: left;
	width: 260px;
}
#gallery .left img {
	margin-top: 75px;
}
#gallery .right {
	float: right;
	width: 145px;
}
#gallery:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
}
#gallery #player{
	float: left;
}
#gallery #video_nav {
	float: left;
	border: 1px dashed #FC002F;
	border-left: none;
	width: 265px;
	height: 323px;
	background-color: #000
}

#gallery #video_nav ul {
	width: 240px;
	_width: 220px;
	margin: 20px auto;
	_margin-left: 20px;
	height: 290px;
	overflow: auto;
	overflow-x: hidden;
}
#gallery #video_nav ul li {
	height: 65px;
	border-bottom: 1px dashed #FC002F;
	display: inline-block;
	width: 240px;
	_width: 220px;
	padding-top: 10px;
}
#gallery #video_nav ul li:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
}
#gallery #video_nav ul li .image_left {
	width: 50px;
	float: left;
	margin-right: 10px;

}
#gallery #video_nav ul li .description_right {
	width: 170px;
	_width: 140px;
	float: right;
}
#gallery #video_nav ul li .description_right a {
	color: #FFF;
}


form {
	margin-top: 20px;
}

form span {
	display: none;
}
form input.text, form select {
	width: 287px;
	background-image: url('../img/gradient-form.gif');
	background-repeat: repeat-x;
	color: #FFF;
	border: none;
	margin-bottom: 1em;
	height: 20px;
}
form input.hide {
	display: none;
}
form select {
	background-color: #404041;
}
form fieldset {
	margin-bottom: 0.7em;
}
form fieldset label a {
	color: #FC002F;
	text-decoration: none;
}
form fieldset label a:hover {
	text-decoration: underline;
}

div.validation_summary {

}
div.validation_summary * {
	font-size: 110%;
}

.error {
	font-size: 120%;
	font-weight: bold;
}

.red {
	color: #FC002F;
}
