/*Remove background images*/
body,#main,#neatobar { background:none !important }

/* Remove unwanted elements */
#main .main-cap,#header,#footer,#nav,#gnav,#leftcol,#sidebarone,#things-to-do-nav,#hotelFinder,.noprint, #searchResults .dots { display:none }

/* Ensure the content spans the full width */
#wrapper,#content,#main, #find-a-hotel .column {
float:none;
margin:0;
width:100%
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext,.readmore { color:#000 }

/* Improve colour contrast of links */
a:link,a:visited { color:#781351 }

/* Ensure that headers are styled in absense of sIFR*/
h1,h2,h3,h4,h5,h6 { font-family:Arial, Helvetica, sans-serif }

h1 { font-size:20px; white-space:nowrap; }
h2 { font-size:16px }
h3 { font-size:14px }
h4 { font-size:12px }
h5 { font-size:11px }

/* print hotel search results */
#find-a-hotel .col2b .first,
#find-a-hotel #searchResults .allAmenities,
#searchResults .left,
#searchResults .pagination {display:none;}
#find-a-hotel .col2b #map-results,
#find-a-hotel #searchResults .result .data, .resultBubble .data {width:95%}
