body { background-color: #6699ff;
       color: #d5e3ff;
       font-family: Verdana, Arial, sans-serif;
       background-image: url(gradientblue.jpg); }
#header { text-align: center;
          background-color: #000066;
          padding: 10px;
          background-image: url(bigfish.gif);
          background-position: center;
          background-repeat: no-repeat;
          height: 80px;
          color: #ffffff;
          font-size: 3em;
          line-height: 150%;
          text-shadow: 2px 2px 2px #cccccc; }
.nav { font-weight: bold; }
.category { color: #003366;
            font-weight: bold;
            font-size: 1.1em;
            text-shadow: 1px 1px 1px #666 }
#footer { font-size: .70em;
          font-style: italic; }
#wrapper { width: 80%;
           min-width: 960px;
           margin-left: auto;
           margin-right: auto;
           background-color: #ffffff;
           color: #000066; }
img { border-style: none; }
#leftcolumn { float: left;
              width: 150px; }
#leftcolumn ul { list-style-type: none;
                 padding-left: 10; }
#leftcolumn a { text-decoration: none; }
#leftcolumn a:link { color: #3262a3; }
#leftcolumn a:visited { color: #6699ff; }
#leftcolumn a:hover { color: #cccccc; }
#rightcolumn { margin-left: 180px;
               padding-right: 10px;
               padding-bottom: 20px; }
#mobile { display: none; }
#desktop { display: inline; }