@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;
}

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;
}

#container{
width: 900px;
margin: auto;
}

#top{
width: 900px;
height: 101px;
}

#imageheader{
width: 900px;
height: 130px;
}

#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: 450px;
height: 318px;
float: left;
}

#right{
width: 450px;
height: 318px;
float: left;
text-align: right;
}

#wrapcontent{
width: 900px;
}

#content{
width: 430px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
line-height: 140%;
float: left;
}

#content2{
width: 420px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 20px;
line-height: 140%;
float: left;
}

#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;
}

#footer a{
color: #ffffff;
}

#footer a:hover{
color: #006600;
background-color: #ffffff;
}

img{
border: 0px;
}
