@charset "utf-8";
/* CSS Document */

body {
	color:#000000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/**to remove unwanted elements when printing**/
#top-nav, #main-nav, #secondary, #column, #pinwheel, #booking, #footer-nav, #global-nav {display:none;}

#wrapper {width:800px; margin:15px;}

#header {
	border-bottom:2px solid #004660;
	width:800px;
}

#flash-content {margin-top:10px;}

#main-content {width:800px; margin-bottom:10px;}

#footer {width:800px; border-top:1px solid #004660;}

img {border:none; display:block;}

a {
	color:#333;
	text-decoration:underline;
}
/**displays the value of an anchor's href attribute, in-line, after the text, slightly smaller and flanked by parentheses**/
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}


