body {
	font-size: 17px;
	margin: 5;
  background: white;
background-image:url(/images/betty/multi122.gif);
color:#042e06;
 line-height: 1.2;
}

/* Contains everything*/
.wrapper {
  width: 1000px;
  height: auto;
  margin: auto;
 
}

 .main {
  background-color:#fefffe;
  padding: 20px;
  width: 72%;
  margin:auto;
  height: auto;
 
}


.container {
  overflow: hidden;
}

.filterDiv {
  float: left;
  background-color: white;
  border: 2px solid #fed1c1;
  color: black;
  width: 350px;
 height:225px;
  text-align: center;
  margin: 2px;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 14px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}


