@import url(styles_presentation.css);

body {
   margin-top: 0px;
   margin-left: 25px;
   margin-right: 25px;
   width: 600px
   }

p, h1, h2, h3, h4, h5 { margin: 10px 10px 10px 10px; }


#leftcolumn {
   position: absolute;
   top: 140px;
   left: 25px;
   width: 400px;
   background-image: url(images/NW-Indian-Orca.jpg);
   background-repeat: no-repeat;
   }

}
#centercolumn {
   top: 140px;
   margin-left: 25px;
   margin-right: 0px;
   }

#rightcolumn {
   position: absolute;
   top: 140px;
   left: 575px;
   right: 10px;
   width: 280px;
   }

#banner { 
   background-image: url(images/banner.gif);
   background-repeat: no-repeat;
   height: 80px;
   }

#footer {
   witdth: 700px;
   margin-bottom: 0px;
   margin-left: 25px;
   margin-right: 25px;
   align: center;
   }

.searchbar {
   position: absolute;
   top: 139px;
   right: 0px;
   width: 175px;
   }

.postcard { margin-bottom: 2px; } 


.logo [
   float: left;
   position: relative;
   margin-left: 20px;
   top: 14px;
   }

.banner_link {
   float: right;
   position: absolute
   margin-right: 25px;
   top: 15px;
   }