/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color: #000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}


/* Yoga Stories CSS */

body {
	text-align: center;	
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #220E07;
}
a.nounderline {text-decoration: none;color: black}
hr { width: 774px;display: block;}
p {
	margin: 10px 18px;
	text-align: left;
}
b.name {font-weight: normal;}
p.top {margin-top: 30px}
p.topindex {margin-top: 78px}
p.credit{
	position: relative;
	text-align:right;
	font-size: 70%;
	bottom: 0;
}
#header {
	width: 774px;
	margin: 10px auto 0 auto;
}
#title {
	background-color: #711C07; /* reddish brown */
	width: 774px; height: 70px;  padding-top: 10px;
	border-bottom: 1px solid #220E07; /* dark brown*/
}
#headerimage {
	background: #fff url(images/header.jpg) no-repeat;
	height: 208px; width: 774px;
	text-align: center
}

#menu {
	height: 35px;
	background-color: #711C07;
	border: 1px solid #220E07;
	padding-left: 43px;	
}

#menu ul {
	display: inline;
}
#menu ul li {
	float: left;
	margin: 5px 16px 0 16px;
}
#content {
		width: 774px;
		margin: 0 auto 10px auto; 
		background-color: #FFEF76; /* yellow */
		display: block;
		
}

#content ul {
	margin: 15px;
}

#content img{margin:5px auto;}
#poses {
	position: relative;
	width: 230px; height: 273px;
	background: transparent url(images/poses_bg.jpg) no-repeat;
	border: 1px solid #711C07;
	top: 33px;
	left: 10px;
}

#poses #poseimage{
	margin-top: 40px;
	background-color: transparent;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	}	
#poses #contactpose {
	margin-top: 43px;
	border: 1px solid #711C07;
}	
	
font.footer {
	background: #fff;
	margin: 10px auto;
		display: block;
}