body {
	font-family: 'book antiqua', helvetica, sans-serif,'lucida sans','lucida grande',arial;
}

h1 {
	font-weight: bold;
	font-size: 250%;
	color: #888;
	text-align: center; 
}

li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.navbar {
	width: 100%;
	text-align: center;
}

.navitem {
	text-decoration: none;
	font-weight: normal;
	font-size: 110%;
	color: #999;
}

a, a:hover {
	color: #000;
}

.header {
	width:100%;
}

.frontPage {
	text-align: center;
}

.content {
	text-align: left;
	color: #444;
	padding-left: 50px;
	padding-right: 50px;

}

.thumbnail {
	border: none;
}

.sculptures {
	width: 33%;
	text-align: center;
}

.sampleA{ font-size: small; font-family: "monospace";}

body,html {
height:100%;
}
.container{
min-height:100%;
height:auto;
}
.footer {
position:absolute;
bottom:0;
right:0;
}