body{
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}
div.header{
	visibility : hidden;
}
div.menu{	
}
div.menu ul{
	visibility : hidden;l
}
li.menhead{
	visibility : hidden;
}
div.arrow{
	position: absolute;
	left: 360px;
	top: 250px;
	z-index: 10;
}
div.gite{
	visibility : hidden;	
}
div.gitetext{
	visibility : hidden;
}
div.menu a:link{
	color: Black;
	background-color : transparent;
	font-weight : normal;
	text-decoration : none;
}
div.menu a:visited{
	color: Black;
	background-color : transparent;
	font-weight : normal;
	text-decoration : none;
}
div.menu a:hover{
	color: #8B008B;
	background-color : transparent;
	font-weight : normal;
	text-decoration : underline;
	text-shadow : Black;
}
div.menu a:active{
	color: Black;
	background-color : transparent;
	font-weight : normal;
	text-decoration : none;
}
div.address{
	position: absolute;
	top: 60px;		
	left: 500px;
	color: black;
}
div.weather{
	position: absolute;
	top: 80px;
	left: 680px;
	z-index : 10;
}
div.content{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 75%;
}
div.map{
	background-image : url(../gfx/map-walking.gif);
	background-repeat : no-repeat;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}
h1{
	font-size : 18px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 25px;
}
h3{
	font-size : 16px;
	margin-top: 8px;
	margin-bottom: 2px;
}
h5{
	margin-top: 8px;
	margin-bottom: 2px;
}
td.head{
	padding : 3px 3px 3px 3px;
	border: 1px solid #000;
	color: white;
}
td.purple{
	padding : 3px 3px 3px 3px;
	color: black;
	border: 1px solid #000;
}
td.blue{
	padding : 3px 3px 3px 3px;
	color: black;
	border: 1px solid #000;
}
td.grey{
	padding : 3px 3px 3px 3px;
	color: black;
	border: 1px solid #000;
}
table.booking td{
	border : 1px solid #996699;
	padding : 2px 2px 2px 2px;
}
table.booking input, textarea{
	background-color : #FDFEDE;
}
hr{
	color: #996699;
}
a:link {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}
a:visited {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}
a:hover {
	font-weight : bold;
	color : #9370DB;
	text-decoration : underline;
}
a:active {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}
table.avail {
	padding: 0px 0px 0px 0px;
	border: 1px solid gray;
	margin: 5px;
}
.sold{
	background-color : #FF9999;
}
.soldtext{
	color : #FF9999;
	font-weight : bold;
}
td.day{
	background-color : Silver;
}
p.likeit{
	display: none;
}
p.likeit a:link{
	color: #FF8C00;
	font-weight : bold;
}
p.likeit a:visited{
	color: #FF8C00;
	font-weight : bold;
}
p.likeit a:hover{
	color: white;
	font-weight : bold;
}
p.border{
	border : 1px dashed Gray;
	padding: 7px 0px 7px 7px;
}
.wine{
	font-family : Wingdings;
	font-size : 15px;
	color: red;
}
img.creeper{
	position: absolute;
	left: 430px;
	top: 400px;
}
#flags{
	display: none;
}
#flags img{
	display: none;
}
