body {
	margin: 0;
	padding: 0;
	font: 13px/1.5 Arial, sans-serif;
}
#content {
    top: 0px;
    margin-top: 70px;
	width: 100%;
	height: 420px;
	background-image: url('img/background-1000x1.jpg');
	background-repeat: repeat-y;
	background-color: #999999;
}
#exhibition_list_item {
    float:left;
    background-color: #333333;
    padding: 0px 30px 5px 30px;
    margin: 2px;
}
#exhibition_list_item_description {
    float:left;
}
a {
	color: #F7F7DD;
	text-decoration: none;
}
a:hover {
    color:#aaaaaa;
}
#banner {
    height: 30px;
	background-color: #ffffff;
    /* start next to the image on the left, align with main text...*/
	padding-left: 400px;
}
#bannerimg {
	float: right;
	padding-right: 20px;
}
#bannernav {
	float: left;
	padding-right: 20px;
	padding-top: 8px;
}
#main {
	width: 100%;
}
#introtxt {
	height: 380px;
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
	/* align with image on the left and navigation... */
	margin-left: 400px;
	color: #ffffff;
	overflow: auto;
}
#contact {
	height: 300px;
	text-align: left;
	padding-top: 40px;
	padding-right: 100px;
	margin-left: 360px;
	color: #ffffff;

}
#navigation {
	position: relative;
	top: 0px;
	width: 100%;
	height: 22px;
	padding-top: 3px;
	background-color: #ffffff;
}
#button {
    border: none;
	padding-right: 35px;
}
#thumbnail {
    margin:5px 5px 0px 10px;
    border:none;
/*    border:1px solid #000000;*/
}
#thumbnail_selected {
/*    border:2px solid #ffffff;*/
    border:none;
    margin:5px 5px 0px 5px;
}
#page_selected {
    text-decoration:underline;
}
/* box for showing a single exhibit... */
#exhibit {
    float:left;
    margin:10px 20px 10px 0px;
    text-align:left;
    width:100%;
    height:100%
}
/* box containing thumbnails, page numbers, ... */
#thumbnail_navigation {
    width:100%;
    padding: 10px 30px 10px 30px;
    background-color: #333333;
    float:right;
    text-align:center;
}
h1 {
    font-size:1.2em;
}
img {
    border:none;
}
