/*
CSS Design: Chuck Gauran, Mach5Designs.com
Contact: info@mach5designs.com or airmalefl@yahoo.com
project: heavenlyspaces.com
Date:	October 15th, 2006
Note: Fixed width 2-column layout, flexible font size
*/

body { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#663300	}
*	{
	margin: 0px;
	padding: 0px;
}
h1, h2{
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	}
h3 {
	margin: .3em 1.5em;
	}
h4 {
	margin: .2em 1.5em;
	}
hr {
	color:#663300;
	margin: .2em 1.5em;
	background-color: #663300;
	}
.clear {
	clear:both;
	}
.center {
	text-align:center;
	}
div#container {
	width: 760px;
	margin: 0px auto 0px auto;
	position: relative;
	height: auto;
	background-image: url(../images/Background1.jpg);
	background-repeat: repeat;
}
div#contentbox {
	background-color: #FFFF99;
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0.75em 0em;
	height: auto;
}
div#contentbox p {
	margin: .7em 2em;
	font-size: .85em;
}



.em {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
div#masthead {
	background-image: url(../images/heavenlybanner.jpg);
	height: 80px;
	width: 760px;
	margin: 2px auto 0px auto;
	background-repeat: no-repeat;
	padding: 0px;
	}
div#navarea {
	padding: 0px;
	float: left;
	width: 165px;
	background-color: #330000;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	background-image: url(../images/Background1.jpg);
	background-repeat: repeat;
	}
ul#navbar {
	margin: 2em auto;
	padding: 0;
	width: 140px;
	
	}
ul#navbar li {
	list-style-type:none;
	display: inline;
	}
ul#navbar a:link, ul#navbar a:visited, ul#navbar a:active {
	text-decoration:none;	
	color:#FFFF99;
	font-size:.85em;
	/*font-weight:bold;*/
	margin: .5em auto;
	display:block;
	width: 130px;
	background-color:#291800;
	padding: .3em .35em;
	}
ul#navbar a.current:link, ul#navbar a.current:visited {
	
	font-weight:bold;
	color:#FFFF66;
	}
ul#navbar a:hover {
	background-color:#996600;
}
div#footer {
	background-color: #291800;
	padding: .35em 0em;
	width: 760px;
}
div#footer a {
	color: #FFFF99;
	text-align: justify;
	margin: 0.25em 0em;
	text-decoration: none;
	padding: 0.1em 0.3em;
	}
div#footer a:hover {
	background-color:#996600;
	
	}
	
div#footer p{
	font-size: .75em;
	color:#CC9900;
	text-align: center;
}
p#contactinfo {
	margin: .8em 0em;
	font-weight:bold;
	}
	
/*reiki page */

ul#reiki_ul {
	margin: 1.5em 5em;
	list-style-type: square;
}
ul#reiki_ul li {
	margin: .5em 0em;
	}
div#container p.bold + p{ 
	margin: 0em 5em;
	}
/*div#testimonials {
	margin: 2em 1.5em;
	font-size: .95em;
	}*/
div#joeypic {
	background-image:url(../images/Joey.jpg);
	float:right;
	background-repeat: no-repeat;
	background-position: top;
	height: 240px;
	width: 150px;
	margin: 0 1em;
}
div#joeypic p {	
	font-size: 0.64em;
	font-weight:bold;
	text-align: center;
	margin-top: 207px;
	}
blockquote#womansplash {
	text-indent: -9999px;
	width: 300px;
	height: 225px;
	float:right;
	background-image:url(../images/womansplash.jpg);
	margin: 0em 1em .6em 1em;
	}
p.credit {
	font-size:.60em;
	text-align:center;
	color:#FFFF99;
	margin:.2em auto;
	}
a.credlink {
	color:#FFFF66;
	text-decoration: none;
	}
a.credlink:hover {
	background-color:#000000;
	}
