body {
	background: url(../graphics/bg) #181846;
	margin: 50px;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 10pt;
}

#page-box {
	width: 708px;
	margin: 0 auto;
	background: url(../graphics/box-bg) white;
}

h1 {
	margin: 0;
}
h1 a {
	display: block;
	width: 708px;
	height: 111px;
	text-indent: -10000px;
	background-image: url(../graphics/banner);
}

p.blurb {
    color: #666;
    font-size: 9pt;
    margin: 0 50px 40px;
}

#viewer {
	width: 700px;
	height: 350px;
	background-image: url(../graphics/viewer-bg);
	margin: 0 6px 50px 2px;
}

#static-viewer {
        margin: 0 3px 50px 6px;
}

#usual-body {
	margin: 0px 56px 50px 52px;
}

h2 {
	margin: 0 0 10px;
}

h3 {
	font-weight: normal;
	font-variant: small-caps;
}

.clear {
    clear: both;
}

#footer {
	width: 708px;
	height: 6px;
	background: url(../graphics/footer) no-repeat;
	font-size: 1px;
}

/* Home Montage */

#home-montage {
	width: 700px;
	height: 350px;
	margin: 0 6px 50px 2px;
}

#home-montage ul {
	margin: 0 50px;
	padding: 0;
}

#home-montage img#home-montage-frame {
	position: relative;
	top: -350px;
}

/* Navigation */

#navigation {
	margin-top: 50px;
}

#navigation ul {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	clear: both;
}

#navigation li {
	display: inline;
	display: -moz-inline-box;
	height: 24px;
	overflow: hidden;
}

#navigation li a {
	margin: 0 6px;
	padding-top: 24px;
	height: 0;
	overflow: hidden;
	display: inline-block;
	background-repeat: no-repeat;
}

#navigation li#nav-readable-objects a {
	width: 126px;
	background-image: url(../graphics/nav/readable-objects);
}

#navigation li#nav-readable-objects-installations a {
	width: 246px;
	background-image: url(../graphics/nav/readable-objects-and-installations);
}

#navigation li#nav-altered-books a {
	width: 101px;
	background-image: url(../graphics/nav/altered-books);
}

#navigation li#nav-artists-books a {
	width: 99px;
	background-image: url(../graphics/nav/artists-books);
}

#navigation li#nav-artists-statement a {
	width: 129px;
	background-image: url(../graphics/nav/artists-statement);
}

#navigation li#nav-resume a {
	width: 60px;
	background-image: url(../graphics/nav/resume);
}

#navigation li#nav-current-exhibitions a {
	width: 138px;
	background-image: url(../graphics/nav/current-exhibitions);
}

#navigation li#nav-links a {
	width: 41px;
	background-image: url(../graphics/nav/links);
}

#navigation li#nav-contact a {
	width: 59px;
	background-image: url(../graphics/nav/contact);
}

#navigation li#nav-home a {
	width: 45px;
	background-image: url(../graphics/nav/home);
}

/* Thumbnails */

ul.thumbnail-list {
	padding: 0;
	margin: 0 auto;
	width: 600px;
}

ul.thumbnail-list li {
    font-size: 1px;
	list-style: none;
	background-image: url(../graphics/thumbnail-border);
	width: 128px;
	height: 128px;
	padding: 3px 8px 13px 8px;
	margin: 32px 28px 0;
	text-align: center;
	float: left;
}

ul.thumbnail-list li img {
	border: 0;
}

/* Piece info */

ul.piece-info {
    padding-left: 0;
    margin: 52px 0;
    list-style-type: none;
}

li.piece-title {
    font-style: italic;
    font-size: larger;
}

.piece-images img {
    display: block;
    margin: 1px 0;
}
