@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 954px;
	background: url(images/bed_breakfast_home_bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
-->
table.menu a {                         
width: 160px;                          
border:4px double #666666;          
display: block;
}
div.menu a {                           
color: #999999;                        
background: #ffffff;                  
text-decoration:none;                  
font-weight:bold;                      
font-size:16px;                       
line-height:24px;
text-align: center;
font-family: arial;
font-style: italic;
}
div.menu a:link {                      
     color: #999999;
     background: #ffffff; 
	 font-style: italic;}
	
div.menu a:active {                   
     color: #999999;
     background: #ffffff; 
	 font-style: italic;}
	 
div.menu a:visited {
     color: #999999;
     background: #ffffff; 
	 font-style: italic;}
	
div.menu a:hover {                     
     color: #000066;
     background: #F9FEFF;
     border:4px double #000066; 
	 font-style: italic;}
div.topmargin {margin: 4cm 4cm 0cm 4.25cm;}
.style1 {
	color: #000000
}
body,td,th {
	color: #000000;
}
.style2 {
	font-size: 16px
}
.style10 {font-size: 18px}
.style24 {
	font-size: 12px
}
.style5 {	font-size: 24px;
	font-weight: bold;
}
.style6 {	font-size: 18px;
	font-weight: bold;
}
.style1r {color: #FFFFFF}

.style2r {color: #000000}
.style5r {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.style11 {color: #000000; font-size: 18px; font-weight: bold; font-style: italic; }
.style3 {
	font-size: 14px;
	font-weight: bold;
}