/* Styles CSS Document */

h1, h2, h3, h4
{
	font-family: 'Tahoma';
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

div#Content h1
{
	background: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	margin-top: 10px;
	padding-left: 10px;
	line-height: 25px;

}

	div#Content #Latest h1
	{               
		padding-top: 5px;
		font-size: 16px;
	}
	
	div#Content #Populair h1
	{
		font-size: 16px;
	}
	
	div#Content #Rating h1
	{
		font-size: 16px;
	}

div#RightContent h1
{
	margin-top: 10px;
	padding-left: 5px;
	font-size: 19px;
	line-height: 25px;
	background: url(../img/header_bg_player.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

div#VideoPlayer
{
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-align: right;
}

div#VideoPlayer h2
{
	text-align: left;
	padding-left: 20px;
	font-size: 19px;
}


div#VideoPlayer a
{
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}	

