@charset "utf-8";
/* CSS Document */

      
      
      #superbar{
        margin:0 auto;
        width:905px;
		height:100px;		
		
      }

      #wrap{
        margin:0 auto;
		width:905px;	
		
		
        
      }
	  
	  #superfooter{
        margin:0 auto;
        width:100%;
		height:40px;
		
		
      }
	  

      

      
	   /*-----CLEARFIX PATCH  DON'T ERASE!!-----------------------*/
	   
	   .clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
 
      .columns .column{
		 
        padding:0px ;

      }
	  

     	 
	/*-----This piece repairs an IE bug -----------------------*/
      
      .columns:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
      }
      * html .columns {height: 1%;}
     
	 /*-----END CLEARFIX PATCH  DON'T ERASE!!-----------------------*/
	 
	 
	 /*-----All the columns float to the left. No overflow -----------------------*/
	 
      .columns .column{
        float:left;
        overflow:hidden;
		
		
      }
	  
	  /*-----Last Column floats to the right -----------------------*/
	  
      .columns .last{ float:right; }
	  
	  /*-----
	  There are three horizontal sections: Header, Body, Footer. Any of this sections might
	  have as many column as required
	  -----------------------*/

      .colloginbar.first{
	   	
		width:900px;	
		
		
		  }

	  
	  
      .colhead .first{
	   	
		width:900px;	
		
		
		  }
		  
	  
		  
		  
	  .colbody .first{
	  
	  	
		width:0px; 
		
		
		

		  }
		  
		.colbody .second{
		
		border-color:#ccc;
		border-style:solid;
		border-width:2px;
		padding:20px;
		
		text-align:center;
		
		width:660px; 	
		background-color:#ffffff;
		
		  }
		  
      .colbody .last{
	 
	  
	    width:176px;
			
		
		  }


		  
	
	.clearx {
	clear:both;
	padding-top:0px;

		}

