﻿body{
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: 12px;
      background-color: silver;
      margin: auto;

}


#Container {
           width: 1024px;
           height: auto;
           background-color: white;
           text-align: center;
           margin: auto;


}

#Header{
        border-bottom: 1px solid silver;
        text-align: center;
        padding: 40px 0px 0px 10px;
          background: url(strip.gif) repeat-x top left ;
      }

#Footer {
        border-top: 1px solid silver;
        text-align:  center;
        padding: 40px 0px 0px 0px;
        height:50px;
        background: url(strip.gif) repeat-x top left ;

  }

.col1 {
      width: 28%;
      float: left;
     /* border-right: 1px dashed gray; */
/*      border-left: 1px dashed gray;*/
      border-collapse: collapse;
      padding: 5px 5px 5px 2px;
      text-align: left;

}


.col2 {
     width: 28%;
      float: left;



      padding: 5px 5px 5px 5px;
      text-align: left;

}


.colPhotos {
      width: 40%;
      float: left;

/*      border-left: 1px dashed gray;*/
      padding: 15px 5px 5px 0px;
      text-align: center;

}




h1{
   font-size: .9em;
   text-align: center;
   margin: 0px;
}
ul{
   margin: 5px 0px 10px 15px;

}
img{
    border-style: none;
}


h5{
   font-size: .8em;
   text-align: center;
}



