/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Garamond, Geneva, Helvetica;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, monospace;
	font-family: Georgia, "Times New Roman", Times, serif;

}


body {
	position: relative;
	font-size: 62.5%;
	/*
	background-image: url(/images/multi_250w_72dpi.jpg);
	background-position: left top;
	background-repeat: repeat;
	*/
	background-color: #666666;
}

div#canvas {
	position: relative;
	background-color: #666666;
	
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

div#canvas h1 {
	font-size: 4.8em;
	text-align: center;
	color: #330033; 

}

div#canvas h1 span {
	color: #700070;
}

div#canvas h3#heading {
	position: absolute;
	top: 3%;
	right: 1%;
	font-size: 1.8em;
	color: #ffcc99;
}

div#canvas ol#thefive {
	position: absolute;
	color: #FFFFFF;
	font-variant: small-caps;
	list-style: cjk-ideographic;
	/*
	list-style: none;
	*/
	list-style-position: inside;
	font-style: italic;
	font-size: 1.5em;
	top: 6%;
	right: 1%;
	text-align: left;
}

div#canvas ol#thefive li {
	padding: 12px 0px;
	font-weight: bold;
}





div#canvas div#smcol {
	position: absolute;
	
	border-color: #666666;
	border-color: #333333;
	border-style: groove;
	border-width: 3px;
	
	left: 2%;
	width: 21%;
	top: 18%;

}

div#canvas div#smcol ul {
	font-size: 1.6em;
	text-align: left;
	list-style: none;
	padding-left: 48px;
	background-color: #666633;
	
	border-color: #666666;
	border-color: #333333;
	border-style: groove;
	border-width: 3px;
	margin: 2px;
	
}

div#canvas div#smcol ul li {
	padding: 12px;
	font-weight: bold;
	list-style: cjk-ideographic;
}

div#canvas div#smcol ul li a {
	color: #ffcc99;
	
	padding: 5px;

}

div#canvas div#smcol ul li a:hover {
	color: #FFFFFF;
}

div#canvas div#smcol ul li a:active {
	color: #000000;
}

 body#home div#canvas div#smcol ul li#l-home a,
 body#reiki_services div#canvas div#smcol ul li#l-reiki_services a,
 body#reiki_drumming div#canvas div#smcol ul li#l-reiki_drumming a,
 
 body#whocanwehelp div#canvas div#smcol ul li#l-whocanwehelp a,
 body#howcanwehelp div#canvas div#smcol ul li#l-howcanwehelp a,
 body#services div#canvas div#smcol ul li#l-services a,
 body#talent div#canvas div#smcol ul li#l-talent a,
 body#contactus div#canvas div#smcol ul li#l-contactus a {
 
 }

div#canvas div#lgcol {
	position: absolute;
	/*
	background-color: #FFFFFF;
	
	background-image: url(/images/33alpha_wr.png);
	background-position: top left;
	background-repeat: repeat;
	*/
	border: none;
	right: 6%;
	width: 69%;
	top: 30%;
	bottom: 2%;

}

div#canvas div#lgcol h1 {
	font-size: 4.8em;
	text-align: left;
	color: #000000;
	padding-left: 3%; 

}

div#canvas div#lgcol div#lightpaper {
	background-image: url(/images/48alpha_wht_wr.png);
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	bottom: 4%;
	padding: 3%;
}

div#canvas div#lgcol div#lightpaper img.inlight {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border: none;
	}
	
div#canvas div#lgcol div#lightpaper img.pictright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border: 1px #333333 solid;
	}
	


div#canvas div#lgcol div#lightpaper p {
	/*
	background-image: url(/images/33alpha_wht_wr.png);
	background-position: top left;
	background-repeat: repeat;
	*/
	font-size: 1.8em;
	text-align: left;
	color: #000000;
	padding-bottom: 10px;
}

div#canvas div#lgcol div#lightpaper ul#plist {
	font-size: 1.8em;
	text-align: center;
	color: #000000; 
	text-align: left;
	list-style: none;
	padding: 12px 0px 12px 21px;
}

div#canvas div#lgcol div#lightpaper ul#plist li {
	padding: 12px 0px;
}

div#canvas div#lgcol div#lightpaper ul#plist li span {
	color: #666633;
	color: #442244;
	font-size: 1.1em;
	font-weight: bold;
}
	
