@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#CDC6B4;
	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;
}
.twoColFixLtHdr #container { 
	width: 770px;  /* 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. */
} 
 
.twoColFixLtHdr #header { 

	
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.twoColFixLtHdr #mainContent { 
	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menubg {
			background-image:url(images/menubg.jpg);
			background-repeat:no-repeat;
			background-position:top;
			}
.menubgcol{
			background-color:#EAE4D4;

}
.menus {
			font-size:15px;
			font-weight:bold;
			color: #575757;
			text-decoration:none;
			}
			
.menus:hover {
			color: #000;
			}
.categories {
			background-image:url(images/blackbg.gif);
			background-repeat:no-repeat;
			background-position:top;
			
			}
.categoriesbgcol {
background-color:#000;
}
			
.categories_links {
			font-size:11px;
			color:#E7E7E7;
			font-weight:bold;
			text-decoration:none;
			}
			
.categories_links:hover {
			color:#FFFFFF;
			}
.base {
			background-color:#FFF;
			}
			
.welcome {
	font-size:20px;
	color:#FFFFFF;
			}

			
.welcometext {
			font-size:20px;
			color:#303030;
			padding-left:20px;
			}
.listtext {
			font-size:11px;
			color:#303030;
			line-height:30px;
						}
.welcomepara {
			font-size:11px;
			color:#303030;
			text-align:left;
			line-height:20px;			
			margin-left:20px;
			margin-right:20px;
			}
.welcomepara a{
color:#303030;
}
			
.copyright {
			
			font-size:11px;
			font:Arial,Tahoma,Helvetica, sans-serif;
			color: #000;
			background-color:#CDC6B4;
			}
			
.legal {
			font-size:11px;
			color: #000000;
			font-weight:normal;
			text-decoration:none;
			
			}
.legal a {
			font-size:11px;
			color: #000000;
			font-weight:normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			
			
			}
			
.copyright a{
color:#000000;

}

			
.legal:hover {
			text-decoration:underline;
			}
.search{
margin-top:50px;
background-color:#000;


			}
.contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.healinggems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0px 20px 0 20px;
	line-height:20px;
	
}
.healinggemstable {
		
	margin: 20px 20px 0 5px;

}
.healingtext {
margin-top: 20px;
margin-left:0px;


}
.hometable th {
background-color:#EAE4D4;
color:#575757;
font-size:12px;
height:40px;
text-align:left;
}
