
/*<head></head> */
* { padding: 0; margin: 0; }

body {
	background: #eaeaea url(/images/kingstonvideo_com/bodyBackground.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Georgia, Serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	}
	
#bodyContainer {
	width: 1000px;
	margin: 0 auto;
	}
	
#header {
	background: url(/images/kingstonvideo_com/headerBackground.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 955px;
	height: 140px;
	margin: 0 auto;
	padding: 10px;
	}
	
#header h1 {
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	margin-top: 8.5%;
	margin-left: 25px;
	}
	
#headerDescription {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-left: 105px;
	margin-top: -5px;
	}
	
#navigationContainer {
	width: 945px;
	padding: 10px 0px 10px 10px;
	margin: 0 auto;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
	}
	
#navigationContainer ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#navigationContainer a {
	color: #006699;
	text-decoration: none;
	padding: 10px;
	position: relative;
	}
	
#navigationContainer li.selected a {
	background: #b7d6ea;
	padding: 14px;
	}
	
#navigationContainer li.selected a:hover {
	color: #006699;
	}
	
#navigationContainer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#navigationUpload a {
	background: #ff3300;
	border: 1px solid #b4b4b4;
	color: #fff;
	font-weight: bold;
	position: relative;
	}
	
#navigationUpload a:hover {
	background: #ff6600;
	border: 2px solid #ffcc66;
	padding: 20px;
	position: relative;
	}
	
.clear {
	clear: both;
	}
	
#contentWrap {
	background: #fff;
	border: 1px solid #b4b4b4;
	width: 931px;
	padding: 10px;
	margin: 0 auto;
		margin-top: 18px;
	}
	
#contentWrap blockquote {
	width: 420px;
	margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
	
#contentInnerLeft {
	width: 630px;
	padding: 10px;
	margin: 10px;
	float: left;
	}
	
#contentInnerLeft h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #b4b4b4;
	}
	
#contentInnerLeft p {
	margin: 10px 0px 10px 0px;
	}
	
.submissionContainer {
	margin: 10px 0px 10px 0px;
	display: block;
	}
	
.submissionVideo {
	background: #ccc;
	width: 320px;
	padding: 10px;
	border: 1px solid #b4b4b4;
	}
	
.submissionDetails {
	float: right;
	width: 250px;
	margin-top: 20%;
	}
	
.submissionTitle a {
	color: #ff3300;
	font-weight: bold;
	}
	
.submissionTitle a:hover {
	color: #ff6600;
	}
	
#contentInnerRight {
	margin: 10px;
	float: right;
	}
	
#contentInnerRight a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	}
	
#contentInnerRight a:hover {
	text-decoration: underline;
	}

#contentInnerRight p {
	margin: 10px;
	}	

.contentInnerRightBlock {
	background: #d8e6e6;
	border: 1px solid #b4b4b4;
	width: 210px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-align: justified;
	}
	
#contentInnerRight h3 {
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px;
	}

#footerShadow {
	background: url(/images/kingstonvideo_com/footerShadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 955px;
	height: 20px;
	}
	
#submitList ol li{
	display: list-item;
	list-style-type: decimal;
	margin-left: 40px;
	}
	
#formUpload {
	margin-top: 10px;
	}
	
#formName, #formURL, #formEmail {
	font-family: Arial, Sans-Serif;
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 5px;
	color: #666;
	margin-bottom: 5px;
	width: 200px;
	}
	
#formSubmit {
	background: #fff;
	width: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 50px;
	}

#formSubmit:hover {
	border: 1px solid #aaa;
	background: #f1f1f1;
	}
	
#formSubmit:active {
	border: 1px solid #ff0000;
	}
	
.failedvalidation td {
	background-color: #FFFF00;	
}

#contentInnerLeft li {
	list-style-type: disc;
	display: block;
	margin: 2px 30px;
	padding: 0px 5px;
}
