#Logo {
   margin-left: 8px;
   margin-right: 10px;
   background-image: url(../Photo/cactus.jpg);
   background-repeat: no-repeat;
   float: left;
   height: 450px;
   width: 295px;
      }
#Header {
   color: #7C3B37;
   text-align: center;
   margin-left: 320px;
   }
#Content {
   margin-left: 0px;
   }
h2 {
   font-size: 200%
   }
body {
   margin-right: 25px;
   margin-left: 25px;
   background-color: #E3B3A9;
   }
.clearly {
   clear: both;
   }
a:link, h6 a:link {
   color: #CC0000;
   }
li a:link {
   color: #CC0000;
   font-style: italic;
   }
a:visited, h6 a:visited {
   color: #AA0000;
   }
a:hover, h6 a:hover {
   color: #FF0000;
   }
a:active {
   color: #0000FF;
   }

