body {
	background-image: url(/images/sands.gif);
	margin: 0;
	padding: 0;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
}

h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.8em;
}

/* CONTAINERS */
#outer-container {
	width: 100%;
	text-align: center;
	background: url(/images/outer-container-bg.gif) repeat-x;
}

#inner-container {
	width: 765px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 4px solid #A39E7E;
}

/* HEADER */
#header h1 {
	background: url(/images/seaside-house.gif) no-repeat;
	width: 308px;
	height: 84px;
	float: left;
}

#header h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 308px;
	padding-top: 84px;
}

#navbar {
	float: right;
	margin: 65px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #A39E7E;
}

#navbar li {
	float: left;
	margin: 0 6px 0 0;
}

#navbar a {
	color: #A39E7E;
	text-decoration: none;
}

/* CONTENT */
#content {
	padding: 20px 0;
}

#column1 {
	float: left;
	width: 328px;
	padding: 20px 11px 90px 0;
	background: url(/images/sun-icon.png) no-repeat;
	background-position: bottom center;
}

html>body #column1 {
	width: 330px;
}

#column2 {
	float: left;
	width: 424px;
	padding: 20px 0;
}

#large_image {
	background: url(/images/photo-bg.png) no-repeat;
	width: 424px;
	height: 291px;
}

#large_image img {
	margin: 4px 0 0 4px !important;
}

#thumbnails div {
	margin: 0 5px 5px 0;
	float: left;
}

#thumbnails a img {
	border: none;
}

/* HIDDEN TEXT */
#header h1 span {
	position: absolute;
	left: -1999px;
	width: 400px;
}

/* MISC CLASSES */
.clear { clear: both; }
.centered { text-align: center; }