/* Table of Contents
==================================================
    #Base 960 Grid
	#Base 960 Grid Custom styles    
    #Tablet (Portrait)
    #Mobile (Portrait) 
    #Mobile (Landscape)
    #Clearing */
   
/* #Base 960 Grid 
================================================== */
	
    .container                       					   { position: relative; width: 960px; margin: 0 auto; padding: 0;}
	.column, 
	.columns                           					   { float: left; display: inline; margin-left: -24px; margin-right: 50px;}
	.row                                        		   { margin-bottom: 20px; }
    
    /* Nested Column Classes */
    
    /* Base Grid */
    
/* #Base 960 Grid Custom styles
================================================== */
	
	
	
	


/* #Clearing
================================================== */
	
    
    /* Use clearfix class on parent to clear nested columns, 
    or wrap each row of columns in a <div class="row"> */
      
    /* You can also use a <br class="clear" /> to clear columns */
    .clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}   