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

div#content-top {
	background: url("../images/texture_top.png") no-repeat top left;
	height: 210px;
}

div#content-bottom {
	background: url("../images/texture_bottom.png") no-repeat bottom left;
	height: 135px;
}

div#copy {
	color: #ffffff;
	margin: -40px 34px 80px 34px;
}

div#copy a {
	color: #cccccc;
}

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

h3 {
	display: none;
}

table.centred {
	width: 100%;
	text-align: center;
}

table.centred a {
	color: #ffffff;
}

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;
}