.header {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 280px;
	top: 0px;
	width: 100%;
	left: 0px;
	padding-top: 10px;
}
.menu {
	position: absolute;
	width: 200px;
	top: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}

.instructions {
	font-size: 14px;
	font-style: italic;
}

.main {
	top: 280px;
	position: absolute;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
	padding: 10px;
	background-image: url(images/lbluebg.jpg);
}
a:link {
	text-decoration:none; color: #003399;
}
a:visited {
	text-decoration:none; color: #003399;
}
a:hover {
	color : #FF0000; 
}

#player {
width:480px;
height:320px;
background-color:#000000;
margin:0px 0px 0px 0px;
padding:0;
}

#player2 {
width:480px;
height:270px;
background-color:#000000;
margin:0px 0px 0px 0px;
padding:0;
}

#youtube {
width:425px;
height:344px;
background-color:#000000;
margin:0px 0px 0px 0px;
padding:0;
}

#playlist {
width:205px;
height:320px;
overflow-y: scroll;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
margin: 0;
}

#playlist2 {
width:205px;
height:270px;
overflow-y: scroll;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
margin: 0;
}

#YTplaylist {
width:205px;
height:344px;
overflow-y: scroll;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
margin: 0;
}

.plEntry {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #F0F0F0;
margin: 0 0 4px 0;
padding: 5px;
border: 1px solid #999999;
cursor:pointer;
}

