/* Yoga Dharana CSS Document - Home Page */

/* Basic Elements*/

body {
	margin:0; padding:0;
	font-family:Georgia, Helvetica, Verdana, sans-serif;
	font-size:100%;
	color:#E33000;
	background-color:#FFC2AE;
	text-align:center;
}
h1 {
	font-size:120%;
}
h2 {
	font-size:100%;
}
p {
	margin:0; padding:0;
	font-size:80%;	
}
em span {
	color:#890C08;
	font-style:normal;
}
ul {
	margin:0; padding:150px 0 0 0;
	font-size:75%;
}
ul li {
	line-height: 2.5ex; 
	list-style-type: none;
	background:url(../images/list_image.gif) no-repeat top center; 
	display: block; 
	padding: 5px 0 0 22px;
	margin-bottom: 5px;
}
ul li.nopad {
	margin-bottom:0px;
}
a:link, a:visited {
	color:#E33000;
}
a:hover, #imgrgt a.selected {
	color:#FC9200;
	text-decoration:none;
}
/* Specific Elements */
/* Container */
#wrapper {
	margin:30px auto;
	width:730px;
	text-align:left;
}
/* IE Hack */
* html #wrapper {
	width:731px;
}
#lftcol {
	margin:0; padding:0;
	width:32px;
	float:left;
	border: 1px solid #ffffff;
}
#maincol {
	margin:0 0 0 5px;
	float:left;
	width:557px;
	height:544px;
	border: 1px solid #ffffff;
}
#rgtcol {
	margin:0; padding:0;
	width:125px;
	float:right;
	border: 1px solid #ffffff;
}
#lftcol #imglft, #maincol #content, #rgtcol #imgrgt {
	margin:2px 2px 2px 2px;
}
#lftcol #imglft {
	background:url(../images/sidebar_home.jpg) no-repeat;
	height:540px;
}
#rgtcol #imgrgt {
	background:url(../images/rightbar_home.jpg) no-repeat;
	height:540px;
}
#maincol #content {
	background-color:#FFD4C6;
	height:540px;
}
/* Home page quote tags */
#quote {
	margin:50px 0px 0 60px;
	line-height:4.1ex;
}
em.lftneg {
	margin-left:-13px;
}
em.lftpos1 {
	margin-left:40px;
}
em.lftpos2 {
	margin-left:30px;
}
em.lftpos3 {
	margin-left:10px;
}
/* Thanks to Todd Fahrner and Stopdesign */
span.dropcap {
	margin:-16px 0 0 0; padding:0;
  	float:left;
  	width:45px;
  	height:43px;
  	background:url(../images/dropcap.gif) no-repeat;
}
span.dropcap span {
	display:none;
}
#footer {
	font-size:70%;
	color:#FFF1EC;
	text-align:right;
}
#footer a:link, #footer a:visited {
	color:#FFF1EC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Class Tags */
.ctr {
	text-align:center;
}
.hideit {
	display:none;
}
.rgt {
	margin:5px 20px 0 0;
	text-align:right;
	letter-spacing: 0.075em;
}

	
	

