body {
   font: 100% Verdana, Arial, Helvetica, sans-serif;
   background: #000033;
   margin: 0;
   padding: 0;
   text-align: center;
   color: #f7f244;
   font: 11px verdana, arial, sans-serif;
   font-weight: normal;
   }
   
h1 {
  text-align: left;
  color: #f7f244;
  }
  
h3 {
   text-align: center;
   color: #f7f244;
   }
   
#contact {
   font-size: 14px;
   font-weight: normal;
   margin-top: 70px;
   margin-bottom: 50px;
   }
   
#about {
   text-align: center;
   font-size: 14px;
   font-weight: normal;
   margin-top: 70px;
   margin-bottom: 50px;
   }

#logo-text {
   font-size: 18px;
   color: #f7f244;
   }
   
#main-flash {
   text-align: center;
   }
   
#header {
   width: 100%;
   height: 150px;
   text-align: center;
   min-width: 800px;
   }
   
#container {
   text-align: left;
   width: 800px;
   margin: 0 auto;
   }
   
#nav {
   font-size: 13px;
   width: 100%;
   height: 30px;
   float: left;
   }
   
#nav ul {
   font-size: 13px;
   margin: 0;
   padding: 0;
   white-space: nowrap;
   }
   
#nav li {
   font-size: 13px;
   color: #f7f244;
   list-style-type: none;
   display: inline;
   padding: 2px;
   }
   
a {
   font-weight: bold;
   text-decoration: none;
   color: #f7f244;
   background: transparent;
   }
   
a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #f7f244;
   background: transparent;
   }

a:hover {
   color: #f7f244;
   background: transparent;
   text-decoration: underline;
   }

a:active {
   color: #f7f244;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

table.katrina {
           margin-top: 50px;
           margin-bottom: 50px;
           margin-left: 100px;
           float: left;
           font-size: 14px;
           text-align: left;
           }
   
table.linkstable {
       margin-top: 70px;
	   margin-bottom: 50px;
	   }
   
table.phototable {
       margin-top: 70px;
       float: left;
	   margin-bottom: 50px;
	   }

table.phototable1 {
       margin-top: 70px;
       margin-bottom: 50px;
       float: left;
       text-align: center;
       }
	   
table.petstable {
       margin-top: 50px;
	   margin-bottom: 50px;
	   margin-left: 185px;
           float: left;
	   font-size: 14px;
	   text-align: left;
	   }
	   
table.petstable2 {
       margin-top: 50px;
	   margin-bottom: 50px;
	   margin-left: 40px;
           float: left;
	   font-size: 14px;
	   text-align: left;
	   }
	   
table.petstable3 {
       margin-top: 50px;
	   margin-bottom: 50px;
	   margin-left: 85px;
           float: left;
	   font-size: 14px;
	   text-align: left;
	   }
	   
   
#footer {
   font-size: 10px;
   font-weight: bold;
   color: #f7f244;
   text-align: center;
   padding: 40px;
   clear: both;
   border-top: 1px solid #f7f244;
   }

   
