
/*HEADER BAR STYLING*/
	*{
		border: none;
		padding: 0px;
		margin: 0px;
	}
	#header{
		z-index:10;
		background-color: #c94b06;
		width: 100%;
		min-width: 900px;
		height: 65px;
		min-height: 60px;
		position: fixed;
		top: 0;
		left: 0px;
	}
	#nav{
		position: absolute;
		top: 35px;
		right: 280px;
	}
	.aa{
		z-index: 1;
		position: fixed;
		top: 593px;
		right: -200px;
		border: none;
	}
	.logo{
		position: absolute;
		left: -40px;
		border: none;
		height: 65px;
		min-height: 60px;
	}
	.navs{
		color: white;
		text-decoration: none;
		font-weight: 500;
		font-size: 14px;
	}
	.ant{
		position: absolute;
		right: 10px;
		top: 13%;
		border: none;
		
	}
	a{
		color: white;
		text-decoration: none;
		border: none;
	}
	.current{
		color: #ffd235;
	}
/*INFO BAR STYLING*/
	#info_box{
		z-index:3;
		background-color: #1f1f1f;
		width: 300px;
		height: 75%;
		max-height: 500px;
		min-height: 500px;
		position: fixed;
		top: 80px;
		left: 0px;
		right: 0px;
		overflow: hidden;
	}
	.waterMark{
		position: fixed;
		top: 130px;
		left: -385px;
	}
/*MAIN BODY STYLING*/
	#main{
		z-index:2;
		background-color: #1f1f1f;
		width: 100%;
		height: 75%;
		max-height: 500px;
		min-height: 500px;
		position: fixed;
		top: 80px;
		left: 0px;
		right: 0px;
		overflow: hidden;
		
	}
	#main/* */{
		filter:alpha(opacity=80);
  		opacity:0.9;
	}
/*FOOTER STYLING*/
	#footer{
		z-index:4;
		width: 100%;
		height: 30px;
		position: fixed;
		top: 582px;
		left: 0px;
		filter:alpha(opacity=80);
  		opacity:0.9;
	}
	#news{
		margin-left: 12px;
		float:left;
		width: 50%;
	}
	#news_line{
		float:left;
		margin-left: 12px;
		padding-top:5px;
		width: 50%;
	}
	#main_content{
		z-index:2;
	}
	.news{
		position: relative;
		top: 5px;
		float:left;
		color: #c94b06;
		font-style:italic;
		font-weight: 700;
		font-size: 20px;
	}
	#disclaimer{
		float:left;
		min-width: 600px;
		width: 600px;
		position: inherit;
		left: 85px;
		color: #c94b06;
		font-weight: 100;
		font-size: 10px;
	}
	#cont_nav{
		float:right;
		position: relative;
		right: 25px;
	}
	
/*INFO BOX CONTENT*/
	#info{
		z-index: 5;
		width: 270px;
		height: 470px;
		position: fixed;
		top: 100px;
		left: 10px;
	}
	#info2{
		z-index: 5;
		width: 270px;
		height: 470px;
		position: relative;
		top: 20px;
		left: 10px;
		margin-top:70px;
	}
/*INT NAV STYLES*/
	#v1,#v2,#v3,#v4,#v5{
		float:right;
		visibility: hidden;
		
	}
	#curser, #curser2, #curser3, #curser4, #curser5{
 		float:left;
		visibility:hidden;
	}
	.nav-hoover{
		float:left;
	}
