﻿body 
  {
    background-color:white;
    background-image:url("images/bg-leaf.gif");   
  }

div.header
  {
 
    /* background-image:url("images/headerbg.gif"); */
    background-color: #ebecf6;
    background-repeat:repeat-y;
    width: 100%;
    height: 125px;
    font-family:  "Lucida Calligraphy";
    font-size: 40px;
    text-align: left;
    
    position: relative; left:0%; z-index:0;
    text-indent: 0%;
    line-height: 70px;
    margin-bottom: 50px;
  }

#headerphoto
  {
    height:125px;
    width:330px;
    background-image: url(images/bridge.jpg);
    background-position: right top; 
    background-repeat: no-repeat;    
    position: absolute; right:0%; top: 0%; z-index: 1;
  }
  
div.main
  {
    width: 96%;
    text-align: center;
    margin: 50px 2% 2%;
    background-color: white;
  }
  
div.textbox
  {
    margin: 5%;
    font-family: Harrington;
    text-align: center;
    font-size:x-large;
  }
  
div.logos
  {
      text-align:center;
  }
