/* CSS Document */
body{
background-image:url(images/bg.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
}

.body_bg{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
}

.energy_healer_update_box_bg{
background-image:url(images/energy_healer_update_box_bg.jpg);
background-repeat:repeat-x;
}

.contact_us_bg{
background-image:url(images/contact_us_bg1.jpg);
background-repeat:no-repeat;
}
.bottom_nav{
background-image:url(images/bottom_nav_bg.jpg);
background-repeat:repeat-x;
}
.footer_bg{
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
}

.text {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text a{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text a:hover{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFA600;
	text-decoration:underline;
}

.white_bold_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.heading_text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.heading_text1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFA600;
	text-decoration: none;
}
.heading_text1 a{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFA600;
	text-decoration: none;
}
.heading_text1 a:hover{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}

.form_text {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}

