﻿body 
{
	margin: 10px 5px 10px 5px;
	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: Black;
}

div#header
{
	height: 85px;
	width: 100%;
}

	div#header div#logo
	{
		background-image: url('../images/logo.png');
		background-repeat: no-repeat;
	
		height: 85px;
		width: 180px;
	}

	div#header div#name
	{
		height: auto;
		width: 795px;
		
		margin-left: 190px;
		margin-top: -48px;
		
		font-family: "Arial Black", sans-serif;
		font-size: 22pt;
		color: #f7941d;
		text-transform: uppercase;
	}
	
div#title
{
	padding-top: 5px;
	
	height: auto;
	width: 100%;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000d4f;
}

div#speaker
{
	padding-bottom: 5px;
	
	height: auto;
	width: 100%;
	
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	text-align: center;
	color: #0065b6;
}

div#playerContainer
{
	margin: 0 auto 0 auto;
	
	height: auto;
	width: 100%;
}
