/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#eeead0;
	text-align:center;
}
.Page_Container {
	width: 850px;
	height:auto;
	background-image:url(/images/advantage_background.gif);
	background-repeat:repeat;
}
.Top_Header {
	background-image:url(/images/advantage_dj_banner.jpg);
	background-repeat:no-repeat;
	height: 181px;
	width: 850px;
}

.Content_Section_left {
	float:left;
	height:auto;
	width: 453;
	padding-top:10px;
	position: relative;
}
.Content_Section_right {
	float:left;
	height:auto;
	width: 300px;
	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: #062b71;
}
.footer_text a {
	color: #062b71;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #751b0a;
	font-weight: bold;	
	text-decoration: none;
}	

.hidden_text {
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #fff8de;
}
/** {
	margin: 0;
	padding: 0;
	color: #333; 
	background-color:#996600;
}

/******************* TOP NAVIGATION TEXT *******************/
.right_navigation {
	width: 260px;
	position:relative;
	text-align:left;
	padding-right:35px;
	padding-left:38px;
	float:left;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #490f08;
}
.right_navigation a {
	color: #490f08;
	font-weight: bold;	
	text-decoration: none;
}
.right_navigation a:hover {
	color: #062f8b;
	font-weight: bold;	
	text-decoration: none;
}

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

/******************* INFO PAGE CONTENT SECTIONS *******************/
.left-content {
	width:425px;
	padding-left:58px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color: #380c07;
	float: left;
}
.left-content a {
	color: #380c07;
	font-weight: bold;	
	text-decoration: none;
}
.left-content a:hover {
	color: #0f49ac;
	text-decoration: none;
}

.picture_padding {
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:10px;
}
.index_pading {
text-align:center;
padding-top:60px;
}
.fancy_title {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#c15b03;
font-style:italic;
font-weight:bold;
}

