body.error {
	background: #FFF;
	color: #666;
	}

.error #masthead, .error #footer, .error h2:after {
	display: none;
	}

.error #content {
	top: 100px;
	background: #FFF url(icon_weblog_white.png) no-repeat 15px 20px;
	color: #999;
	min-height: 130px;
	width: 400px;
	padding: 20px 20px 20px 180px;
	font: normal 14px "Arial", "Helvetica", sans-serif;
	}

.error h2 {
	font: bold 18px "Arial", "Helvetica", sans-serif;
	}

.error #content p {
	position: relative;
	top: -15px;
	}

.error #content a:link, .error #content a:visited, .error #content a:hover {
	color: #FF9900;
	background: transparent;
	}

.error #content a:hover {
	text-decoration: underline;
	}