<!-- HTML Tags -->
body
{
	background-image: url(/graphics/wood3.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

td, tr, th, p
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
<!-- End HTML Tags -->

<!-- Custom IDs -->
#title
{
	height: 100px;
	left: 250px;
	position: absolute;
	top: 5px;
	width: 570px;
}

#mainBlock
{
	position: absolute;
	top: 110px;
	left: 160px;
	width: 735px;
	text-align: center;
}

#t_shadow
{
	background-image: url(/graphics/t_shadow.gif);
	background-repeat: repeat;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

#mainContent
{
	background-image: url(/graphics/paper.jpg);
	background-repeat: repeat;
	padding: 15px;
}

#b_shadow
{
	background-image: url(/graphics/b_shadow.gif);
	background-repeat: repeat;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

#contentBody
{
	width: 700px
}

#poetryCol
{
	float: left;
	text-align: left;
	width: 225px;
}

#simpleThought
{
	width: 420px;
}

#pen
{
	position: absolute;
	left: 0;
	top: 65;
}
<!-- End Custom IDs -->

<!-- Custom Classes -->
.cleaner
{
	clear: both;
	height: 1px;
	margin: 0;
	padding:0;
}

.title
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.colHeader
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center !important;
	text-decoration: underline;
	width: 100%;
}
<!-- End Custom Classes -->