@charset "UTF-8";
#container {
	background-color: #FC6;
	height: 1000px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 2px double #630;
}
#videocontainer {
	background-color: #Fc6;
	text-align: center;
	height: 720px;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #963;
}
#videoheader {
	height: 200px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 0px;
}
body {
	background-color: #c96;
	background-image: none;
}
#videosidebar {
	background-color: #F93;
	text-align: center;
	position: absolute;
	height: 470px;
	width: 180px;
	left: 0px;
	top: 200px;
}
#main {
	position:absolute;
	left:180px;
	top:200px;
	width:460px;
	height:730px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background-color: #FC6;
	padding-bottom: 10px;
	background-image: none;
}
#leftsidebar {
	height: 730px;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 200px;
	background-color: #F93;
	text-align: center;
	padding: 10px;
}
#header {
	background-color: #FFF;
	height: 200px;
	width: 900px;
}
#rightsidebar {
	background-color: #C93;
	position: absolute;
	height: 720px;
	width: 220px;
	left: 660px;
	top: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 15px;
}
#footer {
	background-color: #963;
	position: absolute;
	height: 40px;
	width: 900px;
	left: 0px;
	top: 950px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 2;
}
.navbar {
	font-size: 24px;
	color: #000;
	font-style: normal;
	font-weight: bolder;
}
#videomain {
	text-align: center;
	height: 470px;
	width: 570px;
	position: absolute;
	left: 180px;
	top: 200px;
}
#videofooter {
	background-color: #996633;
	text-align: center;
	position: absolute;
	height: 50px;
	width: 750px;
	left: 0px;
	right: 550px;
	top: 670px;
}
#container #main table tr td p {
	text-align: center;
}
#table {
	text-align: center;
	border: 2px solid #960;
	position: absolute;
	background-position: center center;
	left: 66px;
	top: 122px;
}
#container #main #Contact {
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.labels {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #630;
	font-weight: bold;
	text-align: left;
}
