/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #D9D0BE;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	width: 701px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainTable {
	background-color: #FFFFFF;
	border-right-color: #AEA090;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #AEA090;
	border-left-style: solid;
	border-left-width: 2px;
	}
.navigation {
	background-image: url(images/navStripe.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	vertical-align: middle;
	}
.navigation a:link, .navigation a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 16px 6px 16px;
	display: block;
	float: left;
	}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.activeNav a {
	color: #FFFFFF;
	text-decoration: underline;
}
.subnav-table {
	width: 170px;
	background-color: #E4EEDA;
	padding: 30px 0px;
	vertical-align: top;
	font-size: 12px;
	background-image: url(images/background-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.subnav-table ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: solid #FFFFFF 1px;
	width:170px;
}
.subnav-table ul li {
	position: relative;
}
.subnav-table ul li a:link, .subnav-table ul li a:visited {
	display: block;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
	background-color: #E4EEDA;
	color: #666666;
	font-weight: bold;
	border-bottom: solid #FFFFFF 1px;
	margin: 0px;
}
.subnav-table ul li a:hover {
	display: block;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
	background-color: #A6C582;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
.content {
	background-image: url(images/floral.gif);
	background-repeat: no-repeat;
	
	padding: 30px;
	vertical-align: top;
	color: #333333;
	font-size: 11px;
	}

.content p {
	padding-bottom: 10px;
	}
.content h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	}
.content h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}
.content h3 {
	font-size: 9px;
	color: #61902B;
	padding-bottom: 4px;
	}
.content h4 {
	color: #A7C583;
	font-size: 12px;
	font-weight: bold;
	}
.content2 {
	background-image: url(images/floral.gif);
	background-repeat: no-repeat;
	width:467px;
	padding: 30px;
	vertical-align: top;
	color: #333333;
	font-size: 11px;
	}
.content2 {
	background-image: url(images/floral-right.gif);
	background-repeat: no-repeat;
	padding: 30px;
	vertical-align: top;
	color: #333333;
	font-size: 11px;
	background-position: left top;
	}
.content2 p {
	padding-bottom: 10px;
	}
.content2 h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	}
.content2 h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}
.content2 h3 {
	font-size: 9px;
	color: #61902B;
	padding-bottom: 4px;
	}
.content2 h4 {
	color: #A7C583;
	font-size: 12px;
	font-weight: bold;
	}
.image {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 2px;
	float: left;
	margin: 0px 20px 20px 0px;
	}
.imageNoFloat {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 2px;
	margin: 0px 20px 20px 0px;
	}
.content a {
	color: #EC9E00;
	}
.content a:hover {
	color: #63932B;
	}
.content2 a {
	color: #EC9E00;
	}
.content2 a:hover {
	color: #63932B;
	}
.smallColumn {
	width: 200px;
	padding: 30px 30px 30px 21px;
	vertical-align: top;
	font-size: 11px;
	color: #666666;
	}
.smallColumn p {
	padding: 10px 0px;
	}
.smallColumn a {
	font-weight: bold;
	color: #666666;
	}
.smallColumn a:hover {
	color: #333333;
	}
.smallColumn form p {
	padding: 8px 0px 0px 0px;
	}
.smallColumn input {
	color: #666666;
	}
.footer {
	background-color: AEA090;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	background-image: url(images/footerStripe.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
.footer a:hover {
	text-decoration: underline;
	}
.footer span {
	background-color: AEA090;
	padding: 0px 12px;
	}
.h1orange {
	color: #EC9E00
	}
hr {
	clear: both;
	visibility: hidden;
	}
.yogaPoses {
	padding-bottom: 10px;
	}
.rightHeading {
	background-image: url(images/rightHeadings2.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 209px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	}
