body, html
{
	background-color: #170D02;
	background-image: url(../images/bg_pinstripe.jpg);
	width: 100%;
	height: 100%;
}

a:link 
{
	color: #B00000;
}

a:visited 
{
	color: #B00000;
}

a:hover 
{
	color: #B00000;
}

a:active 
{
	color: #B00000;
}

#main_container
{
	position: absolute;
	width: 744px;
	margin-top: 50px;
	margin-left: 125px;
}

#blurb_01
{
	padding-left: 18px;
	padding-right: 18px; 
	font-size: 100%; 
	color: #DED0A3;
}

#blurb_02
{
	padding-left: 18px;
	padding-right: 18px; 
	font-size: 85%; 
	color: #DED0A3;
}

#main
{
	position: absolute;
	width: 744px;
	height: 453px;
	background-image: url('../images/home_bg.jpg');
}

#main_text
{
	position: absolute;
	padding: 0 5px 0 0; 
	width: 459px; 
	height: 170px; 
	left: 280px;
	top: 211px;
	font-size: 92%; 
	overflow: auto;
	z-index: 100;
}

#main_cover
{
	position: absolute;
	width: 744px;
	height: 453px;
	z-index: 200;
	background-color: #000;
}

#nav_bar_1
{
	position: absolute;
	left: 280px;
	top: 381px;
	width: 456px;
	height: 20px;
	background-color: #800;
	background-image: url(../images/redbar.png);
}

#home
{
	position: absolute;
	top: -4px;
	left: 20px;
}

#corporate
{
	position: absolute;
	top: -4px;
	left: 108px;
}

#trailers
{
	position: absolute;
	top: -4px;
	left: 277px;
}

#nav_bar_2
{
	position: absolute;
	left: 280px;
	top: 403px;
	width: 456px;
	height: 20px;
	background-color: #800;
	background-image: url(../images/redbar.png);
	z-index: 10;
}

#promo
{
	position: absolute;
	top: -4px;
	left: 20px;
}

#narration
{
	position: absolute;
	top: -4px;
	left: 200px;
}

#contact
{
	position: absolute;
	top: -4px;
	left: 332px;
}

#nav_bar_trim
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#media_player
{
	position: absolute;
	right: 8px;
	bottom: 8px;
}

p.pre_space
{
	margin-top: 10px; 
}

span.bold
{
	font-weight: bolder;
}
