@charset "ISO-8859-1";
#home h1 { 
  text-align: center;
  padding: 10px 0 0 0;
  color:black;
  font-size: 33px;
}
#home p {
  padding: 0px 0 0 30px;
  color: black;
  width: 480px;
  font-size: 14px;
  line-height: 20px;
}
#home img {
  float: left;
}
#gallery {
  width: 430px;
  height: 150px;
  background-color: #72b87c;
  float: right;
  margin: 70px 20px;
  -moz-border-radius: 2em 2em;
}
#gallery h1 {
  font-size: 14px;
  color: white;
  text-align:left;
  margin: 20px 0 0 10px;
  padding: 0 0 0 0;
}
#home hr {
color:white; 
background: white;
height: 5px;
border: 0px;
margin: 0 8px 10px 8px;
}
#imagecontainer {
	text-align: center;
}
#imagecontainer img {
	width: 75px;
	height: 80px;
	margin: 0px 2px 0 2px;
	border: 1px solid white;
}
#imagecontainer img:hover {
	border: 1px solid green;
}
