div#main-content {
	background: url("../images/paper_tile.jpg") repeat-y top left;
}

div#content-top {
	background: url("../images/paper_top.jpg") no-repeat top left;
	height: 100px;
}

div#content-bottom {
	background: url("../images/paper_bottom.jpg") no-repeat bottom left;
}

div#copy {
	color: #ffffff;
}

div#copy a {
	color: #cccccc;
}

div#copy img {
	float: right;
	margin: 15px 0 15px 15px;
}

h3 {
	display: none;
}

div.comments {
	border-top: none;
	text-align: left;
}

div.comment {
	border-bottom: 1px #eee dotted;
	font-weight: normal;
}

table.form {
	border-bottom: 1px #eee dotted;
}

table.form td {
	border-top: 1px #eee dotted;
}