* {
	margin:0px;
	padding:0px;
}

body {
	font-family:georgia, serif;
	font-size: 100%; /* fix ie font resizing bug - use em's for font sizing */
	text-align:center; /* fix ie content centring bug */
	background-color:white;
	min-height: 100%;
}

#page {
	margin: 0 auto;
  width: 800px;
	border-style:solid;
	border-width:0px 1px;
	background-color: #d7da95;
	text-align:left; /* fix ie content centring bug */
	min-height: 100%;
}

h1 {
	font-weight:normal;
	font-size:2em;
	padding: 20px;
	border-style:solid;
	border-color:#888;
	border-width:0px 0px 1px 0px;
	background-color: #ded4da;
}

h1 a {
	color: black;
	text-decoration: none;
}

.menu {
	margin: 20px 0px;
}

ul.menu {
	list-style-type:none;
}

ul.menu li {
	padding:.5em 1em .5em 1em
}

#menu {
	float:left;
	width:150px;
	height:400px;
}

#main {
	margin:0px 0px 0px 150px;
	background-color: #c7cab0;
}

h2 {
	font-size:1.2em;
	font-weight:normal;
	padding: 10px;
	background-color: #9ca38c;
}

#content1 {
	margin:0px 0px 0px 10px;
	padding:10px;
	line-height: 1.3em;
}

#poem {
	line-height: 1.5em;
	text-align:center;
}

h3 {
	font-size:1em;
	font-weight:bold;
	padding: .5em 0em;
}

#footer {
	text-align:center;
	padding: 10px;
	background-color: #9ca38c;
	clear:both; /* to put footer below menu */
}

a {
	color: black;
	padding: 0;
	margin:0;
}

#poemlink {
	margin: 0 0 0 3em;
	line-height: 1.5em;
}

/* Holly hack (http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0), fixes IE bug (http://www.positioniseverything.net/explorer/peekaboo.html), supposedly, but I couldn't make it work. Instead I went for the line height fix, described at the second link.*/
/* Hides from IE5-mac \*/
* html .a1 {
	line-height: 1;
}
/* End hide from IE5-mac */