/*Yoga Space Stylesheet*/

body	{
	margin:		0;
	padding:	0;
	font: 13px/15px "Trebuchet MS", arial, helvetica,  sans-serif;
	color:	#000;
	background : #ffc;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 13px/15px "Trebuchet MS", arial, helvetica,  sans-serif;	
    }
    
#main {
	position: relative;
	background: #ffc;
	margin: 0;
	padding: 0;
	}

	

#nav {
	position: absolute;
	float: left;
	width: 158px;
	padding: 0;
	height: 660px;
	border: 1px solid black;
	background: #ffc url(images/linenbkgd.gif) repeat-y fixed;
	font: 14px italic "Trebuchet MS", arial, helvetica,  sans-serif;
	}
	
#nav ul {
	margin: 0 0 0 0;
	list-style: none;
	padding: 20px;
	}	

#nav ul li {
	padding: 1px;
	margin: 6px 2px;
	}	
	
#nav ul li a {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 2px;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: blue;
	background: transparent;
	}

/*menu page indication*/
#home a#linkhome,
#sched a#linksched,
#reg a#linkreg, 
#info a#linkinfo, 
#pix a#linkpix, 
#instruct a#linkinstruct, 
#classes a#linkclasses,
#policies a#linkpolicies,
#lynaus a#linklynaus,
#india a#linkindia,
#links a#linklinks,
#contact a#linkcontact {
	color: blue;
	text-decoration: none;	
	}	
	
	
#home a#linkhome:hover,
#sched a#linksched:hover,
#reg a#linkreg:hover, 
#info a#linkinfo:hover, 
#pix a#linkpix:hover, 
#instruct a#linkinstruct:hover, 
#classes a#linkclasses:hover, 
#policies a#linkpolicies:hover,
#lynaus a#linklynaus:hover,
#india a#linkindia:hover,
#links a#linklinks:hover,
#contact a#linkcontact:hover {
	color: #blue;
	text-decoration: none;
	}

	
#content {
/*	border: 1px solid blue;*/
	position: absolute;
	width: 780px;
	height: 600px;
	background: #ffc;
	margin: 0 0 0 160px;
	padding: 50px 0 10px 50px;
	}
	
    
#content a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration:	none;
	color:	#009;
	font-size: 13px;
	line-height: 15px;
	}

#content a:hover {
	font-family:  arial, helvetica, sans-serif;	
	text-decoration:	underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;
	}
	
#content p {
	width: 375px;
	}
	
#header {
	position: relative;
/*	border: 1px solid black;*/
	}	
	
#quote {
	position: relative;
	width: 250px;
	height: 71px;
	margin: 100px 0 0 300px;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 155%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}

.sched {
	width: 750px;
/*	border: 1px solid black;*/
	}
	
.sched td {
	width: 175px;
	padding: 4px;
	text-align: center;
	}	
	
#footer {
	font-size: .8em;
	color: blue;
	margin: 120px 0 0 0;
	}
	
#footernav {
	position: relative;
	border: 1px solid black;
	text-align: center;
	width: 100%;
	height: 24px;
	background: #fff;
	margin: 0 auto;
	}

#footernav ul {
	margin: 4px 0 0 0;
	list-style: none;
	}	

#footernav ul li {
	display: inline;
	padding: 1px;
	margin: 0 1px;
	}	
	
#content #footernav a {
	text-decoration: none;
	font-size: 95%;
	color: #FFF;
	font-weight: bold;	
	}
	
#content #footernav a:hover {
	text-decoration: underline;
	font-size: 95%;
	color: #000;
	font-weight: bold;	
	}