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

      


#wrap{
    margin:0 auto;
	width:1080px;	
  
      }
	  

	  

      

      
	   /*-----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
	  -----------------------*/
	  
	  /* --------CLEARFIX PATCH ENDS ----DONT ERASE ANYTHING ABOVE THIS LINE-----  */

      .colfooter.first{
	   	
		width:900px;	
		
		
		  }

	  
	  
      .colhead .first{
	   	
		width:900px;	
		
		
		  }
	  
		  
	  .colbody .first{
	  
	  	
		width:180px; 
		margin-right:5px;
		
		  }
		  
		.colbody .second{
		
		
		width:715px; 
		
		
		  }
		  
		  
	 .colfooter.first{
	   	
		width:900px;	
		
		
		  }


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

		}

