body
{
	background-color: #FFFFFF;	/*White*/
	overflow: hidden;
	height: 100%;
}

div.header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #000000;	/*Black*/
	text-align: center;
}

h1.header
{
	font-family: "Lobster", cursive;
	font-size: 3em;
	color: #FFFFFF;	/*White*/
}

div.search
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 20px;
	text-align: right;
}

div.reel-left
{
	position: absolute;
	top: 80px;
	left: 0px;
	height: 88%;
	width: 80px;
	background: url("../img/reel.jpg");
}

div.content
{
	height: 610px;
	width: 830px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	overflow-y: auto;
	overflow-x: hidden;
}

table.content
{
	width: 830px;
	border: 0px;
}

div.video
{
	height: 300px;
	width: 830px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
}

div.reel-right
{
	position: absolute;
	top: 80px;
	right: 0px;
	height: 88%;
	width: 80px;
	background: url("../img/reel.jpg");
}

div.footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000000;	/*Black*/
	text-align: center;
}

p.footer
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;	
	color: #FFFFFF;	/*White*/
}

img.icon
{
	height: 16px;
	width: 16px;
	border: 0px;
}