body	{
	background-color: #ccba8a;
	}
	
#navContainer	{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	}
ul#navBar	{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	left: 50%;
	}
	
ul#navBar li	{
	position: relative;
	float: left;
	margin: 0 0.15em;
	right: 50%;
	background: url(./images/navbackground.png) bottom left repeat-x;
	}
	
ul#navBar a	{
	background: url(./images/navhoverbackground.png) bottom left repeat-x;
	background-position: 0 -60px;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
ul#navBar a:hover		{
	background: url(./images/navhoverbackground.png) bottom left repeat-x;
	}
	
ul#navBar a.active	{
	background: url(./images/navactivebackground.png) bottom left repeat-x;
	cursor: default;
	}

div#container	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 5px;
	}
	
div#header	{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	}

div#mainContent	{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	}	
	
div#leftColumn	{
	width: 425px;
	margin-right: 35px;
	float: left;
	}
	
div#rightColumn	{
	width: 400px;
	float: right;
	}
	
div.event	{
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
div#classesTimetable	{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
div#indexMainImage	{
	text-align: center;
	margin-top: 30px;
	}
	
div#subNewsImage	{
	text-align: center;
	margin-top: 40px;
	}
	
div#ethosMainImage	{
	text-align: center;
	}
	
div#classesHeadstandImage	{
	float: right;
	margin-left: 20px;
	}
	
div#ethosBeareAsana	{
	text-align: center;
	}
	
div#mapContainer	{
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	}
	
table.timetable td	{
	color: #6c0a0a;
	vertical-align: bottom;
	}
	
table.timetable caption	{
	color: #6c0a0a;
	font-weight: bold;
	font-size: 1.1em;
	}
	
table.timetable td.classCategory	{
	font-weight: bold;
	padding-right: 10px;
	padding-top: 15px;
	}
	
h2.pageTitle	{
	margin-top: 50px;
	text-align: center;
	color: #af1111;
	clear: both;
	}

h2.subSectionTitle	{
	text-align: center;
	color: #af1111;
	clear: both;
	}
	
h3.subSectionTitle	{
	text-align: center;
	color: #af1111;
	clear: both;
	}
	
h3.eventTitle	{
	margin-top: 0px;
	color: #af1111;
	font-size: 1.2em;
	clear: both;
	}
	
h3 a	{	
	color: #af1111;
	font-size: 0.8em;
	}
	
h4.eventSubTitle	{
	margin-top: 0px;
	color: #af1111;
	font-size: 1.1em;
	clear: both;
	}
	
p.standard	{
	color: #6c0a0a;
	}
	
p.standard a	{
	color: #a00a0a;	
	}
	
p.announcement	{	
	color: #6c0a0a;
	margin-left: 50px;
	margin-right: 50px;
	}
	
p.quote	{
	font-style: italic;
	}
	
a.toggle	{
	color: #6c0a0a;
	}
	
ul.standard	{
	color: #6c0a0a;
	}
	
ol.standard	{
	color: #6c0a0a;
	}
	
img#mainBanner	{
	width:860px;
	height:93px;
	border:0;
	}

img#lotusBar	{
	width: 777px;
	height: 33px;
	}
	
img#hanumanasana	{
	width: 398px;
	height: 327px;
	margin-bottom: 15px;
	}
	
img#janusirsasana
	{
	width: 280px;
	height: 187px;
	}
	
img#forwardBend	{
	width: 248px;
	height: 297px;
	}
	
img#headstand	{
	width: 131px;
	height: 349px;
	}
	
img#beareAsana	{
	width: 312px;
	height: 417px;
	}
	
img#yogafeet	{
	width: 226px;
	height: 218px;
	}
	
img#yoga	{
	width: 257px;
	height: 271px;
	}
	
img#yoga1	{
	width: 200px;
	height: 133px;
	}

div#footer	{
	width: 800px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.bold	{
	font-weight: bold;
	}
	
.italic	{
	font-style: italic;
	}
	
.floatRight	{
	float: right;
	}
	
.floatLeft	{
	float: left;
	}
	
.noBottomMargin	{
	margin-bottom: 0px;
	}
	
.noTopMargin {
	margin-top: 0px;
	}
	
.topMarginFive	{
	margin-top: 5px;
	}
	
.textCenter	{
	text-align: center;
	}
	
.textLeft	{
	text-align: left;
	}	
	
	
#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}