/* 
    Document   : wish
    Created on : Mar 8, 2009, 1:18:41 AM
    Author     : ivar
    Description:
*/

/* ****  flurdy's nautical layout  ******* */

body { background-color: yellow; }
#ocean { font-family: Arial, Sans; color: black; }
#innerhull { background-color: gray; }


#hull { width: 60em; }
#lookout { height: 2em; }
#port, #starboard { height: 30em; }
#port { width: 6em; }
#starboard { width: 8em; }
#cockpit, #keel, #ballast { margin: 0 8em 0 6em;  }
#hatch, #deck { width: 6em; height: 25.8em; }
#ballast { padding: 1em;  }
#cargo { padding: 1em; }


#innerhull { border: 3px outset silver; }
#lookout, #keel, #stern { border-top: 1px solid silver; }
#lookout, #cockpit { border-bottom: 1px solid silver; }
#port, #hatch  { border-right: 1px solid silver; }
#starboard, #deck  { border-left: 1px solid silver; }

.grid {  }