@charset "utf-8";
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.main:link {
	text-decoration: none;
	color: #333333;
}
a.main:visited {
	text-decoration: none;
	color: #333333;
}
a.main:hover {
	text-decoration: underline;
	color: #333333;
}
a.main:active {
	text-decoration: none;
	color: #333333;
}
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(images/content-bg.png);
	height: 357px;
	width: 481px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 400px;
	margin-top: 70px;
}

.content-gb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 357px;
	width: 481px;
	margin-left: 400px;
	margin-top: 70px;
}


.head-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0099CC;
}



.wrapper {
	background-position: center top;
	margin-top: 5px;
}

.home-main {
	background-image: url(images/home-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.about-main {
	background-image: url(images/about-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.news-main {
	background-image: url(images/news-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.photos-main {
	background-image: url(images/photo-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.shed-main {
	background-image: url(images/shed-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.guest-main {
	background-image: url(images/guest-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}
.contact-main {
	background-image: url(images/contact-main.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 513px;
	width: 918px;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.sm-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #333333; }
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	margin: 0em;
	background-color: #E7DCC7;
	border: 1px dotted #666666;
	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 0.6em;
}
.calendar-booked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px dotted #666666;
	padding-top: 0.5em;
	padding-right: .6em;
	padding-bottom: 0.5em;
	padding-left: .6em;
	margin: 0em;
}
