/* Journal Home Page Background */
.homepage #header {
    background-image: url(/site/resource/ereh_header.jpg);
    width: 760px;
    height: 97px;
}

/* Journal Content Page Background */
.hw-gen-page #header {
    background-image: url(/site/resource/ereh_header.jpg);
    width: 960px;
    height: 97px;
}


/* Journal Home Page Title */
.homepage #header h1#page_title {
    background-image: url(/site/resource/ereh_title.jpg);
    margin-top: 34px;
    width: 590px;
    height: 97px;
margin-left: 30px
}


/* Journal Content Page Title */
.hw-gen-page #header h1#page_title {
    background-image: url(/site/resource/ereh_title.jpg);
    margin-top: 34px;
    height: 52px;
    width:  590px;
margin-left: 30px
}


/* Journal Title */
.hw-gen-page #header h1#page_title a {
    display: block;
    height: 45px;
    width: 590px;
margin-left: 30px
}

/*delete the following when RightsLink is set up*/
a.permissions {display:none;}


.journal #main_content .features h2#the_journal {background-color:#E5DFD1; margin-bottom:10px;}
.homepage.journal.ereh .section.separator_after {display:none;}