body {
	line-height: 16px; 
	font-size: 14px;
	color: #676767;
	background-color: #4c4c4c;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
}

a {
	color: #70b2c0;
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: underline;
}

a:hover {
	color: #70b2c0;
	text-decoration: none;
}

h1 {
	padding-top: 5px;
	padding-right: 5px;
	font: 160% "Book Antiqua", "Times New Roman", georgia, times, serif;
}

h2 {
	font: bold 130% "Book Antiqua", "Times New Roman", georgia, times, serif;
	margin: 0;
	color: #676767;
}

#rap {
	width: 800px;
	background-color: white;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 1px solid black;
	text-align: left; /* IE 5.5 hack part II */
}

#main {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

#masthead {
	background-image: url('header.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
	height: 88px;
}

#footer {
	background-image: url('footer.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
	height: 40px;
}

#contact-form {
	padding-bottom: 20px;
}

.poem {
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
	text-align: center; /* IE 5.5 hack part II */
}

.contact-link {
	margin-top: 40px;
	text-align: right;
}

.contact {
	padding-left: 60px;
}

.contact-label {
	padding-top: 12px;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: white;
	border: 1px solid #7A7A7A;
	padding: .2em;
}


.clear {
	clear: both;
}