* 	{margin: 0;
	padding: 0;}

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
}


#menu{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11pt;
	font-style: none;
}


#navlist li{

	display: inline;
	list-style-type: none;
	padding-right: 30px;
	margin-left: 30px;
	
}

#icons li{

	display: inline;
	list-style-type: none;
	padding-right: 9px;
	margin-left: 0px;
	

		
}


#vidlist {
	margin-top: 25px;
	margin-left: 8px;

}
	  

#vid_info{
	width: 600px;
	margin-bottom: 20px;
}

#debord{
	width: 500px;
	margin-bottom: 20px;

}



#current {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;	
}



.float_left {
	float: left;
    	margin-right: 10px;
		
}




	
p {
	padding-bottom: 10px;
	font-size: 12pt;
	color: #FFFFFF;

}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: none;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}



h2 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: none;
	color: #FFFFFF;	
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: none;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	font-style: none;
	color: #9999ff;
	text-align: center;
	margin-top: 15px;
	
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 5px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	
}


h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	margin-bottom: 5px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	
}



a.imglink:hover { 
	border: 0; 
	background-color: inherit;
	
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}
		
a:visited {
	color: #ffffff;
    text-decoration: underline;
}
		   
a:hover {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;
}
		  
a:active {
	color: #000000;
    text-decoration: underline;
}

