/* CSS Document */

body{ margin:0px;
     padding:0px;
	 background-color:#ffffff;}
	 
.main{ width:995px;
      height:220px;
	  margin:auto;}
	  
.head-top{ width:995px;
          height:95px;
		  background:url(header-top-bg.jpg);
	      margin:auto;}
		  		  
.fl{float:left;}

.raj{ width:435px;
      height:43px;
	  background:url(rajsthan.jpg) no-repeat;
	  margin-top:32px;
	  margin-left:23px;}

.fr{ float:right;}

.clr{ clear:both;}

.header-img{width:995px;
            height:131px;
	        margin:0px;}
			
			
.icon{width:200px;
      height:10px;
	  padding-top:53px;
	  float:left;}
	  
.text{ font-family:tahoma;
       font-size:12px;
	   color:#000000;
	   text-align:center;
	   font-style:normal;
	   font-weight:bold;}
	   
.nav{ width:995px;
     height:55px;
	 margin:0px;}
	 
.nav-left{ width:9px;
     height:55px;
	 background:url(nav-left.jpg) no-repeat;
	 margin:0px;
	 float:left;}
	 
.nav-bg{ width:977px;
     height:55px;
	 background:url(nav-bg.jpg) repeat-x;
	 float:left;
	 margin:0px;}
	 
.nav-right{ width:9px;
           height:55px;
		   background:url(nav-right.jpg) no-repeat;
	       margin:0px;
		   float:right;}
