/* Reset */

html, body, div, ul, li, h1, h2, h3, h4, td, blockquote {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}


/* Typography */

body {
	background: #FFFFFF url(images/background.jpg) fixed no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: #445987;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	color: #242424;
	font-weight: lighter;
}

h1 {
	background: url(images/title.png) no-repeat left top;
	height: 71px;
	margin: 40px 0;
	text-indent: -9999em;
	width: 253px;
}

h2 {
	background: url(images/main-top.png) no-repeat left top;
	font-size: 1.8em;
	height: 70px;
	overflow: hidden;
	padding: 20px 33px;
}

h3 {
	background: url(images/gallery-top.png) no-repeat left top;
	clear:both;
	font-size: 1.6em;
	padding-top: 20px;
	margin-left: 3px;
	text-align: center;
}

h4 {
	color: #000000;
	font-size: 1em;
	margin: 1em 0;
}

img {
	border: none;
}

p.caption {
	color: #85837F;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 10px;
}

p.quote {
	font-style: italic;
}


/* Structure */

#container {
	margin: 10px auto;
	padding-bottom: 10px;
	width: 706px;
}

#header {
	margin: 60px 0 20px 0;
	}

#home {
	background: url(images/main-top.png) no-repeat center top;
	margin-bottom: 30px;
	padding-top: 110px;
}

.wrapper {
	background: url(images/main-middle.png) repeat-y center;
	margin: 0;
	padding: 0 63px;
}

.main {
	float: left;
	width: 270px;
}

.wrapper p {
	margin-top: 0;
}



.holder {
	border: 1px solid #FFFFFF;
	clear: both;
	height: 20px;
}

.bottom {
	background: url(images/main-bottom.png) no-repeat center bottom;
	clear: both;
	height: 51px;
	margin-bottom: 30px;
}


#feature {
	margin-left: 300px;
	width: 275px;
	text-align: right;
}

#footer {
	background: url(images/footer.png) no-repeat center top;
	color: #85837F;
	font-size: 11px;
	height: 73px;
	padding-top: 14px;
	text-align: center;
}

#footer a, #footer a:hover {
	color: #000000;
}


div.gallery-wrapper {
	background: url(images/gallery-bottom.png) no-repeat left bottom;
	margin: 0 3px 20px 3px;
	padding-bottom: 50px;
}

div.gallery {
	background-color: #FFFFFF;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	clear: both;
	padding: 10px 20px;
}

.sold {
	color: #FF0000;
	font-size: 0.9em;
}

strong {
	color: #000000;
}

em {
	color: #000000;
}



/* Tables */

th, td {
	border-bottom: 1px solid #D2D2D2;
	color: #85837F;
	padding: 2em 0;
	text-align: left;
	vertical-align: top;
	}

td.year {
	color: #000000;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding-right: 5em;
}

td p {
	margin-top: 0;
}

tr.last td {
	border-bottom: none;
}

div.gallery-wrapper td {
	border-right: 1px solid #D2D2D2;
	padding: 25px 30px;
}

div.gallery-wrapper td.last {
	border-right: none;
}


/* Lists */

ul#menu {
	background: url(images/menu.png) no-repeat left top;
	height: 52px;
	margin: 0 3px;
}

ul#menu li, ul#menu a {
	color: #EEEEEE;
	float:left;
}

ul#menu a {
	background: url(images/menu-middle.png) no-repeat left top;
	border-left: 1px solid #555555;
	border-right: 1px solid #000000;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 115px;
}

ul#menu a.first {
	background: url(images/menu-left.png) no-repeat left top;
	border-left: none;
}

ul#menu a.last {
	background: url(images/menu-right.png) no-repeat right top;
	border-right: none;
}

ul#menu a:hover {
	background: url(images/menu-middle-hover.png) no-repeat center top;
	text-decoration: none;
}

ul#menu a.first:hover {
	background: url(images/menu-left-hover.png) no-repeat left top;
}

ul#menu a.last:hover {
	background: url(images/menu-right-hover.png) no-repeat right top;
}