/* 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: 20.0; }

/* 7c5d49 */
body.custom {
background: #dedede  0% 0% no-repeat;
background-attachment: fixed;}

/* nav menu color change*/
.custom .menu   { background-color: #efefef;
border-bottom: 0.0em solid #efefef;
}

.custom pre {
	font-size:  4.5 em;
	font-family: Courier, "Courier New", mono;
        color: #000;
	margin: 1px;
	padding:15px;
	border: solid 1px #aaa;
	background: #f6f6f6;
}

