body {
	background-color: #863203;
	background-image: url(../images/main_bg.jpg);
	background-position: 50% 0%;
	width: 100%;
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	height: 100%;
}
.button_bg {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/button_bg.jpg);
}
.button {
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 43px;
	width: 1035px;
	margin-left: 65px;
}
#home_btn {
	height: 23px;
	width: 90px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 3px;
	margin-left: 2px;
}
#home_btn_s {
	height: 23px;
	width: 90px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 3px;
	margin-left: 2px;
}
.more {
	height: 23px;
	width: 110px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	color: #652303;
	background: -moz-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(246, 230, 180, 0.8) 98%, rgba(246, 230, 180, 0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 230, 180, 0.5)), color-stop(98%, rgba(246, 230, 180, 0.8)), color-stop(100%, rgba(246, 230, 180, 0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(246, 230, 180, 0.8) 98%, rgba(246, 230, 180, 0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(246, 230, 180, 0.8) 98%, rgba(246, 230, 180, 0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(246, 230, 180, 0.8) 98%, rgba(246, 230, 180, 0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246, 230, 180, 0.5) 0%, rgba(246, 230, 180, 0.8) 98%, rgba(246, 230, 180, 0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f6e6b4', endColorstr='#ccf6e6b4', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 3px;
	margin-left: 2px;
}
.more:hover {
	background: -moz-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(244, 207, 96, 0.5) 99%, rgba(244, 207, 95, 0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 230, 180, 0.5)), color-stop(99%, rgba(244, 207, 96, 0.5)), color-stop(100%, rgba(244, 207, 95, 0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(244, 207, 96, 0.5) 99%, rgba(244, 207, 95, 0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(244, 207, 96, 0.5) 99%, rgba(244, 207, 95, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 230, 180, 0.5) 0%, rgba(244, 207, 96, 0.5) 99%, rgba(244, 207, 95, 0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246, 230, 180, 0.5) 0%, rgba(244, 207, 96, 0.5) 99%, rgba(244, 207, 95, 0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f6e6b4', endColorstr='#80f4cf5f', GradientType=0 ); /* IE6-9 */
}
#home_btn:hover, #gallery_btn:hover, #contact_btn:hover, #rituals_btn:hover, #admin_btn:hover, #festival_btn:hover, #history_btn:hover, #offering_btn:hover {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 );
}
#rituals_btn {
	height: 23px;
	width: 135px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#rituals_btn_s {
	height: 23px;
	width: 135px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#admin_btn {
	height: 23px;
	width: 155px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#admin_btn_s {
	height: 23px;
	width: 155px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#festival_btn {
	height: 23px;
	width: 120px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#festival_btn_s {
	height: 23px;
	width: 120px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#offering_btn {
	height: 23px;
	width: 120px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#offering_btn_s {
	height: 23px;
	width: 120px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#contact_btn {
	height: 23px;
	width: 130px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 2px;
}
#contact_btn_s {
	height: 23px;
	width: 130px;
	float: left;
	margin-right: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#gallery_btn {
	height: 23px;
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#gallery_btn_s {
	height: 23px;
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#history_btn {
	height: 23px;
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#history_btn_s {
	height: 23px;
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0 ); /* IE6-9 */
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.wrapper {
	min-height: 500px;
	width: 1035px;
	margin: auto;
}
.bottom_button {
	background-image: url(../images/button_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1035px;
}
.top_banner {
	background-image: url(../images/head1.jpg);
	background-repeat: no-repeat;
	width: 1035px;
	height: 175px;
	clear: left;
    position: relative;
}
.top_banner .social-media {position: absolute; top: 150px;}
.social-media .follow {
    width: 132px;
    height: 16px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #562a0d;
    text-decoration: blink;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-left: 810px;
    padding-top: 14px;
}

.social-media .fb {
    width: 25px;
    height: 24px;
    float: left;
    padding-top: 6px;
    margin-right: 68px;
    
}
.photo_slide {
	background-image: url(../images/photo_slide.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 1033px;
	overflow: hidden;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}
.content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	min-height: 240px;
	width: 1035px;
	margin: 0px;
	padding: 0px;
}
.content_l {
	width: 485px;
	float: left;
	padding-left: 70px;
	padding-right: 50px;
}
.content_r {
	width: 399px;
	float: left;
	padding-left: 30px;
}
.administration {
	float: left;
	height: auto;
	width: 895px;
	margin-left: 70px;
	text-align: left;
	margin-right: 70px;
}
.thanthries_l {
	float: left;
	height: 340px;
	width: 448px;
}
.thanthries_r {
	float: left;
	height: 330px;
	width: 447px;
	text-align: left;
}
.admin {
	float: left;
	height: 312px;
	width: 179px;
	margin-left: 22px;
	text-align: left;
	margin-right: 22px;
}
.admin_commettee {
	float: left;
	height: 255px;
	width: 142px;
	margin-left: 19px;
	text-align: left;
	margin-right: 18px;
}
.news {
	float: left;
	width: 319px;
	background-repeat: no-repeat;
	clear: left;
	padding-right: 80px;
}
.line {
	float: left;
	height: 160px;
	width: 1px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
	margin-top: 62px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #873307;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin-top: 10px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #873307;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	text-indent: 80px;
	margin-top: 10px;
}
h3 {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #3e1803;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
}
h4 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #672804;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #B14707;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rituals {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
.rituals_feed {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
.poojas {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 298px;
}
.addrs {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #630;
	text-align: justify;
	line-height: 22px;
}
p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #934900;
	text-align: justify;
	line-height: 22px;
	text-decoration: none;
}
.bottom_banner {
	background-image: url(../images/bottom_banner.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 1035px;
	padding-top: 30px;
}
.img_1 {
	float: none;
	height: 217px;
	width: 166px;
	margin-left: 141px;
	margin-bottom: 15px;
}
.img_2 {
	float: none;
	height: 188px;
	width: 142px;
	margin-left: 19px;
	margin-bottom: 15px;
}
.img_3 {
	float: none;
	height: 188px;
	width: 142px;
	margin-bottom: 15px;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.gallery_img {
	height: 196px;
	width: 291px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 3px;
}
.gallery_img:hover {
	-webkit-box-shadow: 1px 1px 2px 2px #a95519;
	-moz-box-shadow: 1px 1px 2px 2px #a95519;
	box-shadow: 1px 1px 2px 2px #a95519;
}
.gallery_tx {
	float: left;
	width: 894px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 13px;
	text-align: left;
	height: auto;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.feed_back {
	height: 250px;
	width: 371px;
	padding-left: 10px;
	margin-top: 15px;
}
.feed_back label {
	width: 100px;
	padding-top: 10px;
	text-align:left;
	float:left;
	margin-right:5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #630;
}
.feed_back input#name, .feed_back input#email, .feed_back input#phone, .feed_back textarea {
	float:left;
	border:1px solid #CCC;
	background:#fcfcfc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 247px;
	margin-top: 8px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	height: 20px;
}
.feed_back textarea {
	width:247px;
	height:60px;
	resize:none;
	overflow:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	line-height: 22px;
}
.btn {
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 17px;
}
ul {
	padding: 0px;
}
ul li {
	float: left;
	position: relative;
	display: block;
}
.address {
	height: 40px;
	width: 40px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}
.button_bg ul {
	list-style-type: none;
}
.button_bg ul li {
	float: left;
	display: block;
	list-style-type: none;
}
li a {
	color: #FFF;
	text-decoration: none;
}





#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:800px;
  height:500px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:800px; 
  height:auto;
  padding:10px;
  background:  url(../images/popup_b.jpg) center top no-repeat #ffffff;
  font-size: 15pt;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    top: 50px !important;
    min-height: 495px;
}
.maintext{
	text-align: center;
  text-decoration: none;
}


#popupfoot{
	    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
