#header {
	background: #7b1810;
	}
#main {
	background: #c9c2b5;
	color: #333;
	}
div.comments {
	background: #222;
	color: #fff;
	}
h1 a {
	color: #fff !important;
	}
#main a, input.submit, div.comments a {
	color: #7b1810;
	}
#main a:hover, div.comments a:hover {
	color: #000;
	}
input.submit:hover {
	color: #fff;
	}
dl.comments dd, div.comment-form, dl.form dd {
	border-top: #333 solid 1px;
	}
dl.comments dt.me a, dl.comments dd.me a {
	color: #7b1810;
	}