/* stylesheet for croft cottage by Simon Pollard */
* { padding:0px; margin:0px; } 
* html body {
	text-align: center;
}
* html a:hover {visibility:visible}
body {
	text-align: center;
	background-color: #E9E9E9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin-top: 10px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 22px;
	color: #3399CC;
}
div#main {
	width: 800px;
	vertical-align: middle;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	padding-bottom: 20px;
}
div#header {
	height: 137px;
	background-image: url(../images/header-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
img#title {
	margin-left: 10px;
	margin-top: 2px;
}
div#mainlinks {
	background-color: #E9E9E9;
	color: #ffffff;
}
div#mainlinks-top {
	height: 41px;
	background-image: url(../images/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div#mainlinks-middle {
	height: 30px;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
}
div#mainlinks-bottom {
	height: 31px;
	background-image: url(../images/rip-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#toplinks {
}
a.mainlinks {
	height: 30px;
	float: right;
	display: block;
}
a#links, a#links, a#contact, a#booking, a#pictures, a#about, a#home {
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: center -30px;
}
a#links:hover, a#links:hover, a#contact:hover, a#booking:hover, a#pictures:hover, a#about:hover, a#home:hover {
	background-position: center 0px;
}
a#links {
	width: 65px;
	margin-right: 55px;
	display: inline;
}
a#contact {
	width: 100px;
	margin-right: 35px;
}
a#booking {
	width: 100px;
	margin-right: 35px;
}
a#pictures {
	width: 110px;
	margin-right: 35px;
}
a#about {
	width: 75px;
	margin-right: 35px;
}
a#home {
	width: 70px;
	margin-right: 35px;
}
div#content {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
div#content img.right {
	
}
img.right {
	float:right;
	margin-left: 5px;
}
img.left {
	float:left;
	margin-right: 5px;
}
div#footer {
	font-size: 10px;
	height: 48px;
	background-image: url(../images/rip-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	vertical-align: bottom;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 15px;
	padding-right: 30px;
}
div#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
div#footer a:hover {
	text-decoration: underline;
}
span#footertext {
	margin-top: 5px;
}
