﻿@import url('http://www.instanthealer.com/styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-size: 1em;*/
	background-image: url('http://www.instanthealer.com/images/masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 0 ;
	padding: 0px;
	border-right: 0px solid #725972;
	border-bottom: 0px solid #725972;
	border-left: 0px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width:100%;
	border: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url('http://www.instanthealer.com/images/masthead.gif');
	float: left;
}
.back {
	background-image: url('http://www.instanthealer.com/images/masthead.gif');
}
#navigation {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	text-align:center;
	border-right: 0px dotted #725972;
}
#content {
	position: relative;
	margin: 125px 0px 0px 105px;
	padding: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 0px dotted #d8bfd8;
	float: inherit;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 10px;
	border: 0px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.indent {
	margin-left:100px;
}
iframe {
	border:0px;
}
.style_heading {
	text-align: right;
	padding-right: 6px;
}
