body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	background: url('/images/body-bg.gif') repeat-x top left;
	background-color: #836226;
	margin: 0;
}

#top-bg {
	margin-top: 50px;
	width: 800px;
	background: url('/images/top-bg.gif') no-repeat bottom left;
	height: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: auto;
	margin-right: auto;	
}

#bot-bg {
	width: 800px;
	background: url('/images/bot-bg.png') no-repeat top left;
	height: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	height: 600px;
	background: url('/images/main-bg.gif') no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
	overflow: hidden;
}


#sub_container {
	height: 700px;
	background: url('/images/sub-bg.gif') no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
	overflow: hidden;
}


/* css for the index page */

#mid-bg {
	width: 800px;
	padding-right: 4px;
	padding-left: 4px;
	background: url('/images/mid-bg.png') repeat-y top left;
	margin-left: auto;
	margin-right: auto;
}

#right {
	text-align: left;
	height: 475px;
	width: 390px;
	margin-top: 60px;
	margin-right: 10px;
	float: right;
	overflow: auto;
   	-moz-box-sizing: border-box;
}
.image_right {
	float: right;
}
.image_left {
	float: left;
	margin-right: 10px;
}

#about {
	position: relative;
	width: 120px;
	height: 27px;
	top: 187px;
	margin-left: 240px;
	cursor: pointer;
}
#acupuncture {
	position: relative;
	width: 120px;
	height: 27px;
	top: 192px;
	margin-left: 240px;
	cursor: pointer;
}
#ashiatsu {
	position: relative;
	width: 120px;
	height: 54px;
	top: 197px;
	margin-left: 240px;
	cursor: pointer;
}
#hypno {
	position: relative;
	width: 120px;
	height: 27px;
	top: 202px;
	margin-left: 240px;
	cursor: pointer;
}
#contact {
	position: relative;
	width: 120px;
	height: 27px;
	top:207px;
	margin-left: 240px;
	cursor: pointer;
}

#sub_main {
	height: 710px;
	width: 808px;
	padding: 0px;
	background: url('/images/sub-bg.gif') no-repeat center;
	margin: auto;
	line-height: 100%;
}

#sub_right {
	text-align: left;
	height: 660px;
	width: 530px;
	padding-right: 25px;
	float: right;
}

#content {
	width: 100%;
	height: 490px;
   	overflow: auto;
   	-moz-box-sizing: border-box;
}

#pic_container {
	width: 100%;
	height: 175px;
}

#heading {
	position: relative;
	top: 150px;
	font-weight: bold;
	font-size: 12pt
}

#picture {
	float: right;
	width: 101px;
	height: 152px;
	padding: 0px;
	margin-top: 20px;
}


#sub_home {
	position: relative;
	width: 120px;
	height: 27px;
	top: 157px;
	margin-left: 83px;
	cursor: pointer;
}
#sub_about {
	position: relative;
	width: 120px;
	height: 27px;
	top: 165px;
	margin-left: 83px;
	cursor: pointer;
}
#sub_acupuncture {
	position: relative;
	width: 120px;
	height: 27px;
	top: 173px;
	margin-left: 83px;
	cursor: pointer;
}
#sub_ashiatsu {
	position: relative;
	width: 120px;
	height: 54px;
	top: 181px;
	margin-left: 83px;
	cursor: pointer;
}
#sub_hypno {
	position: relative;
	width: 120px;
	height: 27px;
	top: 189px;
	margin-left: 83px;
	cursor: pointer;
}
#sub_contact {
	position: relative;
	width: 120px;
	height: 27px;
	top: 197px;
	margin-left: 83px;
	cursor: pointer;
}

#footer {
	padding: 2px;
	color: white;
	font-size: 9pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 809px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: red;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
}