@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #660000;
}
.verdana15linespace {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 125%; color: #cc3300; font-weight: normal;}
.Palatino12 {
	font-family: Palatino, "Times New Roman", serif;
	font-size: 13px;
	color: #660000;
}
.Palatino11 {
	font-family: Palatino, "Times New Roman", serif;
	font-size: 11px;
	color: #660000;
}
.textmenu {  font-family: Goudy, "GoudyOlSt BT", Georgia, serif; font-size: 10px; color: #663333;}
.white {
	font-family: Palatino, "Times New Roman", serif;
	font-size: 7px;
	color: #FFFFFF;
}
.event {
	border: dashed 1px #660000;
	padding: 8px 20px;
	margin: 20px 0;
	background-color:#FFFFF1;
	font-size: 13px;
}
.button {
	background-color:#e6a2b6;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 2px 2px #666;
	-webkit-box-shadow: 0 2px 2px #666;
	-moz-box-shadow: 0 2px 2px #666;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 10px;
    width: auto;
	text-decoration: none;
	behavior: url(http://mayashakti-ayurveda.com/PIE.htc);
}
.button:hover {
	color: #660000;
}
