/* HVFG3.css */

/***********************************************/
/* Home page divs                              */
/***********************************************/

#homecontainer {
/*	background: url(hvfglogo400softblue.gif) no-repeat center center; */
	background-image: url(hvfglogo400softblue.gif);
/*  background-image: url(images/HVFGlogo400softblue.jpg); */
/*  background-image:url(../images/HVFGlogo400softblue.jpg);  */
    background-repeat: no-repeat;
    background-position: center center;
	margin: 0px; 
    width: 100%;
	height: 100%;
}

#homeleft {
  position: absolute;
/*  width: 320px; */
  width: 270px;
  top: 60px;
  left: 5px;
  padding: 10px;

/*  padding: 70px, 10px, 10px, 10px; */
}

#homecenter {
/*  margin: 10px, 10px, 10px, 10px; */
  margin: 10px, 5px, 10px, 10px;
  padding: 10px; 
}

#homeright {
  position: absolute;
  width: 100px;
  top: 100px;
/*right: 70px; */
  right: 110px;
  padding: 10px, 10px, 10px, 10px;
}

#homecenter h3 {
  text-align: center;
  font-family : Georgia, comic sans ms, sans-serif, Times New Roman ms;
}

#homecenter p {
  text-align: center;
  padding-top: 410px;
/*  padding-bottom: 10px;  */
  margin-top: 0;
}

#homeright ul {
  list-style: none;
}

#homeright li {
  list-style: none;
  margin-bottom: 0.5em;
}


