@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
margin: 0px;
background-image: url(bg.jpg);
background-repeat: repeat-x;
background-color: #bcc390;
font-family: verdana;
font-size: 12px;
}

#container{
width: 900px;
margin: auto;
}

#top{
width: 900px;
height: 101px;
}

#imageheader{
width: 900px;
height: 130px;
}

#menu{
width: 898px;
height: 32px;
margin-top: 8px;
padding-top: 13px;
margin-bottom: 8px;
text-align: center;
background-image:url(menubg.jpg);
border: 1px solid #000000;
color: #ffffff;
}

#titles{
width: 900px;
height: 80px;
}

#bedbreakfast{
width: 450px;
height: 80px;
float: left;
}

#selfcatering{
width: 450px;
height: 80px;
float: left;
}

#clearer{
clear: both;
}

#images{
width: 900px;
height: 318px;
}

#left{
width: 272px;
float: left;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
}

#right{
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
width: 588px;
float: left;
}

#content{
width: 878px;
padding: 10px;
line-height: 140%;
border: 1px solid #000000;
}

#footer{
width: 100%;
height: 104px;
background-image:url(footerbg.jpg);
border-top: 1px solid #000000;
padding-top: 16px;
text-align: center;
color: #ffffff;
margin-top: 20px;
clear: all;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0033FF;
font-weight: bold;
}

#footer a{
color: #ffffff;
}

#footer a:hover{
color: #006600;
background-color: #ffffff;
}

img{
border: 0px;
}

#menu li {
list-style: none;
display: inline;
}

#menu a {
	    text-decoration: none;
		font-size: 12px;
	    text-align: left;
		color: #ffffff;
		padding-top: 13px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 18px;

}

#menu a:hover {
	    color: #000000;
		background-color: #eef3ed;	    
}

h1{
font-size: 16px;
font-weight: bold;
}