body {
	color: #993399;
	font-family: Georgia, arial, verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body#main{
	background-image: url(/images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #6AB442;
}

body#homeopathy{
	background-image: url(/images/bodybg2.jpg);
	background-repeat: repeat-x;
	background-color: #6AB442;
}

p { 
	margin-bottom: 7px;
	margin-top: 0;
	}
a {
	color: #76DEFC;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: White;
	}

#header{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#logo{
	margin: 30px;
}

#header ul{
	display: block;
	list-style: none;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header li { 
	display: inline;
	background-color: #0099CB;
	}
#header li a{
	height: 45px;
	line-height: 44px;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
	float: left;
	color: #FFFFFF;
	width: 85px;
	border-bottom-width: 1px;;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#header li a:hover{
	background-color: #0099CB;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#home-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/home-banner.jpg);
	border-bottom: solid 1px #fff;
}
#course-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/course-visual.jpg);
	border-bottom: solid 1px #fff;
}

#philosophy-visual {
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/philosophy-visual.jpg);
	border-bottom: solid 1px #fff;
}

#homeopathy-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/homeopathy-visual.jpg);
	border-bottom: solid 1px #fff;
}

#facilitator-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/facilitator-visual.jpg);
	border-bottom: solid 1px #fff;
}

#contact-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/contact-visual.jpg);
	border-bottom: solid 1px #fff;
}

#meditation-visual{
	height:120px;
	background-repeat: no-repeat;
	background-image: url(/images/meditation-visual.jpg);
	border-bottom: solid 1px #fff;
}

h1{
	margin: 0;
	padding: 10px 0 2px 20px;
	font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
	color: #993399;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CB;
}

#content{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	clear: both;
	background-color: #fff;
	height: 100%;
}

#content p, #content address {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

h2{
	margin: 0;
	font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
	color: #993399;
	font-size: 130%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 0px;
}
#footer{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 80%;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
#footer a:hover{ color: white; text-decoration: underline; }
#content li {
	padding-bottom: 5px;
}
#content a {
	color: #0066FF;
	text-decoration: underline;
}
label {
	font-size: 95%;
}
a img {
	border: 0;
}

#content-column {
	width:500px;
	float: left;
	height: 100%;
	background-color: #FFFFFF;
}
.cloud-text{
	width: 150px;
	font-size: 120%;
	color: #993399;
	font-style: italic;
	padding: 52px;
}
.cloud {
	background: #FFF;
	background-image: url(/images/cloud.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 350px;
	margin-left: 500px;
}

.cloud-small {
	background: #FFF;
	background-image: url(/images/cloud-small.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 350px;
	margin-left: 500px;
}

.clear {
	clear: both;
}

blockquote {
	font-style: italic;
	font-size: 110%;
	padding-bottom: 1em;
}
