@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#tdHeader {
	background-image: url(Siteimages/Header.jpg);
	height: 202px;
	width: 900px;
	visibility: inherit;
	background-color: #CC0000;
	background-repeat: no-repeat;
}
#tdHome {
	background-image: url(images/Home-Template_r3_c1.jpg);
	background-repeat: no-repeat;
	height: 247px;
}
#tdWellness {
	background-image: url(Siteimages/tdServicesjpg.jpg);
	background-repeat: no-repeat;
}
#tdHerb {
	background-image: url(Siteimages/tdHerb.jpg);
	background-repeat: no-repeat;
}
#tdFQA {
	background-image: url(Siteimages/tdFAQ.jpg);
	background-repeat: no-repeat;
}
#tdServicesKids {
	background-image: url(Siteimages/tdServicesKids.jpg);
	background-repeat: no-repeat;
}
#tdHomeopathy {
	background-image: url(Siteimages/tdWellness.jpg);
	background-repeat: no-repeat;
}
#tdContactUs {
	background-image: url(Siteimages/tdContactUs.jpg);
	background-repeat: no-repeat;
}
