/*hides the following divs*/
.topMenu, .boatMenu, .sideMenu, .pageTitle, .footer {
    display:none;
}

/*Removes background images and makes the banner box smaller*/
.bnrContHome, .bnrContOther, .banner {
    background-image:none;
    width:960px;
    height:50px;
}

/*Shows the h1 tags and stlyes the text*/
h1 {
    text-indent:0;
    line-height:130%;
    font-weight:bold;
    font-size:25px;
    margin:0 0 20px 0;
}

/*Removes the margin from the info box*/
.contentCont .info .margin {
    margin:0;
}

/*Removes the boarder from the info box*/
.contentCont .info {
    width:920px;
    border-left:none;
}
