body {
  background-color: #ffffff;
	margin: 0;
	}
div#logo {
  width: 700px;
	height: 430px;
	margin: 20px auto;
	background-image: url(../images/homelogo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
  border-bottom: solid 1px #b5a49e;
	}
a.homemenu:link, a.homemenu:visited {
  font-size: 18pt;
	color: #91bfbf;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-style: italic;
	text-decoration: none;
	display: block;
	position: absolute;
	}
a.homemenu:hover {
  color: #b5a49e;
	}
a#lifestyles:link, a#lifestyles:visited {
  position:absolute;
  top:268px;
  left:490px;
  text-decoration:none;
  }
a#lifestyles img {
  border: none;
  }
#about {
  top: 4px;
	left: 366px;
	}
#doctors {
  top: 36px;
	left: 394px;
	}
#overview {
  top: 68px;
	left: 430px;
	}
#articles {
  top: 103px;
	left: 455px;
	}
#resources {
  top: 137px;
	left: 469px;
	}
#contact {
  top: 172px;
	left: 475px;
	}
div#footer {
  margin: 10px auto;
	width: 600px;
	height: auto;
	}

