html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	font-family:trebuchet ms,sans-serif;
	font-size:small;
	color:#666;
}

td { text-align: left; }

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1024px;
	background:#fff;
	border-left: 1px solid #a39568;
	border-right: 1px solid #a39568;
	height:auto !important; 
	height:100%;
	min-height:100%;
	text-align: center;
}

div#header {
}

div#content {
	padding:3em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:center;
		padding:0 1em;
	}
	
	div#content table {
		padding-top: 50px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
	}
	div#footer p {
		padding:1em;
		margin:0;
		font-size: .8em;
	}

.paintings {  padding: 0 10px; text-align: right; border: 0px solid purple; }
.paintingTitle {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

.thumbnails { width: 200px; padding: 0 0 10px 0; float: left; border: 0px solid yellow; }
.thumbnails img { padding: 0 10px 10px 0; }

.fullSize img { padding-top: 10px; }

.otherLinks { margin-top: 10px; text-align: left; padding-left: 10px; }
.otherLinks a { font-size: .9em; text-align: left; line-heigh: 1.2em; text-decoration: none; }
.otherLinks a:hover { text-decoration: underline; }
.otherLinks .active { font-weight: bold; text-align: left; }