body{
	padding: 0px;
	margin: 0px;
}

/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */

a:link {
	text-decoration: underline;
	color: #5E54D8;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #5E54D8;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

#everything {
	margin-left: auto;
	margin-right: auto;
	width: 1025px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	background-image: url(images/background_cottages.jpg);
	background-repeat: no-repeat;
	height: 420px;
	width: 1025px;
	margin: 0px;
	padding: 0px;
}

#leftsection {
	height: 420px;
	width: 210px;
	float: left;
}

#midsection {
	height: 420px;
	width: 351px;
	float: left;
}

#rightsection {
	height: 420px;
	width: 464px;
	float: left;
}
	
.titletext {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #273A7C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 30px;
	margin-top: 25px;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
}

.tandctext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
}

.emailtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	width: 190px;
	float: left;
}
	.emailtext a:link {
		text-decoration: none;
		color: #333333;
	}
	.emailtext a:visited {
		text-decoration: none;
		color: #333333;
	}
	.emailtext a:hover {
		text-decoration: underline;
		color: #000099;
	}
	.emailtext a:active {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
.infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	width: 444px;
	float: right;
}
	.infotext a:link {
		text-decoration: none;
		color: #333333;
	}
	.infotext a:visited {
		text-decoration: none;
		color: #333333;
	}
	.infotext a:hover {
		text-decoration: underline;
		color: #000099;
	}
	.infotext a:active {
		text-decoration: underline;
		color: #FFFFFF;
	}

.bookingdocs {
	float: left;
	width: 232px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
}

	.bookingdocs a:link {
		text-decoration: none;
		color: #333333;
	}
	.bookingdocs a:visited {
		text-decoration: none;
		color: #333333;
	}
	.bookingdocs a:hover {
		text-decoration: underline;
		color: #000099;
	}
	.bookingdocs a:active {
		text-decoration: underline;
		color: #FFFFFF;
	}
