/* CSS Document */

table {
background-color:#ffffff;
}

td {
background-color:#cef2fb;
}

th {
background-color:#0E8EBF;
color: #ffffff;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3856a6;
	background: #3856a6 url(../img/bg.jpg) repeat-x;
}

a {
	text-decoration:underline;
	color: #0098c3;
	font-weight: bold;
}

a:link {
	text-decoration:underline;
}

a:hover {
	color: #333399;
	text-decoration: none;
}


ul {
margin-top: 8px;
}

li {
line-height: 18px;
}

p {
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 15px;
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

#container {
	background: #fff url(../img/container-bg.gif) repeat-y;
	width: 780px;
	margin: 12px auto 0 auto;
}

#left {
	background: #0098c3 url(../img/left.jpg) no-repeat;
	float: left;
	width: 273px;
	height: 556px;
}

#left ul{
	margin: 250px 0 0 100px;
	padding: 0;
	width: 152px;
}

#left li{
	list-style: none;
}

a#home, a#about, a#brain, a#business, a#life, a#biography, a#contact, a#hypno, a#fees{	
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 31px;
	height: 0px;
	}
	
a#home {
background: url(../img/menu-home.gif);
}

a#home:hover {
background: url(../img/menu-home-on.gif);
}

a#fees {
background: url(../img/menu-fees.gif);
}

a#fees:hover {
background: url(../img/menu-fees-on.gif);
}

a#hypno {
background: url(../img/menu-hypno-off.gif);
}

a#hypno:hover {
background: url(../img/menu-hypno-on.gif);
}

a#about {
background: url(../img/menu-about.gif);
}

a#about:hover {
background: url(../img/menu-about-on.gif);
}

a#brain {
background: url(../img/menu-brain.gif);
}

a#brain:hover {
background: url(../img/menu-brain-on.gif);
}

a#life{
background: url(../img/menu-life.gif);
}

a#life:hover{
background: url(../img/menu-life-on.gif);
}
	
a#business {
background: url(../img/menu-business.gif);
}

a#business:hover {
background: url(../img/menu-business-on.gif);
}

a#biography {
background: url(../img/menu-biography.gif);
}

a#biography:hover {
background: url(../img/menu-biography-on.gif);
}

a#contact {
background: url(../img/menu-contact.gif);
}

a#contact:hover {
background: url(../img/menu-contact-on.gif);
}

#content {
	background: #ffffff url(../img/banner-home.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 280px 20px 30px 27px;
}

#content-change {
	background: #ffffff url(../img/banner-change.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#content-business {
	background: #ffffff url(../img/banner-business.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#content-life {
	background: #ffffff url(../img/banner-life.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#content-brain {
	background: #ffffff url(../img/banner-brain-training.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#content-biography {
	background: #ffffff url(../img/banner-biography.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#content-hypnotherapy {
	background: #ffffff url(../img/banner-hypnotherapy.jpg) no-repeat;
	float: right;
	width: 460px;
	padding: 217px 20px 30px 27px;
}

#boxout{
	background: #cef2fb;
	margin-top: 10px;
	padding: 3px 10px 10px 10px;
}

dl{
	background: #cef2fb;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
}

dt{
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

dd{
	margin: 0;
	padding: 0;
}

#content dl{
	background: #cef2fb url(../img/home-dl-bg.jpg) no-repeat top right;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
}

#content dt{
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

#content dd{
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	padding-top: 8px;
	height: 30px;
	background-color:#3856a6;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
}

.quote {
	background: #0098c3 url(../img/quote.gif) top left no-repeat;
	padding: 10px 20px 20px 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}