@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, hr, img {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A:link, A:active, A:visited, A:hover {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img {
	border: 00px;
}
.clear {
	clear: both;
}
.padding_none {
	padding: 00px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 00px;
}
#hypnotherapist {
	width: 852px;
	position: relative;
	margin: auto;
	
}
#border_all {
	border: 1px solid #bda07a;
	width: 850px;
	float: left;
}
/************************************* Header **************************************/
#header h1 {
	width: 810px;
	background: url(images_hypnotherapist/header.jpg) left top scroll no-repeat;
	float: left;
	line-height: 65px;
	font-size: 45px;
	padding: 00px 20px;
	clear: both;
	text-align: right;
}
#banner {
	width: 850px;
	float: left;
	clear: both;
}
/************************************* Content **************************************/
#content_bg {
	background: url(images_hypnotherapist/content_bg.jpg) left top scroll repeat-y;
	width: 850px;
	float: left;
}
#content_bg2 {
	background-color: #FFFFFF;
	padding: 20px 20px 00px 20px;
	width: 810px;
	float: left;
}
#content_left {
	width: 204px;
	padding: 00px 00px 00px 21px;
	text-align: center;
	float: left;
}
#content_right {
	width: 587px;
	padding: 00px 19px;
	float: right;
}
#content_right span {
	padding: 00px 20px;
	display: block;
}
.img_border {
	border: 1px solid #cccccc;
	padding: 02px;
	background-color: #FFFFFF;
	margin: 00px 00px 15px 00px;
}
.border_content {
	border-top: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}
.coming_soon {
	padding: 150px 00px;
}
/************************************* Bottom **************************************/
#bottom_link {
	background-color: #bda07a;
	padding: 15px 20px 15px 20px;
	float: left;
	width: 810px;
	color: #000000;
	text-decoration: none;
	clear: both;
}
#bottom_link A:link, #bottom_link A:active, #bottom_link A:visited, #bottom_link A:hover {
	color: #000000;
	text-decoration: none;
}
#bottom_link A:hover {
	text-decoration: underline;
}
#bottom_link p {
	padding: 00px;
}
/************************************* list **************************************/
.list_form ul
{
	padding:10px 30px 10px 40px;
}
.list_form li
{
	padding:00px 00px 8px 00px;
}

.center_line { border:#999999 solid 1px;  margin:15px 20px;}
/************************************* box**************************************/
.box_left_line
{
	background:url(images_hypnotherapist/box_left_line.jpg) scroll left top repeat-y;
	width:27px;
}
	
.box_right_line
{
	background:url(images_hypnotherapist/box_right_line.jpg) scroll left top repeat-y;
	width:27px;
}
.box_top
{
	background:url(images_hypnotherapist/box_top.jpg) scroll left top repeat-x;
	height:30px;
}
.box_bottom
{
	background:url(images_hypnotherapist/box_bottom.jpg) scroll left top repeat-x;
	height:30px;
}


.padd_5_10
{
	padding:5px 10px;
}