* /*Set's border, padding and margin to 0 for all values*/
{padding: 0; margin: 0; border: 0;}

body, html {
color: #000; 
font-family: Verdana, sans-serif; font-size: 100.1%; height:100%;
text-align: center; /*** Centers the design in old IE versions ***/
background:url("images/bg_yoga.jpg") bottom center no-repeat #8cc4ff;
}


#wrapper {
	text-align: left;
	margin: 0px auto; margin-left:auto;
	padding: 0px;
	border:0;
	width: 900px; height:100%;
	background: url("images/background_cols.gif") repeat-y;
}

#header {
	background: black; height:118px;
}
#header .time {float:right; margin-right:10px; color:#fff; font-size: 70%;}
/*************************
left  COLUMN
**************************/
#left {
	float: left;
	width: 150px; font-size: 75%; line-height:20px; }
	

#left a {text-decoration:none; color:#ffffff;padding:2px 6px 2px 6px;}
#left  a:hover {background:#444444;}

/*************************
RIGHT COLUMN
**************************/
#right {
	float: right;
	width: 210px; font-size: 75%;  line-height:20px;
}

#right a { text-decoration:none; padding:2px 6px 2px 6px; color:#000; }
#right  a:hover {background:#A6B25E;}
/*************************

#right a {text-decoration:none; color:#404316;}
#right  a:hover {background:#fff;}
content
**************************/
#content { 
	float: left;
	width: 59%; font-size: 75%;
}
h1, h2, h3, p {margin: 8px; }
h1 {font-size: 1.9em; color:#666F2D}
h2 {font-size: 1.4em; color:#666F2D}
h3 {font-size: 1.1em;}





#footer {
	clear: both;background: url("images/background_cols.gif") repeat-y;
}
.foot  { margin-left: 155px; text-align:center; font-size:65%; padding-bottom:5px; position:absolute; bottom:0px;
}