* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 101%;
	text-align: center;
	background-color: #ebf1fa;
}
/* Fonts and default size */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
/* 
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* Layout */
#container {
	width: 744px;
	margin: 0 auto;
	border-left: 1px solid #003d7e;
	border-right: 1px solid #003d7e;
	border-bottom: 1px solid #003d7e;
	text-align: left;
	color: #000;
	background-color: #fff;
}
#container_header {
	width: 100%;
	float: left;
	clear: both;
}
#logo {
	width: 238px;
	float: left;
	padding: 72px 0 0 0;
}
#header_pic1, #header_pic3 {
	width: 150px;
	float: left;
}
#header_pic2 {
	width: 166px;
	float: left;
}
#container_nav {
	width: 100%;
	margin-top: 5px;
	float: left;
	clear: both;
}
#nav_left {
	width: 238px;
	float: left;
}
#nav1 {
	width: 150px;
	float: left;
}
#nav2 {
	width: 166px;
	float: left;
}
#nav3 {
	width: 150px;
	float: left;
}
#container_content {
	width: 100%;
	float: left;
	clear: both;
}
#content_left {
	width: 238px;
	float: left;
	overflow: hidden;
	font-size: 100%;
	padding: 4.4em 0 0 0;
	text-align: left;
}
#content_left img {
	margin: 0 0 20px 0;
	padding: 0;
}
#maincontent {
	width: 486px;
	float: left;
	/*overflow: hidden; removed this rule or IE6 doesn't follow min-height */
	text-align: left;
	min-height: 260px; /* these 2 height lines and following hack give min-height to avoid Safari background img bug */
	height: auto;
	background-image: url(img/bgd_content.jpg);
	background-repeat: no-repeat;
	background-position: 20px 100px;
}
/* min height for Internet Explorer re: Safari background img bug */
/*\*/
* html #maincontent {
	height: 260px;
}
/**/

/* Hide bgd on location page because map is overlaid */
#locationpage #maincontent {
	background:none;
}
#guestbook {
	width: 150px;
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}	
#tourism_logos {
	width: 100%;
	margin: 10px 0 0 0;
}
#container_footer {
	width: 100%;
	float: left;
	clear: both;
}
#footer {
	width: 100%;
	float: left;
	border-top: 1px solid #003d7e;
	text-align: center;
	color: #003d7e;
}
#container_footer p {
	margin: 0;
}
.padding_header {
	padding: 0 20px;
}
.padding_logo {
	padding: 0 20px 0 0;
}
.padding_header_pic2 {
	padding: 0 8px;
}
.padding_nav {
	padding: 0 20px;
}
.padding_nav2 {
	padding: 0 8px;
}
.padding {
	padding: 10px;
}
.padding_footer {
	padding: 5px 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Fonts */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 1em 0; 
}
ul ul {
	margin: 0;
}
li, dd { 
	margin-left: 1.5em;
}
fieldset { 
	padding: 0; 
}
h1 {
	font-size: 130%;
	color: #003d7e;
}
h2 {
	font-size: 120%;
	color: #003d7e;
}
h3 {
	font-size: 110%;
	color: #003d7e;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	color: #003d7e;
}
#maincontent p, #maincontent li, #maincontent td {
	font-size: 85%;
}
#maincontent #homepage_text p {
	font-size: 110%;
	color: #003d7e;
}
p.link {
	margin: 10px;
	font-size: 75%;
}
#guestbook h2 {
	margin: 0;
	padding: 0 10px;
	font-size: 85%;
	color: #fff;
	background-color: #b2b3b7;
}
#maincontent #guestbook p {
	margin: 0;
	padding: 5px 10px;
	font-size: 85%;
	line-height: 1.5em;
	color: #003d7e;
	background-color: #ddd;
}
#container_footer p {
	font-size: 75%;
	font-weight: bold;
}
/* Images */
img {
	border: 0;
}
img.nosmoking {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#tourism_logos img {
	margin: 10px 15px 10px 0;
}
/* Navigation */
#container_nav a {
	margin: 0;
	display: block;
	width: 100%;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
}
#container_nav a:link, #container_nav a:visited {
	color: #fff;
	background-color: #003d7e;
	text-decoration: none;
}
#container_nav a:hover {
	color: #003d7e;
	background-color: #ddd;
	text-decoration: none;
}
body#homepage a#home, body#accommodationpage a#accommodation, body#locationpage a#location {
	color: #fff;
	background-color: #b2b3b7;
	text-decoration: none;
}
a:link {
	color: #003d7e;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #003d7e;
	background-color: #ebf1fa;
	text-decoration: underline;
}