/*
 __________________________
|                          |
| Martyn Bampton           |
| martyn(at)erinshore.com  |
| Handwritten with Notepad |
| June 2006                |
|__________________________|
*/





body { background-image: url("images/-bg.gif");
       background-color: #d8bfd8;
       font-family:verdana;
       font-weight:normal;
       text-decoration:none;
       font-size:12px;
       text-align: center;
     }





a:link    {color:#D8006B; font-weight: bold; text-decoration:none;}
a:visited {color:#D8006B; font-weight: bold; text-decoration:none;}
a:active  {color:#D8006B; font-weight: bold; text-decoration:none;}
a:hover   {color:#D8006B; font-weight: bold; text-decoration:underline;}





table { padding: 5px;
        border: 1px solid black;
      }

td, th {padding: 10px;
     }





h1 { font-family: arial;
     font-weight: normal;
     text-decoration: none;
     font-size: 20px;
     color: black;
     margin: 0px;
   }

h2 { font-family: arial;
     font-weight: normal;
     text-decoration: none;
     font-size: 16px;
     color: black;
     margin: 0px;
   }

h3 { font-family: arial;
     font-weight: normal;
     text-decoration: none;
     font-size: 12px;
     color: black;
     margin: 0px;
   }





img { border: 0px;
    }





.border { border: 1px black solid;
        }





#header { border: 1px black solid;
          background-image: url("images/kcqbanner.jpg");
          width:  698px;
          height: 150px;
          padding: 0px;
          text-align: right;
          margin-bottom: 20px;
        }





#main { padding: 0px;
        text-align: justify;
      }





#border { border-top: 1px #ddd solid;
          border-left: 1px #ddd solid;
          border-right: 1px #aaa solid;
          border-bottom: 1px #aaa solid;
          background-color: #DDA0DD;
          padding: 10px;
          width: 700px;
          margin: auto;
        }





#footer { border-top: 1px black solid;
          width:  700px;
          height: 20px;
          padding: 0px;
          text-align: center;
          margin: auto;
          margin-top: 20px;
        }





#left { width: 300px;
        padding: 0px;
        float: left;
      }

#right { margin-left: 320px;
         padding: 0px;
               border: 0px;
             }





.galleryitem { margin-top: 20px;
               font-size: 16px;
             }

.galleryimage { border: 0px;
                margin-right: 20px;
                float: left;
              }
