html {
    overflow: -moz-scrollbars-vertical;
	overflow: scroll;	
}
body{
	margin:0px;
	padding:0px;
	background: url(../images/body_images/bg.jpg) no-repeat top center #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#adadad;
	}
h1,h2,h3,h4,h5,h6,div,img,ul,li{
	margin:0px;
	padding:0px;}
	
P{
	margin:0px;
	padding:0px;
	line-height:18px;}
	
#maincontainer{
	margin:0px auto;
	padding:0px;
	width:930px;
	overflow:hidden;
	}

/*******************************************************   Header start here	**************************************************************/
	
#header{
	margin:0px;
	padding:0px;
	width:930px;
	background:url(../images/header_images/logo_bg.jpg) no-repeat top left ;
	height:234px;
	float:left;
	}
	
#header .logo{
	margin:54px 0px 0px 0px;
	padding:0px;
	width:205px;
	height:103px;
	float:left;}
	
#header .flash_section{
	margin:0px;
	padding:0px;
	width:589px;
	height:204px;
	float:right;
}
	
/*******************************************************   body start here	**************************************************************/

#bodycontainer{
	margin:0px;
	padding:0px;
	margin-top:5px;
	border-left:solid 1px #373737;
	border-right:solid 1px #373737;
	border-bottom:solid 1px #373737;
	border-top:solid 1px #373737;
	width:928px;

	}
	
#bodycontainer .border{
	margin:0px;
	padding:0px;
	background:#000;
	border:solid 7px #191919;
	width:914px;
	float:left;
}
	
.border .midlle_section{
	width:771px;
	padding:10px 10px 10px 10px;
	text-align:center;
}
		
	
/*******************************************************   body Ends here	**************************************************************/
/*******************************************************   footer start here	**************************************************************/

#footer{
	width:930px;
	/* background:url(../images/footer_images/footertop_bg.gif) repeat-x left top; */
	padding:0px 0px 0px 0px;
	float:left;
}
#footer .footertop{
	width:930px;
	margin:0px;
	padding-bottom:8px;
	float:left;
}
#footer .footertop img{
	float:left;
	margin-right:9px;
	border:0px;
}

#footer .footer_nav{
	margin:4px 0px 0px 0px;
	padding:0px;
	float:left;
	width:930px;
	background:#000000;
	}
	
#footer .footer_nav p{
	margin:0px;
	padding:3px 11px 3px 0px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#343434;
	text-align:right;	
	}
	
.footer_nav ul{
	margin:0px;
	padding:0px 0px 0px 4px;
	list-style:none;}
	
.footer_nav ul li{
	margin:0px;
	padding:3px 7px;
	font-family:"Trebuchet MS" ;
	font-size:11px;
	float:left;
	background:url(../images/footer_images/footernavi_line.gif) no-repeat right 8px;
	}
	
.footer_nav ul li a {
	color:#999;
	text-decoration:none;}
	
.footer_nav li.selected a { /*Selected Tab style*/
	color:#FFF;
}
	
.footer_nav ul li a:hover{
	color:#adadad;
	text-decoration:none;
}