/* Yoga Dharana CSS Document - About Page */

/* Basic Elements*/

body {
	margin:0; padding:0;
	font-family:Georgia, Helvetica, Verdana, sans-serif;
	font-size:100%;
	color:#666666;
	background-color:#ECF8BE;
	text-align:center;
}
h1 {
	margin:0; padding:0;
	font-size:120%;
}
h2 {
	font-size:100%;
}
p {
	margin:0; padding:0;
	font-size:80%;
}
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:#48570B;
}
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_press.jpg) no-repeat;
	height:540px;
}
#rgtcol #imgrgt {
	background:url(../images/rightbar_about.jpg) no-repeat;
	height:540px;
}
#maincol #content {
	background-color:#F2FAD2;
	height:540px;
}
#cntscroll {
	margin:10px -15px 0px 14px; padding-right:15px;
	width:513px;
	height:250px;
	overflow:auto;
}
#cntscroll p.press1 {
	margin:25px 10px 0 20px;
	float:left;
	width:75px;
}
#cntscroll p.ptxt1 {
	margin:50px 0 0 90px;
}
#cntscroll p.ptxt2 {
	margin:30px 0 0 90px;
}
#footer {
	font-size:70%;
	color:#BCE021;
	text-align:right;
}
#footer a:link, #footer a:visited {
	color:#BCE021;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}	
/* Quote tags */
.quote {
	margin:15px 0px 0 10px;
	text-align:center;
	font-size:90%;
	font-style:oblique;
	color:#758E11;
}
/* For Press Images */
#newwin, #clswin {
	margin-left:15px;
	padding:0 0 10px 10px;
	width:510px;
}
#newwin {
	border:1px solid #ffffff;
	background-color:#F2FAD2;
}
#newwin h1 {
	margin-bottom:25px;
}
#clswin img {
	margin-top:15px;
	float:right;
}

/* Class Tags */
.ctr {
	text-align:center;
}
.hideit {
	display:none;
}
.rgtflt {
	margin-top:15px;
	float:right;
}
.clearlft {
	clear:left;
}
	
	

