/*
Becky Hutner.  Editor.

URI:  http://www.beckyhutner.com/

Author:  Shoehat Design
Author URI:  http://www.shoehatdesign.com/
*/

body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: #333333;
	text-align: center;
	color: #A2A2A2;
}

a {
	color: #A2A2A2;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

p, td, tr, table, div, img {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	border: none;
	text-align: center;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

#whole {
	width: 600px;
	height: 540px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 600px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	background: url('images/header.gif') no-repeat;
}

#middle {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	background: url('images/middle.gif') repeat-y;
}

#contentheader {
	margin: 0 auto;
	width: 560px;
	height: 182px;
	text-align: left;
}

#content {
	margin: 20px auto 0 auto;
	width: 560px;
	height: 175px;
	text-align: left;
	overflow: auto;
}

#content img {
	margin: 3px;
}

#footer {
	width: 600px;
	height: 24px;
	margin: 0 auto;
	text-align: left;
	background: url('images/footer.gif') no-repeat;
}

#footer img {
	margin: 0 20px;
}

#reelone {
	width: 120px;
	height: 150px;
	padding: 0px 6px;
	text-align: center;
	float: left;
}

/* --- Javscript Video Box --- */

#videoboxcontainer {
	width: 560px;
	text-align: center;
	margin: 0px auto;
}

#videoboxcontainer > div#videobox {
	margin: 0 auto;
}

#videobox {
	margin: 0px auto 0px -280px;
	position: absolute;
	top: 100px;
	width: 560px;
	height: 342px;
	background: #333333;
	z-index: 9;
	text-align: center;
}

#minilink {
	font-size: 10px;
}

.unhiddenvideo {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

.hiddenvideo {
	display: none;
}

