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:190px;
	padding-right:10px;
}
.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**/
p{
	max-width: 700px;
}
ul{
	list-style-type:square;
	max-width: 680px;
}
.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
}
.pm80{
	text-indent: 20px;
	margin: 0 0 4px 60px
}
.pm140{
	text-indent: 80px;
	margin: 0 0 4px 60px
}
.pm160{
	text-indent: 100px;
	margin: 0 0 4px 60px
}
.pm170{
	text-indent: 110px;
	margin: 0 0 4px 60px
}
.pm220{
	text-indent: 160px;
	margin: 0 0 4px 60px
}
.pm250{
	text-indent: 190px;
	margin: 0 0 4px 60px
}
.pm270{
	text-indent: 210px;
	margin: 0 0 4px 60px
}
.pm320{
	text-indent: 260px;
	margin: 0 0 4px 60px
}
.br{
	margin-bottom: 20px;
}