@charset "utf-8";
/* CSS Document */
body {
	background-color:#dde6c2;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	color:#fff;
}

img {
	border:0;
}

a:link, a:visited {
	color:#4d5e4c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#outer {
	margin:0 auto;
	text-align:center;
	width:100%;
}

#container, #topArea, #topContent, #navArea {
	overflow:hidden;
}

#container {
	margin:0 auto;
	float:left;
	width:100%;
	text-align:left;
}

#topArea {
	margin:0 auto;
	float:left;
	width:100%;
	background:url('images/top_bg.jpg') repeat-x;
}

#topContent {
	margin:0 auto;
	width:988px;
}

#headLeft {
	float:left;
	width:577px;
}

#headRight {
	float:right;
	width:411px;
	text-align:right;
}

#utilNav {
	float:right;
	width:361px;
	padding:25px;
}

#utilNav a:link, #utilNav a:visited {
	color:#ffa700;
	text-decoration:none;
	font-size:12px;
	margin-bottom:5px;
}

#utilNav a:hover {
	text-decoration:underline;
}

#navArea {
	float:right;
	width:100%;
	background:url('images/navbar_bg.gif') repeat-x;
	margin:0 auto 10px auto;
}

#navBar {
	margin:0 auto;
	width:988px;
}

#navContent {
	float:right;
	background:url('images/nav_bg.gif') no-repeat;
	padding:5px 0 34px 0;
	text-align:right;
}

.navItem {
	float:left;	
}

#contentArea {
	background:#af9299 url('images/content_top.gif') repeat-x top;
	clear:both;
	width:100%;
}

#content {
	background:url('images/content_btm.gif') repeat-x bottom;
	clear:both;
	width:100%;
}

#mainContent {
	margin:0 auto;
	width:566px;
	background:url('images/flower_bg.png') no-repeat 580px 38px;
	padding:28px 346px 90px 112px;
}

#mainContentYoga {
	margin:0 auto;
	width:556px;
	background:url('images/om-on-the-ganga.jpg') no-repeat 675px 110px;
	padding:28px 356px 90px 112px;
}

#mainContentStory, #mainContentRetreats {
	margin:0 auto;
	width:806px;
	padding:28px 96px 90px 112px;
}

#mainContentContact {
	margin:0 auto;
	width:606px;
	padding:28px 296px 90px 112px
}

#footerArea {
	background:url('images/footer_bg.gif') repeat-x;
	clear:both;
	width:100%;
	font-size:11px;
	color:#fff;
	padding:57px 0 57px 0;
}

#footerContent {
	margin:0 auto;
	width:988px;
}

#footLeft {
	padding-left:71px;
	text-align:left;
	width:506px;
	float:left;
}

#footRight {
	padding-right:71px;
	text-align:right;
	float:right;
	width:326px;
}

#footRight a:link, #footRight a:visited {
	color:#fff;
	text-decoration:none;
}

#footRight a:hover {
	text-decoration:underline;
}

.title {
	padding-left:50px;
}

.largeText {
	font-size:21px;
	color:#fff;
}

.mediumText {
	font-size:17px;
	color:#fff;	
	padding-left:30px;
}

.tableTitle {
	font-size:15px;
}

.yogaTable {
	background-color:#fff;
	color:#4b3d4e;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:.5;
}
