html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#logo {
  background: url(gifs/logo.jpg)  no-repeat;
  height: 90px;
}

#marquee {
  background: url(gifs/1.gif)  no-repeat;
  height: 170px;
}

#marquee-3 {
  background: url(gifs/2.gif)  no-repeat;
  height: 170px;
}

#marquee-2 {
  background: url(gifs/4.gif)  no-repeat;
  height: 170px;
}

#health {
  background:  url(gifs/health-visit.jpg) no-repeat;
  height: 102px;
  width: 230px;
  padding-right:10PX;
     
}
h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;


