/* body and background stuff */

body 
{
	margin: 0;
	padding: 0;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-color: black;
	text-align: center;
	overflow: auto; 
}


/* Command Box Web Alignment Table */
.alignmentTable,
{
}


/* header and navigation */
ul#nav
{
	float:right;
	font: bold 12px Verdana;
	letter-spacing: 2px;
	text-transform: lowercase;
	line-height: 20px;
	background-color: #bf111a;
	width: 100px;
	padding: 2px 2px 3px 8px;
	/*border-right: 5px solid black;*/
	margin: 0px;
	list-style-type: none;
}

ul#nav a:link, ul#nav a:active, ul#nav a:visited
{
	color: #ffffff;
	text-decoration: none;
}

ul#nav a:hover
{
	color: #000000;
	text-decoration: none;
}


#header
{
	float: left;
	font-family: Verdana;
	color: white;
	font-size: 32px;
	letter-spacing: 27px;
	padding: 15px 5px 5px 5px;
}

#header a, #header a:visited, #header a:link, #header a:hover
{
	text-decoration: none;
	color: white;
}


#container
{
	float: center;
	color: white;
	margin-top: 25;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	text-align: left;
}



/* subnavigation */
#subnavigation
{
	float: left;
	width: 150px;
}

#subnavigation a, #subnavigation a:visited, #subnavigation a:link, #subnavigation a:hover
{
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: bold;
}


/*- subnavigation */


/* content */
#content
{
/*	padding: 10px 0 0 15px;*/
	padding-bottom: 10px;
	float: left;
	font: bold 11px Verdana;
	color: white;
	letter-spacing: 1px;
/*	width:785px !important;*/
	width: 800px;
	background-color: #000;
}

#contentPadder
{
	position: relative;
	top: 10px;
	left: 15px;
	padding-bottom: 10px;
	width: 775px;
}

#content p
{
	margin: 0 0 12px 0;
}

#contentCopy
{
	padding: 0 0 0 10px;
	float: left;
	width: 610px;
}
/* 610px. */	

#contentFull
{
	padding: 21px 0 0 0;
}
/* This is for a full width content area. */	

/* Home page content */
#homeContent
{
	float: left;
	width: 472px;
	padding: 41px 0 0 0;
}

#videoContent
{
	position: relative;
	left: 10px;

	float: left;
	width: 284px;
	border-left: 15px solid #000;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

#videoContent #videosHeader
{
	padding-bottom: 18px;
}

#videoContent .videoThumbContainer
{
	display: block;
/*	float: left;*/
	padding: 0;
	border: 0;
}


#bioContainer
{
	float: left;
	position: relative;
	width: 600px;
	height: 360px;
}

#bioContainer .thumb
{
	position: absolute;
	background-color: #000;
	width: 125px;
	height: 72px;
}

#bioContainer .thumb img
{
	position: absolute;
	left: 0;
	top: 0;
}

#bioContainer .thumb span
{
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	color: #bf1119;
}
/*- End Home page content */






/* footer */
#footer {
	float: left;
	font: bold 10px Verdana;
	letter-spacing: 2px;
	color: #ffffff;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 123px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
	color: #FFF;
	text-decoration: none;
}

	
#footer em
{
	color: #bf1119;
}

#words
{
	position:relative;
	bottom: 48px;
	left: 30px;
	word-spacing: 5px;
	font: bold 12px Verdana;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: center;
}




/* FCKEDITOR Classes */
#fckEditorArea
{
	padding: 6px;
	background-image: none;
	background-color: #000;

	font: bold 11px Verdana;
	color: white;
	letter-spacing: 1px;
	text-align: left;
}