* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

#longpage {
	background: #fff url(background/longpage.jpg) center top no-repeat;
	height: 1196px;
}

#longpage_content {
	margin: 48px auto 0 auto;
	width: 760px;
	height: 1050px;
}

#shortpage {
	background: #fff url(background/shortpage.jpg) center top no-repeat;
	height: 725px;
}

#shortpage_content {
	margin: 48px auto 0 auto;
	width: 760px;
	height: 580px;
}

#nopage {
	background: #fff url(background/nopage.jpg) center top no-repeat;
	height: 1196px;
}

#content {
	padding: 20px;
}

#hostelry_postcard {
	background: #fff url(hostelry/postcard.jpg) center 10px no-repeat;
	height: 480px;
}

#cottages_postcard {
	background: #fff url(cottages/postcard.jpg) center 10px no-repeat;
	height: 480px;
}

#restaurant_postcard {
	background: #fff url(restaurant/postcard.jpg) center 10px no-repeat;
	height: 480px;
}

.postcard_cottages_header {
	margin-left: 110px;
	padding-top: 30px;
	margin-right: 420px;
	color: #336699;
	font-size: 17px;
}

.postcard_restaurant_header {
	margin-left: 120px;
	padding-top: 30px;
	margin-right: 360px;
	color: #FFEEFF;
	font-size: 18px;
}

.postcard_hostelry_header {
	margin-left: 120px;
	margin-right: 350px;
	padding-top: 40px;
	color: #eeeeff;
	font-size: 18px;
}

.postcard_caption {
	margin: 10px 20px 10px 20px;
}

a.read_more {
	color:#6699FF;
	text-decoration:none;
	font-stretch: extra-expanded;
	font-variant: small-caps;
	font-size: 24px;
}

a.read_more:hover {
	color: #fff;
	background: #6699FF;
}

p.firstpage {
	padding-top: 120px;
	color: #eeeeff;
	text-align: center;
	font-size: 40px;
	font-stretch: extra-expanded;
	font-variant: small-caps;
	font-family:"Times New Roman", Times, serif;
}

p {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: 16px;
	margin: 10px 20px 10px 20px;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

h1 {
  color: #3399FF;
  text-align: center;
	font-size: 20px;
	margin: 10px 20px 10px 20px;
}

h2 {
	color: #3399FF;
	text-align: left;
	font-size: 18px;
	margin: 10px 20px 10px 20px;
}

table {
	margin: 10px 20px 10px 20px;
}

td {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: 16px;
	padding: 3px 20px 3px 20px;
}

td.center {
	text-align: center;
}

a:link, a:visited {
  color: #6699FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#footer a {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

