body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	background-color:#333;
}
div {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

img {
	border: 0 none;	
}
a {
	color: #22C;
}
a:hover {
	color: #C20;
}
ul {
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#container {
	width: 980px;
	height: 100%;
	background-color:#FFF;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	background-color: #000;
	background-image: url(images/header_alt.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	text-indent: -1000em;
	overflow: hidden;
}
#innercontainer {

}
#sidebar {
	width: 320px;
	float: right;
	padding-top: 20px;
}
#content {
	padding: 20px;
	width: 620px;
	background-color:#FFF;
}
#logos {
	text-align: center;
}
#logos a img {
	margin-right: 5px;
	margin-left: 5px;
}


.label {
	background-color: #666666;
	background-image: url(images/label_grey_end.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-position: right top;
	height: 19px;
	float: left;
	margin-bottom: 8px;
	margin-left: -20px;
	line-height: normal;
}
.extlink {
	background-image: url(images/extlink_arrow.gif);
	background-repeat: no-repeat;
	clear: left;
	background-position: left 7px;
	text-indent: 10px;
	margin-left: 10px;
}
.extlink a {
	color: #000;
	text-decoration: none;
}
.extlink a:hover{
	color: #222;
	text-decoration: underline;
}
.logo {
	float: left;
}

.labelblack {
	background-color: #000000;
	background-image: url(images/label_black_end.gif);
	margin-left: 0px;
}
.text {
	clear: left;
	margin-bottom: 20px;
}
.creditlabel {
	width: 160px;
	float: left;
}
.seperator {
	background-color: #b2b2b2;
	height: 1px;
	width: 620px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.videoplayer {
}

