html {
	padding: 0;
	margin: 0;
	text-align: center;
}

body {
	background: #fff url('bg.jpg') repeat-x scroll top left;
	color: #666;
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-family: arial,sans-serif;
	position: relative;
}

h1,h2 {
	color: #A85FBF;
	font-weight: normal;
	text-align: left;
	font-size: 32px;
}

p {
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}

#content {
	background: transparent url('reiki.jpg') no-repeat scroll 500px 25px;
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}

#content div {
	padding: 0 240px 0 0px;
	height: 550px;
	overflow: auto;
}

#nav {
	position: absolute;
	top: 285px;
	left: 500px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}

#nav a {
	display: block;
	border: 1px solid #eee;
	padding: 5px 20px 5px 0;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}

#nav a:hover {
	color: #A85FBF;
}

#nav a:active {
	outline: none;
}

:focus {
  -moz-outline-style: none;
}


#footer p {
	text-align: left;
	color: #ccc;
	padding: 10px 0 0 0;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #ccc;
}

#footer a:hover {
	color: #666;
	border-color: #666;
}