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