/* CSS Document */

.nav {
display:none;
}

.navbooking
{
display:none;
}
.navcontact
{
display:none;
}
.navevents
{
display:none;
}
.navlocation
{
display:none;
}
.navhome
{
display:none;
}

.PrintHide{
display:none;
}


.print {
display:none;
}
.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;	
	}
	
.H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;	
	}
	
.H3{
	font-family: "Times New Roman", Times, serif;
	
	font-size: 1em;
	color: #000000;
	}
	
.imgright{
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	}