/* ----- Marine Village tips & details 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;
}
#content {
}
#content p {
    width: 325px;
}
#content ul {
    width: 475px;
    color: black;
}
#nav a:hover, body#tips #t-tips a {
    color: #E37500;
}