html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.clearboth {
	clear: both;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

/* tables still need 'cellspacing="0"' in the markup -- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #debe6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}

#maincontainer {
	background: #fff url(../images/cottage.jpg) no-repeat left bottom;
	width: 58em;
	margin: 30px auto;
	padding: 40px 0 0 0;
}

.main-nav {
	padding: 20px 0 10px 0;
}

.main-nav li {
	display: inline;
	background: url(../images/bullet.gif) no-repeat left center;
	padding: 0 20px 0 35px;
}

.main-nav li.first {
	background: none;
}

.main-nav a {
	color: #AF7E0A;
}

h1 {
	color: #7f7f7f;
	font-size: 2.2em;
	font-weight: normal;
	margin: 15px 0;
}

.address {
	color: #afafaf;
	font-size: 0.9em;
	line-height: 1.3em;
}

.address a {
	color: #afafaf;
	text-decoration: none;
}

.address a:hover {
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
	margin: 30px 50px 0;
}

.maintext p {
	clear: left;
	padding: 30px 0 0;
	margin: 0 200px 0;
	font-size: 1.1em;
	font-style: italic;
	color: #333;
	line-height: 1.5em;
}

.contact {
	margin: 100px 0 0 330px;
	padding-bottom: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	clear: left;
}

.contact a {
	color: #333;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.phone {
	font-weight: bold;
}


/* -- thumbnail images --*/

.photos {
	padding: 30px 0 0 80px;
}

.gallery {
	margin: 0 100px;
}

.thumbnail {
	float: left;
	margin-right: 30px;
	height: 190px;
}

.thumbnail img {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #eee #ddd #ddd #eee;
	padding: 5px;
	background: #fff;
}
