#header {

}

#header {
    background: white;
}

#header .header-image {
    float: left;
}

#header .crapper {
    width: 274px;
    height: 200px;
    margin: 00px 0px 0px 5px;
    padding: 0px;
    float: left;
}

#banner {
    margin-bottom: 10px;
    float: left;
}

#portrait {
    float: left;
}

#header h1 {
    margin-top: 0px;
    margin-bottom: 5px;
}


#header h2 {
    margin-top: 0px;
    margin-bottom: 5rpx;
}

#header h3 {
    margin-top: 0px;
    margin-bottoml: 0px;
}

#searchBar form {
    display: inline;
}

#content {
    background: white;
}

#content h1 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#content h2 {
    margin-top: 30px;
    margin-bottom: 0px;
    background: white;

}

#content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#content p {
    text-indent: 1em;
    line-height: 1.0;
}

#footer {
     background: white;
}

.clear {
    clear: both;
}
}

#searchBar {
    background: yellow;
    padding: 5px;
}

#searchBar #searchForm {
    float: right;
}

#searchBar form {
    display: inline;
}
