body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(/images/bg_border.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

a {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #f56f32;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #f56f32;
}
a:visited {
	text-decoration: none;
	color: #f56f32;
}
a:hover {
	text-decoration: underline;
	color: #f56f32;
}

#title {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	padding-top: 135px;
	padding-right: 25px;
	width: 620px;
	height: 100px;
	text-align: right;
}

#content {
	padding-top: 60px;
	width: 620px;
}

.main_text {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #069;
}

.footer {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
a.footer {
	text-decoration: none;
	color: #999;
}
a.footer:link {
	text-decoration: none;
	color: #999;
}
a.footer:visited {
	text-decoration: none;
	color: #999;
}
a.footer:hover {
	text-decoration: underline;
	color: #999;
}


/* START: Nav Styles */
.home {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/home.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.home:hover { background-image: url(/images/nav/home_hover.gif); }

.lomilomi {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/lomilomi.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.lomilomi:hover { background-image: url(/images/nav/lomilomi_hover.gif); }

.reiki {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/reiki.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.reiki:hover { background-image: url(/images/nav/reiki_hover.gif); }

.inverse {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/inverse.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.inverse:hover { background-image: url(/images/nav/inverse_hover.gif); }

.workshops {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/workshops.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.workshops:hover { background-image: url(/images/nav/workshops_hover.gif); }

.weddings {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/weddings.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.weddings:hover { background-image: url(/images/nav/weddings_hover.gif); }

.testimonials {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/testimonials.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.testimonials:hover { background-image: url(/images/nav/testimonials_hover.gif); }

.contact {
	width: 160px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/images/nav/contact.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.contact:hover { background-image: url(/images/nav/contact_hover.gif); }

/* END: Nav Styles */