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