html, body {
	height: 100%;
	background-color: #666;
	font-family: "Times New Roman", serif;
}
#main, #main_index {
	width: 800px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; /* Half the width of the DIV tag which is 400 pixels */
	margin-top: -350px; /* Half the height of the DIV tag which is 350 pixels */
	text-align: center;
	background-color: #999;
	color: #ddd;
}
#main_index {
	width: 700px;
	margin-left: -350px; /* Half the width of the DIV tag which is 400 pixels */
	background-color: #666;
}
#left {
	width: 40%;
	height: 630px;
	float: left;
	text-align: left;
	/*padding: 10px 0px 0px 10px;*/
}
#right {
	width: 60%;
	height: 480px;
	float: right;
	text-align: left;
}
#right-links {
	width: 60%;
	height: 150px;
	float: right;
	text-align: center;
}
#left-footer, #left-footer-reiki, #left-footer-mediation {
	width: 40%;
	height: 58px;
	margin-top: 10px;
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 7px;
	border-top: 2px solid #ccc;
}
#left-footer-reiki{
	border-top: 2px solid #c33;
}
#left-footer-mediation{
	border-top: 2px solid #369;
}
#right-footer, #right-footer-reiki, #right-footer-mediation {
	width: 60%;
	height: 58px;
	margin-top: 10px;
	float: right;
	text-align: left;
	font-size: 1em;
	text-align: left;
	line-height: 1.3em;
	padding-top: 7px;
	border-top: 2px solid #ccc;
}
#right-footer-reiki{
	border-top: 2px solid #c33;
}
#right-footer-mediation {
	border-top: 2px solid #369;
}
#clear, #clear2 , #clear3 {
	float: clear both;
}

ul#mainnav{
	border: 0;
	margin: 0;
	padding: 0; 
	list-style-type: none;
	text-align: left;
}
#mainnav li{
	list-style-type: none;
	display: block;
	text-align: left;
	padding-top: 5px;
	margin: 0;
}
#mainnav  li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 98%;
	border: 2px solid #999;
	color: #ddd;
}
#mainnav  li a:hover{
	border: 2px solid #ddd;
}

ul#footernav{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footernav  li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#footernav  li a {
	font-weight: bold;
	width: 90px;
	height: 20px;
	border: 2px solid #999;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ddd;
	text-decoration: none;
	display: block;
	text-align: center;
}
#footernav  li a:hover {
	border: 2px solid #ddd;
}

#right h1 { 
	font-family:"Times New Roman",Times,serif;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 20px;
}
#right p { 
	font-family:"Times New Roman",Times,serif;
	font-weight: bold;
	padding-bottom: 0.9em;
	margin: 0;
	font-size: 1em;
	line-height: 1.1em;
}
#right ul { 

	border: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 0.9em;
	list-style-type: none;
	font-weight: bold;
}
#right ul li { 
	padding: 0;
	margin: 0;
}
