/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #466794;
	font-family: "Times New Roman",Times,serif;
	font-size: 76%;
	color: #dce8fa;
	text-align: center;
}
#container {
	width: 750px;
	background-color: #203963;
	text-align: left;
	margin: 0px auto;
	border: 1px solid #b1c4e5;
}

/* Header */
#header {
	width: 750px;
}
#header h1 {
	background-image: url(../images/cliff_cottage_logo.jpg);
	text-indent: -999em;
	height: 133px;
}
/* Navigation */

/* Content Section */
#content {
	padding: 15px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 0px 0px 6px 0px;
}
#content h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#content #slideshow {
	text-align: center;
}
#content #house {
	width: 355px;
	float: left;
}
#content #area {
	width: 355px;
	float: right;
}
#content p {
	font-size: 14px;
	font-style: italic;
	margin: 0px 0px 6px 0px;
}
#content a {
	color: #DCE8FA;
}
#content ul {
	font-size: 14px;
	font-style: italic;
	margin: 0px 0px 0px 40px;
}
#content .left {
	margin: 2px 5px 0px 0px;
}
#content .right {
	margin: 2px 0px 0px 5px;
}
#prices {
	clear: both;
}
#links {
	clear: both;
}
/* Footer */
#footer {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b1c4e5;
	margin-top: 15px;
}
#footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#footer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 0px 0px 6px 0px;
}
#footer p {
	font-size: 14px;
	font-style: normal;
	margin: 0px 0px 6px 0px;
}
#footer a {
	color: #DCE8FA;
}
#footer .copy {
	color: #4176AD;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
}

