body {
	background: none;
	font-size: 12pt;
	}
p, li {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	margin-bottom: 10px;
}
a {
	color: black;
	text-decoration: none;
}
h1 {font-size: 18pt;}
h2 {
	font-size: 16pt;
	color: #000;
	padding: 0  0 20px 0;}

h3{
	font-size: 14pt;
	padding: 15px 0;
	color: #000;
}
ul {
	margin-left: 25px;
}

img {
	border: none;
}
#page-wrap {
	background: white;
	width: auto;
	margin: 0;
	}
#page-wrap #inside {
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
}
	
#mainContent {
	padding-left: 0;
	padding-top: 20px;
}
	
#header {text-align: left;}
#masthead {
	text-align: left;
	margin-left: 0px;
	background: none; height: 0;
}
#masthead h1 {text-indent: 0; margin: 0; padding: 0;}
#masthead h2 {text-indent: 0; margin: 0; padding: 0;}
#movieWrapper {display: none; padding: 0px;}	
#leftSidebar {display: none;}
#footer {display: none;}
#ratesAndBookings {display: none;} /*hides link to rates & bookings page */

/**************Default Styles for all tables throughout site ***************/
table{
		margin: 0;
		text-align: center;
		}
table td {text-align: center;}		

/**********Provides some 'breathing space' around the thumbnail tables **********/
table.thumbsTable {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
	}

/*****Styles the contact details table *******/
table#contactUs td {font-size: 12pt; text-align: left;}
table#contactUs td {padding: 5px;}
table#contactUs td.lcol {color: #000;}

/*****Styles the events table *******/
table#events td {font-size: 1em; text-align: left;}
table#events td {padding: 5px;}
table#events {margin: 0;}

/********** Sytles for quotations ************/
blockquote {
	width: 460px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, serif;
	font-size:110%;
	letter-spacing: -1px;
	line-height: 1em;
	color: #555;
	background: none;
	}
#quote{
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 20px 20px 10px 20px;
	background: none;
	}
#author {
	margin: 0;
	padding: 0 30px 10px 0;
	text-align: right;
	color: #000;
	font-size: 1em;
	background: none;
	}		
/********** Sytles for 'What others have said' ************/
body#guestbook blockquote {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, serif;
	color: #555;
	background: none;
	}
body#guestbook #quote{
	margin: 0 10px 0 0;
	padding: 20px 20px 5px 20px;
	background: none;
	font-weight: normal;
	font-size: 100%;
	color: #333;
	letter-spacing: normal;
	}
body#guestbook #author {
	margin: 0;
	padding: 0 0px 10px 0;
	color: #000;
	font-size: 100%;
	text-align: right;
	background: none;
	}		

/********* Styles for coloured headings on cottages pages ************/
h2.gelatenheid,
h2.oortuiging,
h2.vreugde,
h2.uitsig {
	margin-bottom: 20px;
	padding: 0;
	color: #000;
	text-align: center;
background: none;

	}	


/**********************************************************************/

/*********Colours Cottage names**************/
.gelatenheid {color: royalblue;}
.oortuiging {color: green;}
.vreugde {color: orange;}
.uitsig {color: red;}

/*Where cottage names are links, removes underline*/
a.gelatenheid, a.oortuiging, a.vreugde, a.uitsig {text-decoration: none;}


.establishment {font-weight: bold;} /* style for establishment name on 'where to eat' list.*/
.standoutPoint {font-weight: bold; color: black;} /* styles the highlighted comments within the 'reviews' */

body#directions #mainContent li {margin: 0;}

