body {
}

.wrapper {
  background: #200000;
  position:absolute;
  top:150px;
  left: 30px;
  width: 1200px;
  height: 460px;
}

div.contentFrame {
	position: absolute;
	left: 250px;
	top: 175px;
	width: 600px;
	height: 350px;
	color: #c0c0c0;
	border: ridge;
	padding: 10px;
	background:#ffffff url('../images/portraits/review2.png');
}

div#leftUpper {
	position: absolute;
	left: 50px;
	top: 150px;
	padding: 5px;
	border: ridge;
}

div#rightLower {
	position: absolute;
	left: 50px;
	top: 380px;
	padding: 5px;
	border: ridge;
}

div#rhpic {
  position:
  absolute;
  left:920px;
  top:160px;
	padding: 5px;
	border: ridge;
}

div#header {
  border-width: 5px;
  border-style: outset;
  height: 100px;
  position: relative;
  top: 5px;
  background-color: #f0f0f0;
}

#mainLogo {
	position: absolute;
	left: 380px;
	top: 5px;
}


div#navigationBar {
	position: absolute;
	top: /*580px;*/ 70px;
	left: /* 300px; */ 210px;
	border:none; 
	padding:5px;
}

#navigationBar .nav-selected a {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}

#navigationBar .nav-unselected a {
	text-decoration: none;
	color: blue;
}

#navigationBar .nav-unselected a:hover {
	text-decoration: overline;
	color: purple;
}

h2.mt1 {
	text-decoration: underline;
	font-family: arial;
	font-weight: normal;
}

a.navigation {
	font-family: tahoma;
	font-size: 12pt;
}

div#footer {
	position: absolute;
	top: 620px;
	width: 100%;
	zIndex: 5;
	background-color: #c0c0c0;
	color: blue;
	height: 18px;
	text-align: center;
}


.content-frame ul, li {
  font-family: tahoma;
  font-size: 10pt;
  color: gray;
  list-style-type: disc;
  margin-top: .2em;
  margin-bottom: .2em;
  
}


div.underline {
  position: absolute;
  width: 75%;
  bottom: 20px;
  left: 80px;
  display: none;
}

.facilities h4 {
  text-decoration: underline;
}

.facilities li {
  list-style-type: square;
}

.telephone-number {
  font-weight: bold;
  font-family: verdana;
}

.email-address {
  font-weight: bold;
  font-family: verdana;
}

/*
	.review-item {
		width: 570px;
		height: 320px;
		position: absolute;
		top: 10px;
		left: 10px;
		overflow: auto;
		/*background-color: #ffffff;*/
		color: #ff0000
		padding-top: 15px;
		/* border-style: double; */ 
		text-align: left;
		padding: 5px;
	}
	.scroller-console {
		position: absolute;
		bottom: 80px;
		border-style: none;
		left: 300px;
		width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}
	input.scroller {
		width: 90px;
	}
*/	
	.clear {
		clear: both;
	}
	
	.wishlist a:visited {
		color: blue;
	}