/* change home to the tab of choice to high-light the page you are on */
#nav a:hover, body#intro #links a {
  color: #333;
  padding-bottom: 5px;
  border-color: #727377;
  background: #fff url(../images/on.gif) repeat-x top left;
  }
/* the end of the tabs  */

body h2 {
  padding: 8% 0% 0% 32%;
  font-family: Verdana, tahoma, "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: large;
  }	

#left-column {
  float: right;
  width: 50%;
  font-size: 95%;
  line-height: 1.5em;
  color: #333;
  background-image: url(../images/seashellbackground.jpg); 
  background-repeat: repeat;
  }
#left-column div {
  padding: 20px;
  }
#left-column h1 {
  font-family: Verdana, tahoma, "Trebuchet MS", arial, helvetica, sans-serif;
  color: #333;
  font-size: small;
  }
#left-column h3 {
  margin: 0;
  padding: 0;
  }
  
#right-column {
  float: right;
  width: 49%;
  font-size: 95%;
  line-height: 1.5em;
  color: #333;
  background-image: url(../images/seashellbackground.jpg); 
  background-repeat: repeat;
  }
#right-column div {
  padding: 20px;
  }
#right-column h1 {
  font-family: Verdana, tahoma, "Trebuchet MS", arial, helvetica, sans-serif;
  color: #333;
  font-size: small;
  }
#right-column h3 {
  margin: 0;
  padding: 0;
  }
  
