/******
 * 	flurdy 's nautical grid style layout
 *	http://flurdy.com
 *****/

#ship .grid { }

#ship { clear: both; }
   
#ship #hull { clear: both; }
     
#ship #hull #innerhull  {  }
       
#ship #hull #innerhull  #ballast {  }
	 
#ship #prow { clear: both; }
	   
#ship #anchor { clear: both; }
	     
#ship #flare { clear: both; }
	       
#ship #hull #bow  { clear: both; }
		 
#ship #hull #lookout {  }
		   
#ship #hull #port { float: left; }
		     
#ship #hull #starboard { float: right; }
		       
#ship #hull #stern {  } 
			 
#ship #hull #innerhull  #cockpit {  }
			   
#ship #hull #innerhull  #hatch { float: left; }
			     
#ship #hull #innerhull  #deck { float: right; }
			       
#ship #hull #innerhull  #keel {  }
/*				 
#cargo { clear: both; }
*/
