/* change home to the tab of choice to high-light the page you are on */
#nav a:hover, body#intro #home a {
	color: #333;
	padding-bottom: 1px;
	border-color: #727377;
	background: #fff url(../images/on.gif) repeat-x top left;
	}
/* the end of the tabs  */
  
#left-column {
  float: right;
  width: 50%;
  font-size: 95%;
  color: #333;
  background-image: url(../images/seashellbackground.jpg);  
  background-repeat: repeat;
  }
#left-column div {
  padding: 20px;
  }
#left-column h1 {
  font-size: small;
  color: #333;	
  }	  
#right-column {
  float: right;
  width: 49%;
  font-size: 95%;
  color: #333;
  background-image: url(../images/seashellbackground.jpg);  
  background-repeat: repeat;
  }
#right-column div {
  padding: 20px;
  }
#right-column div h1{
  font-size: small;
  color: #333;	
  }	
#verysmall {
	font-size:smaller;
}
	

