@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif);
}

h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #444;
	margin-bottom: 1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #444;
	margin-bottom: 1em;
	margin-top: 1em;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #a36400;
	text-decoration: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	
	width: 801px;
	background: #F1F1DD;
}

#banner {
	text-align: center;
}

#top-nav {
	margin-top: 1.2em;
	text-align: center;
}

#content {
	padding: 2em;
	text-align: justify;
}

#content p {
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #444;
}

#text img {
	margin: .4em;
	margin-left: 1.2em;
	margin-top: -1em;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
}

#photos {
	text-align: center;
	margin-top: 1em;
}

#photos img {
	margin: .4em;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
}

#photos p {
	margin-top: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}


#anchor {
	padding: 1em;
	text-align: right;
}

#top-nav, #anchor, #bottom-nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #a36400;
}

#top-nav, #bottom-nav {
	font-family: Verdana, Geneva, sans-serif;
	color: #a36400;
}

#bottom-nav {
	padding: 1em;
	text-align: center;
}

/* -------------------------- */
/*          FOOTER            */
/* -------------------------- */

#footer {
	padding: 1em;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-align: center;
	line-height: 1.5em;
}

#footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}
	
#footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
}

#footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
	border-bottom: 3px solid #F1F1DD;
	text-decoration: none;
}


/* -------------------------- */
/*          ORCHARDS          */
/* -------------------------- */

#tableFruit {
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #444;
}

#tableFruit td {
	padding: .2em;
}

/* -------------------------- */
/*          RATES             */
/* -------------------------- */

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #444;
	margin-bottom: 1em;
}

#viewsTable {
	margin: .5em auto .5em auto;
}

#cottageTable {
	margin: .5em auto .8em auto;
}

#cottageTable td {
	text-align: center;
}