you can take a look at orange.css in the theme directory. if you change the height to 0 in
/* The header part of the forum. */
.header
{
background-image: url(images/top_bg.gif);
background-color: #FEA934;
background-repeat: no-repeat;
background-position: right;
padding: 0px 8px 0px 8px;
width: 760px;
height: 90px;
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size: 24px;
color: white;
font-weight: 550;
}
then it will remove most of the header.
note that the little image on top of the header is top_bg_orange.gif in the directory images