
html
   {  background-color: #094079;
      background-image: url("back.jpg");
      background-repeat: no-repeat;
      background-position: center 52px;
   }

body
   {  margin: 0;
      text-align: center;
   }

div#page
   {  display: inline-block;
      position: relative;
      width: 1000px;
      text-align: left;
      font-family: Comic Sans MS;
      font-size: 10pt;
      color: #000000;
   }

div#top
   {  width: 1000px;
      height: 138px;
      background-image: url("top.png");
   }

div#left,div#right
   {  width: 149px;
      height: 100%;
      position: absolute;
      top: 0px;
   }

div#left
   {  left: -149px;
      background-image: url("left.png");
      background-repeat: repeat-y;
   }

div#right
   {  left: 702px;
      background-image: url("right.png");
      background-repeat: repeat-y;
   }

div#body
   {  width: 622px;
      position: absolute;
      left: 149px;
      top: 97px;
      padding: 0 40px;
   }

div#nav
   {  width: 722px;
      position: relative;
      left: -50px;
      text-align: center;
      margin-bottom: 20px;
   }

div#content
   {  min-height: 991px;
   }

span#pluck
   {  font-size: 75%;
   }

span#pluck a
   {  color: #000000;
   }

a[href]:hover
   {  color: #d00000;
   }

a.button
   {  display: inline-block;
      width: 139px;
      height: 43px;
      background-image: url("button.png");
      font-size: 120%;
      font-weight: bold;
      text-decoration: none;
      margin: 10px 4px;
   }

div.label
   {  display: inline;
      position: relative;
      top: 10px;
      color: #094079;
      z-index: 1;
      white-space: nowrap;
   }

div.shadow
   {  position: absolute;
      left: 1px;
      top: 1px;
      color: #ffffff;
      z-index: -1;
   }

