/* CSS Document */
#header
	{
	width:100%;
	 }
#top-nav
	 {
	width:100%;
	background-image:url(img/rajasthan_08.jpg);
	background-repeat:repeat-x;
	
		 }
	 
#middle
  {
  width:100%;
  float:left;
  }
#md-left
  {
  width:25%;
  float:left;
  height:inherit;
  }
 #md-rt
  {
  width:74%;
  float:left;
  border:#FFCC66 1px solid;
  }
  #md-rt-1
  {
   width:100%;
   float:left;
   background-image:url(../img/main_24.jpg);
   background-repeat:repeat-x;
   height:112px;
   margin:0px;
   border-bottom:solid #FF9900 1px;
   }
   #md-rt-2
  {
   width:100%;
   float:left;
   background-image:url(../img/main_29.jpg);
   background-repeat:repeat-x;
   height:112px;
   border-bottom:solid #FF9900 1px;
   }
   #md-rt-3
  {
   width:100%;
   float:left;
   background-image:url(../img/main_37.jpg);
 background-repeat:repeat-x;
   height:112px;
   
   }
  #left
  {
  width:96%;
  float:left;
  border:solid #FF9900 1px;
  margin-left:3px;
  }
 #middle-top
   {
   width:100%;
   padding-top:5px;
     padding-bottom:5px;
	   
  }
  #md-top-1
   {
   width:50%;
   float:left;
     
    }
  #md-top-2
   {
   width:50%;
   float:left;
   
    }
  #md-top-3
   {
   width:50%;
   float:left;
   
     }
 #md-top-4
   {
   width:50%;
   float:left;
   
     }
 #main-top
   {
   width:100%;
   float:left;
   padding-top:5px;
   margin-left:0px;   
     }
 
 #md-bottom
 {
  width:100%;
  background-image:url(../img/bg_03.jpg);
  background-repeat:repeat-x;
  border:#FF9900 solid 1px;
    }
 #footer
 {
 	width:100%;
	background-color:#fbcc65;
	height:25px;
	float:left;
 }