/* ----- Marine Village rates 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/rates-1.jpg) no-repeat top right;
}
#content {
    min-height: 328px;
    _height: 328px;
}
#content p {
    width: 325px;
}
#nav a:hover, body#rates #t-rates a {
    color: #E37500;
}