/* ----- Marine Village activities page screen styles ----- */

/* ----- import master stylesheet ----- */
@import url("main.css");

/* ----- import fixes for IE ----- */
@import url("main-ie.css");

/* ----- CSS ----- */
#pictures {
    /*max-height: 778px;*/
    background: #fff url(../img/offseason-1.jpg) no-repeat top right;
}
#content {
    min-height: 323px;
    _height: 323px;
}
#content p {
    width: 325px;
}
#nav a:hover, body#offseason #t-offseason a {
    color: #E37500;
}