/* holiday cottage style sheet */


body {
	scrollbar-face-color: #F5F5EB;
	scrollbar-shadow-color: #909163;
	scrollbar-highlight-color: #909163;
	scrollbar-3dlight-color: #F5F5EB;
	scrollbar-darkshadow-color: #F5F5EB;
	scrollbar-track-color: #F5F5EB;
	scrollbar-arrow-color: #909163;
	scrollbar-base-color: #F5F5EB;
	background-image: url(images/oak5.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}
.style1 {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
.style2 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color: #909163;
	text-decoration: none;
	font-weight: normal;
}
.style3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
.style4 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color: #909163;
	text-decoration: underline;
	font-weight: bold;

}
.style5 {
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
.style_list {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #909163;
	text-decoration: none;
	font-weight: normal;
}
.links {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #909163;
	text-decoration: underline;
}
.links_x {
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color: #909163;
	text-decoration: underline;
}

.MainBodyText {
	margin-left: 5px;
	margin-right:10px;
	text-align: justify;
}
.MainBodyStyle {
	border-bottom: 1;
	border-bottom-color: #72864C;
	border-left-color: #72864C;
	border-right-color: #72864C;
	border-right: 1;
	border-left: 1;
	border-top-color: #72864C;
	border-top: 1;
}
#logo {
  position: absolute;
  top: 35px; left: 700px;
  }
#menu {
  position: absolute;
  top: 50px; left: 100px;
  }
#newsImg {
	padding: 2px 2px 2px 2px;
	border: #909163 2px solid;
	height: 150px;
	width: 200px;
	display: in-line;
	margin-left: 10px;
	text-align: center;
	font-family: Century Gothic, sans-serif;	
	font-size: 10px;
	color: #444444;
	float: none;
}
ul {
	list-style-image: url(images/bullet.gif);
}