
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	font-family: "courier new", courier, monospace;
	font-size: 12px;
}

#head {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	color: #FFFFFF;
}

	#head h1 {
		margin: 0px;
		padding: 4px 8px 4px 8px;
		font-size: 14px;
	}
	
	#head .crumbs {
		padding: 4px;
		background-color: #EEEEEE;
		color: #000000;
	}
	
	.format_button {
		float: right;
		padding: 4px;
	}
	
		.format_button a {
			color: #003366;
		}
	
		.format_button a:link {
			color: #003366;
		}
	
		.format_button a:active {
			color: #FFFFFF;
		}
	
		.format_button a:visited {
			color: #003366;
		}

#main {
	margin: 0px;
	padding: 8px;
}

#foot {
	margin: 0px;
	padding: 4px;
	text-align: center;
}

.bio {
	width: 550px;
	margin: 0 auto 0 auto;
	line-height: 140%
}

.ad {
	padding: 8px;
	text-align: center;
}

table.layout {
	margin: 0px auto 0px auto;
	border-spacing: 0px;
}

	table.layout td {
		padding: 3px;
	}

.poem {
	margin: 0 auto 2em auto;
	white-space: pre;
	font-size: 12px;
}

.poem-list {
	width: 550px;
	margin: 0 auto 0 auto;
}

	.poem-list .title {
	}
	
	.poem-list .r {
		text-align: right;
	}

	.poem-list .l {
		text-align: left;
	}

.related-links {
	width: 550px;
	margin: 1em auto 1em auto;
	padding: 1em 0 1em 0;
	border-width: 1px 0 1px 0;
	border-color: #999999;
	border-style: solid none solid none;
}

.fake-ad {
	margin: 0 auto 0 auto;
	width: 468px;
	height: 60px;
	background-color: #EEEEEE;
	border: 1px #C0C0C0 solid;
}

.fake-ad-v {
	margin: 0 auto 0 auto;
	width: 120px;
	height: 240px;
	background-color: #EEEEEE;
	border: 1px #C0C0C0 solid;
}

/* Poet List Page */
body#poet-list h2 {
	text-align: center;
}

body#poet-list #poets {
	margin: 0 auto 2em auto;
}

	body#poet-list #poets .l {
		text-align: left;
	}

	body#poet-list #poets .r {
		text-align: right;
	}

/* poet page */
body#poet-detail h2 {
	text-align: center;
}

body#poet-detail div.dates {
	text-align: center;
}

	body#poet-detail .poet-pic {
		text-align: center;
	}

/* poem page */
body#poem-detail h2 {
	text-align: center;
}

body#poem-detail h3 {
	text-align: center;
}

.dicketry {
	display: none;
}

.shame {
	width: 50%;
	margin: 0 auto 0 auto;
	white-space: normal;
}
