/*
 * HTML styles.
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background: url(../images/body_bkg.gif) top left;
	height: 100.01%;
	text-align: center;
}

a, a:link, a:visited  {
	color: #837d54;
	text-decoration: underline;
	font-weight: bold;
}
a:active, a:hover {
	color: #48462f;
	font-weight: bold;
}
p {
	padding: 15px 15px 15px 0;
	margin: 0;
	line-height: 15px;
}

p.center {
	text-align: center;
}
p.nav {
	text-align: center;
	margin: 0;
	margin-right: 13px;
	padding: 0;
	padding-top: 3px;
	}
h1 {
    font-size: 16px;
    font-weight: bold;
    color: #7e7947;
	line-height: 24px;
	padding: 5px 25px 0 0;
}

h2 {
	font-size: 14px;
	padding: 0 25px 0 0;
	font-weight: normal;
	color: #7e7947;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

h4 {
	text-align: right;
	margin-top: -20px;
	margin-right: 7px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background: none;
	}
#content ul {
    margin: 10px 0px;
}
#content ul li {
    margin-left: 50px;
	margin-bottom: 10px;
    list-style-type: disc;
}

#content ul li ul {
	margin-left: -30px;
}

#content ul li ul li {
	list-style-type: circle;
}

ol {
	margin: 15px 0px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}



/*
 * Block definitions.
 */
#container {
	background: url(../images/bkg.gif) top left repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: right;
}
	#spacer {
		height: 25px;
		}
	#topper {
		height: 48px;
		width: 820px;
		background:url(../images/topper.gif) top left no-repeat;
		}
	#content_wrapper {
		margin-left: auto;
		background:url(../images/content_bkg.gif) top left repeat-y;
		text-align: left;
		padding: 15px 0px 15px 30px;
		min-height:400px;
  		height:auto !important;
  		height:400px;
	}
	html>body #content_wrapper {
		padding: 15px 15px 15px 30px;
	}
		#image_links {
			float: right;
			width: 415px;
			text-align: right;
		}
			#image_links a {
				float: left;
				display: block;
				height: 188px;
				width: 188px;
				margin: 0 15px 15px 0;
			}
			a#holistic:link, a#holistic:visited {
				background: url(../images/holistic_network.jpg) top right no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#holistic:hover, a#holistic:active {
				background: url(../images/holistic_network.jpg) top left no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#yoga:link, a#yoga:visited {
				background: url(../images/yoga_network.jpg) top right no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#yoga:hover, a#yoga:active {
				background: url(../images/yoga_network.jpg) top left no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#tai_chi:link, a#tai_chi:visited {
				background: url(../images/tai_chi_network.jpg) top right no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#tai_chi:hover, a#tai_chi:active {
				background: url(../images/tai_chi_network.jpg) top left no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#buddhist:link, a#buddhist:visited {
				background: url(../images/buddhist_network.jpg) top right no-repeat;
				border: 1px solid #7a6d7e;
			}
			a#buddhist:hover, a#buddhist:active {
				background: url(../images/buddhist_network.jpg) top left no-repeat;
				border: 1px solid #7a6d7e;
			}
		#content {
			border: 1px solid #615d2e;
			width: 333px;
			padding: 10px;
			padding-right: 0;
			height: 373px;
		}
			#scroll {
			overflow: auto;
			height: 360px;
		}
	#footer {
		text-align: center;
		background: url(../images/bottom.gif) top left no-repeat;
		height: 100px;
		width: 820px;
		position: relative;
		color: #615d2e;
	}
		#footer p {
			padding: 0;
			padding-top: 40px;
			font-size: 11px;
			font-weight: normal;
		}
		#footer a, #footer a:link, #footer a:visited {
			color: #615d2e;
			font-weight: normal;
		}
		#footer a:active, #footer a:hover {
			color: #000;
			font-weight: normal;
		}
