body.custom { 
	padding-top: 20px; 
	background-color: #ededde; 
}
.custom #header { 
	border-top-color: #888888;                   
	border-top-width: 5px;
	border-top-style: double;
	border-bottom-color: #bfbfa1;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-top-color: #bfbfa1; 
	clear: both; 
}
.custom #header #logo a { 
	background-repeat: no-repeat; 
	display: block; 
	height: 200px; 
	width: 600px; 
	background: url('images/header.png') 0; 
	outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { 
	padding-left: 160px; 
	padding-bottom: 0; 
	padding-right: 0; 
	padding-top: 0; 
}

#image_box {
	background-color: #ededde;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: none;
	background-attachment: scroll;
}

.custom h2 a { 
	color: #404036; 
}

.custom h2 a:hover { 
	color: #bfbfa1; 
}

.custom a { 
	color: #7f7f6b; 
	text-decoration: none; }
	
.custom a:hover { 
	color: #229a31; 
}

.custom .format_text .to_comments span.bracket {
	color: #4c4c4c;
}

.custom #footer{
	color: #888888;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #bfbfa1;
	text-align: right;
	clear: both;
}

