body {	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center;	background-color: #FFFFFF;	border-top-width: 8px;	border-top-style: solid;	border-top-color: #66CC33;	border-bottom-width: 8px;	border-bottom-style: solid;	border-bottom-color: #66CC33;}#container {	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: left;	position: relative;}#nav {	margin: 0px;	padding: 0px;	width: 100%;}#head-image {	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin: 0px;}#content {	padding: 0px;	margin-right: 274px;	margin-left: 266px;}#tripadvisor {	overflow: visible;	position: absolute;	visibility: visible;	z-index: 10;	height: 250px;	width: 155px;	left: 740px;	top: 290px;}#container #tripadvisor p {	margin-left: 9px;	margin-top: 7px;	margin-bottom: 0px;}#content p {	font-family: Verdana, Helvetica, Arial;	font-size: 12px;	line-height: 1.5em;	margin-top: 0px;	margin-bottom: 12px;	color: #115B00;	text-align: left;}#content p.footer {	font-size: 11px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #62CD21;	padding-top: 8px;	margin-top: 20px;	color: #43604D;	margin-right: 150px;}a:link {	text-decoration: none;	color: #0099CC;}a:visited {	text-decoration: none;	color: #0099CC;}a:hover {	text-decoration: underline;	color: #66CC00;}td img {display: block;}#tripadvisor img {	border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;}