
html {
  height:100%;
  margin:0;
  padding:0;
}

body {
 height:100%;
 margin-top:0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 1px;
  text-align: center;
  font-family: "Times New Roman";
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#logo {
  margin-top: 20px; 
  margin-bottom: 14px;
}

#navigation {
  margin-bottom: 32px;
  }

#navigation ul {
  padding: 0;
}

#navigation li {
  margin: 3px;
  list-style: none;
  padding: 0;
  display: inline;
}

#space {
  clear: both;
  height: 16px;
  width: 13px;
  margin: 16px auto;
	background-image: url('../images/dash.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#content, #exhibitions {
  margin: 0px auto;
  width: 370px;
}

#content h2 {
	text-decoration:underline;
	margin-bottom: 16px;
}


.year h2 {
	margin-bottom: 16px;
	text-decoration: underline;
}

.year {
	margin-bottom: 32px;
}

.news_general {
  margin-bottom: 16px;
}

.news_description {
  text-align: justify;
  margin-bottom: 16px;
}

.active a {
  text-decoration: underline;
}

ul#news li {
	margin-bottom: 48px;
}

ul#artists li {
	margin-bottom: 6px;
}
.year ul li {
	margin-bottom: 16px;
}

#exhibition_description {
	margin: 16px auto 0;
	width: 370px;
	text-align: justify;
}

#exhibition_title; #artist_title {
	margin-top: 16px;
}

#artist_title, #publication_title, #exhibition_title {
	text-decoration: underline;
	}
	
#publication_title, #artist_title {
	margin-bottom: 16px;
}
	
#content p {
		margin-bottom: 16px;
	}

em {
	font-style: italic;
}

ul#books li, ul#records li {
	margin-bottom: 16px;	
}

ul#books {
	margin-bottom: 32px;
}

#publication_preview_gallery img{
	margin-bottom: 16px;
}

#series_pictures p {
	margin-bottom: 16px;
}

div#address p {
	margin-bottom: 16px;
}