html,body{
	padding: 0;
	margin: 0;
	font: 12px arial;
	line-height: 15px;
	letter-spacing: .5px;
	color: #333;
	background-color:#f2f9d6;
	height:100%;
}
a{
	color: #336699;
	font-weight:bold;
	text-decoration: none;
}
a.logo{
	font: 13px Helvetica;
	line-height:18px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	letter-spacing:1px;
}
a.logo:hover{
	color: #ff0000;
}
#logo{
	width: 260px;
	text-align: right;
	padding: 30px 0 60px 0;
	height: 24px;
}
#content{
	padding: 0 60px 0 30px;
	background: url('images/stripe.gif') repeat-y;
	background-position: 100% 100%;
	min-height:100%;
	*height:100%;
}
.clear_all{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.content_left{
	float: left;
	width:200px;
}
.content_right{
	float: right;
	width:500px;
}
.author{
	font: bold 18px helvetica;
	line-height: 20px;
}
.title{
	font: bold 16px helvetica;
	line-height: 18px;
	padding-bottom: 30px;
}
/**poetry formatting**/
.pm{
	text-indent: -60px;
	margin: 0 0 4px 60px
}
.pm20{
	text-indent: -40px;
	margin: 0 0 4px 60px
}
.pm40{
	text-indent: -20px;
	margin: 0 0 4px 60px
}