/*
Created: 10/10/2006
Updated: none 
*/

/*-----------Page Formating ----------*/
     /* Handled in zatmastyle.css*/

/*-----------Headers/Footers ----------*/

/*-----------Section Divs ----------*/

/*-----------Text/Font Formating ----------*/
div#top_quote{
	font-style:italic;
	font-size:11px;
	text-align: left;
	padding:0 60px 0 225px;
}

p.poem_text {
	font-size:11px;
	text-align:justify;  
	line-height:17px;
	margin-left:200px;
}

p.poem_title{
	font-size:14px;
	font-weight:bold;
	margin-left:200px;
}

p.poem_text_heading{
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	margin-left:200px;
}

/*-----------Images ----------*/

div.left_essay_pic_box{
	width:200px;
	margin-right:10px;
	float:left;
}

div.right_essay_pic_box{
	width:200px;
	margin-left:10px;
	float:right;
}

.essay_pic_credit{
	font-size:9px;
	font-weight:normal;
	text-align:center;
	line-height:11px;
	margin:0 5px 5px 0;
}

