@charset "UTF-8";

* { padding: 0; margin: 0; }
html{ height:100%; margin-bottom:1px; }

body {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
    background: #fff;
    color: rgb(0, 0, 0);
    width:720px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #de1808;
}
a:hover { text-decoration: underline; }
a:active{ outline:none; }
a:focus{ -moz-outline-style:none; }

p, h1, h2, h3, a, li {}
h1, h2, h3 {
    color: #de1808;
    font-family:"Apple Chancery";
    font-weight:normal;
}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:16px;}
li{ margin:0px 0px 0px 20px; }
hr { height:2px; background-color:#de1808; border:0px; }

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #669933;
	color: rgb(0, 0, 0);
	width:100%;
}

#wrapper-bed-and-breakfast{
    width:720px;
    margin:0px auto;
    background:url(images/background-bed-and-breakfast.gif) repeat-y;
}
#masthead-bed-and-breakfast img{
    height:153px;
}
#menu-bed-and-breakfast{
    float:left;
    width:144px;
    min-height:400px;
    padding: 0px 0px 20px 19px;
    font-family:"Apple Chancery";
    text-align:center;
}
#menu-bed-and-breakfast li{
    margin:0px;
    list-style:none;
}
#menu-bed-and-breakfast a{
    color:#de1808;
    text-decoration:none;
    display:block;
    height:35px;
    padding-top:5px;
    font-size:18px;
}
#menu-bed-and-breakfast a:hover{
    background:url(images/menu-hover-accomodation-rangiora.gif) top no-repeat;
}

#content-bed-and-breakfast, #homepage-intro-bed-and-breakfast{
    float:left;
    width:297px;
    padding: 20px 0px 20px 28px;
}
#homepage-intro-bed-and-breakfast{
    width:495px;
    padding: 20px 0px 0px 28px;
}
#right-images-bed-and-breakfast{
    float:left;
    width:186px;
    padding: 20px 0px 20px 12px;
}
#right-images-bed-and-breakfast img{
    margin-bottom: 30px;
    width:186px;
}
#footer-bed-and-breakfast{
    width:680px;
    margin:0px auto;
    background:url(images/footer-bed-and-breakfast.gif) top no-repeat;
    padding: 30px 20px  5px 20px;
    font-size:10px;
}
#footer-bed-and-breakfast a, 
#footer-bed-and-breakfast a:link, 
#footer-bed-and-breakfast a:visited {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.clearBoth{
    clear:both;
}