  body {
   	font: 90% "Georgia", serif;
   	margin: 0;
   	padding: 25px 0 25px 0;
   	border-top: none
  	border-bottom: none;
  	color: #000000;
  	background: #1b6b90;
  }
  
  div {
        position: relative;
        z-index: 1;
  }

  #main {
     width: 800px;
     text-align: left;
     margin: 0 auto;
     padding: 0 0 0 0;
     background: #000 url(images/side_border.gif) repeat-y;
  }

  #main_one {
     width: 800px;
     text-align: left;
     margin: 0 auto;
     padding: 0 0 0 0;
     background: #000 url(images/one_column.gif) repeat-y;
  }

  #header {
       background: url(images/top_border.gif) no-repeat;
       margin: 0;
  }
  
  #header img {
       height: 14px;
  }

  #title {
         background: url(images/header_border.gif) repeat-y;
         margin: 0 0;
         padding: .5em;
         color: #fff;
  }
  
  #one_column {
       background: url(images/one_column.gif) repeat-y;
       margin: 0;
  }

  #intro {
         padding: 2em;
  }

  #footer {
     background: url(images/bot_border.gif) no-repeat left bottom;
     margin: 0;
  }
  
  #footer img {
         height: 14px;
  }

  .columnheader {
     background: url(images/top_side_border.gif) no-repeat left top;
     margin: 0;
  }
  
 .columnheader img {
     height: 12px;
  }

  #menu {
     width: 800px;
     height: 36px;
     color: #000;
     background: url(images/menu_background.gif) no-repeat;
     text-align: center;
     padding: 0;
     margin: 0;
  }
  
  #blimp {
     width:132px;
     height:37px;
     position:relative;
     left:-140px;
     background: url(images/blimp.gif) no-repeat;
  }
  
  #chit {
     width:55px;
     height:125px;
     position:absolute;
     left:700px;
     background: url(images/chit.gif) no-repeat;
     z-index: 1;
  }
  
  #chit img {
     height: 125px;
     width: 55px;
  }
  
  #blimp  img {
     height: 37px;
     width: 1px;
  }
  
  #side {
     float: right;
     width : 300px;
  }

  .between {
       background: url(images/between_chits.gif) no-repeat left top;
  }

  .title {
       background-color: #1b6b90;
       color: #fff;
       margin: 0;
       padding: .5em 1em;
       width: 400px;
       font-size: 120%;
  }

  .thumbnails {
       margin: 0;
       padding: 0;
       width: 200px;
       height: 40px
  }

  #content {
     padding: 0;
     margin: 0;
     width: 800px;
  }

  .leftcell_fluid{
     text-align: left;
     padding: 2em;
  }
  
  .leftcell{
     text-align: left;
     padding: 2em;
     width:420px;
  }
  
  .rightcell {
     text-align: left;
     padding: 0 0 0 0.5em;
  }
  
a:visited  {color: #1b6b90; text-decoration: none}
a:link  {color: #1b6b90; text-decoration: none}
a:active  {color: #1b6b90; text-decoration: none}
a:hover   {color: #1b6b90; text-decoration: none}
