/* Journal Home Page Background */
.homepage #header {
    background-image: url(/site/resource/jiplp_header.jpg);
    height: 97px;
}

/* Journal Content Page Background */
.hw-gen-page #header {
    background-image: url(/site/resource/jiplp_header.jpg);
    width: 960px;
    height: 97px;
}


/* Journal Home Page Title */
.homepage #header h1#page_title {
    background-image: url(/site/resource/jiplp_title.jpg);
    margin-top: 34px;
    width: 500px;
    height: 97px;

}


/* Journal Content Page Title */
.hw-gen-page #header h1#page_title {
    background-image: url(/site/resource/jiplp_title.jpg);
    margin-top: 34px;
    height: 52px;
    width:  500px;
}


/* Journal Title */
.hw-gen-page #header h1#page_title a {
    display: block;
    height: 45px;
    width: 438px;
}

/*widget ROB 2012-06-13*/
div.section.JIPLP-widget {
    border: 1px solid green; 
    padding: 0px; 
    margin-bottom: 2em; 
    margin-right: 15px;
    width: 500px;
}

div.section.JIPLP-widget p {margin: 0 1em;}
div.section.JIPLP-widget img {margin: 0;}
div.section.JIPLP-widget div.rss-box {margin-right: 1em;}