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, #booking, #signup, #second  {display:none;}

#header {
	border-bottom:2px solid #6C1921;
	height:115px;
	width:922px;
}

#flash-content {float:none; margin-top:10px;}

#content {
	width:922px;
	float:none;
}

#footer {
	float:none;
	border-top:1px solid #999999;
}

img {border:none;}

a {
	color:#333;
	text-decoration:underline;
}

.left, .right {float:none;}

/**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%;
}
