a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.MELV #floatleft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 23px;
	margin-right: 23px;
	width: 200px;
	margin-top: 30px;
}


.videopage #container {
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

.videopage #playercontainer {
	text-align: center;
	margin: 0 auto;
	padding-left: 265px;
	padding-right: 265px;
}

.videopage #logooffset {
	height: 125px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	padding-left: 20px;
}

.videopage #header {
	height: 125px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}


.videopage #navigation {
	text-align: center;
	height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	word-spacing: 10px;
	font-weight: bold;
}

.videopage #footer {
	width: 1000px;
	height: 40px;
	padding-top: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	float: none;
}
