div#container-wrap {
	background-image: none;
	background-repeat: repeat-x;
}

#header h1 {
        color: #000;
        align:left;
}

#header h1 a {
        color: #000;
        font-family: Georgia, 'Andale Mono', 'Courier New', Courier, monospace;
}

#search-top-box {
	top: 120px;
}

a:link, a:visited, a:active, a:hover {
	color: #A70805;
        text-decoration: none;
}


a:hover {
           text-decoration: underline;
}