body {
	margin: 0px;
	text-align:center;
	font-family: "Arial", "Courier", "Helvetica";
	font-size: 14px;
}
	
#wrapper {
	width:1000px;
	height: 800px;	
	margin: 0 auto;
	text-align: left;
}

.topBlock {
	background-image: url('../images/back_stripes.png');
	background-repeat: repeat;
	width: 800px;
	height: 175px;
	padding:0; 
	margin:0;
	float: left;
	text-align: center;
}

.titleImg {

}


.navBlock {
	background-image: url('../images/back_stripes.png');
	background-repeat: repeat;
	color: #000;
	float: left;
	left: 0px;
	width: 200px;
	margin: 0 auto;
	height: 800px;
	border: none;
	text-align: center;
	padding-top: 180px;
}

.mainBlock {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	color: #000;
	float: left;
	left: 0px;
	border: none;
	width:785px;
	height: 800px;
	text-align: center;
}

P.space {
	font-size: 16px;
   margin-top: 10px;
   margin-bottom: 10px;
}

P.heading {
   text-align: center;
   font-weight: bold;
}

P.attraction {
   text-align: left;
   font-weight: bold;
}

P.notice {
   color: red; 
   text-align: left;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 10px;
}

P.center {
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
}

a {
	color:black;
	text-decoration: underline;
}

a:visited {
	color:black;
	text-decoration: underline;
}

a:hover  {
	color: white;
	text-decoration: underline;
	background: gray;
	
}

a.menuImg:hover {
	background: none;
}

H3 {
	color: #bf3030;
}

H2 {
	color: #bf3030;
}


/* Image Gallery */
#simplegallery1{ //CSS for sample Gallery
position: relative;
visibility: hidden;
border: 5px solid white;
}

.mainTbl {
	width: 100%; 
	border-collapse: collapse
	text-align: center;
	border:0px;
	
}

td {
	text-align: left;
	padding: 5px;
}

.roomImg {
	float:right; 
	margin-left:5px;
}

.roomTbl {
	border:0px;
}

LI {
	font-family: arial, tahoma, helvetica;
	font-size: 14px;
}

a.subMenu {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
}

a.subMenu:visited {
	text-decoration: none;
}

.subMenu:hover {
	color: #bf3030;
	background: none;
	text-decoration: none;
}


