@charset "utf-8";
/* CSS Document */

body{
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	height: 1000px;
	margin: 0px;
	background-image: url(images/bg.jpg);
}

a{
}

a:hover{
}

h1{
}

h2{
}

h3{
}

h4{
}

.clear {
	clear: both;
}
.clear-r {
	clear: right;
}


.container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header_wrap {
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #DB589A;
	background-color: #47005C;
}

.header {
	padding: 0px;
	width: 1000px;
	height: 85px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	float: left;
	width: 436px;
}
.site-description {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #CCC;
}
.h-right {
	float: right;
	width: 560px;
}
.h-top {
	float: right;
	width: 560px;
}
.bookmarkus {
	float: right;
}
.contactus {
	float: right;
}

.h-bottom {
	width: 560px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 47px;
}
.main-content {
	background-color: #FFF;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.action-l {
	width: 921px;
	float: left;
	background-image: url(images/life-coach-action.png);
	height: 187px;
}
.action-r {
	width: 75px;
	float: right;
	text-align: center;
}
.menu {
	width: 995px;
	height: 25px;
	background-color: #F0C8E0;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.menu a {
	font-weight: bold;
	color: #47005C;
	text-decoration: none;
}
.menu a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.c-left {
	float: left;
	width: 785px;
	padding: 5px;
}
.c-right {
	float: right;
	width: 200px;
	text-align: center;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #0199A7;
	height: 100%;
}
.sideBar {
	width: 200px;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0199A7;
	padding-bottom: 5px;
}
.product {
	color: #662777;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.footer_wrap {
	background-color: #47005C;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #DB589A;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer p {
	color: #FFF;
	font-size: 12px;
}
.footer a {
	font-weight: bold;
	color: #FFF;
}

