/*
 * Turn off unwanted elements
 */
#logo, #navigation, #sidebar, #webdev, #disclaimer, #cform {
	display: none;
}

/*
 * Restyle remaining items
 */
body {
	font: normal 100%/150% "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	background-color: #fff;
}
#header {
	border-bottom: 1px solid #000;
}
#main {
	border: 0;
}
#footer, div.commentbox {
	border-top: 1px solid #000;
}