body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
	position:relative;
	width:800px;
	margin: 0 auto 0 auto;
}
#header{position:relative;}

#contact {
	height: 1.5em;
	padding: 0.25em 5em;
	margin: 0 0 0 0;
  font: small Georgia, Times, serif; overflow: hidden;
  }
#contact li {
	float: left;
	padding: 0 23px 0 13px;
	margin-right: 5px;
	margin-top:0px;
	background: url(/images/diamond_red.gif) 100% 50% no-repeat;
	list-style-type: none;
}
#contact li a {display: block; padding: 0.15em 0 0.1em;text-transform: uppercase; color: #000000;text-decoration:none;}
#contact #area {background: none;}
#contact li a:hover,
  .home #contact #home a,
  .accommodation #contact #accommodation a,
  .area #contact #area a
{text-decoration:underline; color:#990000;}

#content{
	position:relative;
	width:800px;
	min-height:400px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 15px;
	border: 1px solid #000000;
	overflow:auto;
}
#content img{
float:right;
}

#leftcol{
	position:relative;
	width:450px;
	min-height:350px;
	float:left;
	border-right-color:#990000;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 15px;
}
#rightcol{
	position:relative;
	left:-1px;
	width:250px;
	float:left;
	border-left-color:#990000;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 15px;
}
#rightcol img{
	width:200px;
	float:right;
	margin:5px;
	border: 1px solid #990000;
}
#footer{
	position:relative;
	text-align:center;
	font-size:small;
}

#footer a{
	color:#000000;
	}


 .clearboth { clear: both; }
a{
 color:#990000;
}
 h1{
 color:#990000;
 }

.postcard{
	font-size:larger;
}

#map_canvas{
border-style:solid;
border-color:#990000;
border-width:1px;
}