﻿/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#000000;
	text-align:center;
}
.Page_Container {
	width: 900px;
	height:auto;
	background-image:url(/images/global/page_background.gif);
	background-repeat:repeat;
}
.Top_Header {
	background-image:url(/images/global/hollywood_header.gif);
	background-repeat:no-repeat;
	height: 162px;
	width: 900px;
}
.Navigation_Section_left {
	float:left;
	width: 240;
	padding-top:5px;
	position: relative;
}
.Content_Section_right {
	float:left;
	height:auto;
	width: 650px;
	padding-top:0px;
	position: relative;

}
.Footer_Section {
	background-image:url(/images/advantage_footer_bk.gif);
	background-repeat:no-repeat;
	width:850px;
	height:95px;
	/*margin-top:800px;*/
	background-position: bottom;
	position:relative;
	float:left;
	vertical-align: baseline;
}
.footer_text {
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1a433;
}
.footer_text a {
	color: #d1a433;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #bdbbb6;
	font-weight: bold;	
	text-decoration: none;
}	

/** {
	margin: 0;
	padding: 0;
	color: #333; 
	background-color:#996600;
}

/******************* TOP NAVIGATION TEXT *******************/
.left_navigation {
	width: 220px;
	position:relative;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d4d3d3;
}
.left_navigation a {
	color: #d4d3d3;
	font-weight: bold;	
	text-decoration: none;
}
.left_navigation a:hover {
	color: #fbcf89;
	font-weight: bold;	
	text-decoration: none;
}

/******************* END OF LEFT NAVIGATION TEXT *******************/

/******************* INFO PAGE CONTENT SECTIONS *******************/
.right-content {
	width:630px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:left;
	color: #e5e8ec;
	float: left;
	min-height:400px;
}
.right-content a {
	color: #e5e8ec;
	font-weight: bold;	
	text-decoration: none;
}
.right-content a:hover {
	color: #f40b0e;
	text-decoration: none;
}
.picture_padding {
padding-left:8px;
padding-right:8px;
padding-bottom:10px;
padding-top:10px;
}
.index_padding {
text-align:center;
padding-top:60px;
}
.fancy_title {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#ffffff;
font-style:italic;
font-weight:bold;
}
.page_title {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fab234;
font-weight:bold;
}
