/* Universal Decalartions */
* {
	margin:0;
	padding:0;
}
/* End Universal Decalrations */

/* Standard Tags */
a:link, a:visited {
	color: #EF245C;
}

a:hover {
	color: #0E1D2F;
}

a img {
	border: none;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	font-size: .9em;
	line-height: 1.35em;
	background:  url("../images/bambooBG.jpg") top left repeat ;
	height: 100%;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 7px 0;
	color: #EF245C;
}

h2 {
	font-size: 1.1em;
	margin: 0 0 0 5px;
	color: #EF245C;
}

h3 {
	font-size: .9em;
	margin: 15px 0 3px 15px;
	color: #EF245C;
}

p { 
	margin-left: 15px;
	font-size: 1.1em;
	line-height: 1.35em;
}

strong {
	color: #EF245C;
}

ul {
	margin: 5px 0 10px 30px;
}

/* End Standard Tags*/

/* Content Styles */
#content {
	text-align:left;
	margin: 0 35px 0 75px;
}

#content p {
	margin-bottom: 10px;
}
/*End Content Styles */

/* Fixed Styles */
#fixed, #fixedWithout {
	width: 760px;
	margin: 0 auto;
	background: #FFF url("../images/balance.jpg") bottom right no-repeat;
}

#fixedWithout {
	background: #FFF;
}
/* End Fixed Styles */

/* Menu Styles */


#menu a:link, #menu a:visited {
	color: #666;
	text-decoration: none;
}

#menu a:hover {
	color: #EF245C;
	text-decoration: underline;
}

#menu p {
	padding: 5px 0;
	margin: 0 10px 0 0;
	font-size: 1em;
	text-align: right;
	height: 25px;
}

.home #menu a.home, .about #menu a.about, .calendar #menu a.calendar, .contact #menu a.contact, .feng #menu a.feng, .links #menu a.links, .monial #menu a.monial, .yoga #menu a.yoga {
	color: #EF245C;
} 
/* End Menu Styles */


/* Copyright Styles */
#copy {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	clear: both;
}

#copy p {
	margin: 0 10px 0 0;
	padding: 10px 0 5px;
	font-size: .75em;
	text-align: right;
	height: 25px;
}

/* End Copyright Styles */

/* Classes */
.clear {
	clear: both;
}

.col{
	margin: 20px  20px 0 0;
	width: 250px;
	float: left;
	clear: right;
}

.col p, .col ul { 
	font-size: .9em;
	line-height: 1.4em;
}

.monialWords {	
	font-style: italic;
	font-size: .9em;
	line-height: 1.4em;
}

.monialWords strong {	
	font-style: normal;
}

.wayLeft {
	float: left;
	margin: 0 5px 0 -15px;
}