body {
  background-color: white;
  color: black;
  font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", sans-serif; 
}

a {
  color: #888888; 
  /* font-weight: bold; */ 
  text-decoration: none;
}

a:visited {
  color: #888888; 
}

a:hover {
  text-decoration: underline;
}

.roundcont {
   width: 100%;
   background-color: #CCCCCC;
   color: #DDDDDD; 
}

.roundcont p {
   margin: 0px 15px;
   text-align: center; 
   font-size: small;  
}

.roundtop { 
   background: url(images/tr.jpg) no-repeat top right; 
}

.roundbottom {
   background: url(images/br.jpg) no-repeat bottom right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.content { 
 background-color: #F1F1F1;
 border-right: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 /* padding-left: 8%; */
 /* padding-right: 8%; */
 padding-top: 10px; 
 padding-bottom: 10px; 
 text-align: center; 
 vertical-align: top;
 font-size: small; 
} 

.navigation {
  background-color: #BBBBBB;
  padding-top:    4px;
  padding-bottom: 3px; 
  font-size: x-small; 
}

.navigation a,
.navigation a:link,
.navigation a:hover, 
.navigation a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #888888; 
}

.navigation-current { 
  background-color:  #888888; 
  color:       #CCCCCC;
  font-weight: bold; 
  font-size:   x-small; 
  padding-top:    4px; 
  padding-bottom: 3px; 
}

.navigation-current a,
.navigation-current a:link,
.navigation-current a:hover, 
.navigation-current a:visited {
  font-weight: bold; 
  text-decoration: none; 
  color: #CCCCCC; 
}

.navigation-bar {
  background-color: #888888
}

.gallery-table { 
  width: 100%;
  padding: 10px 10px 10px 10px;              
  text-align: center;
}

.gallery-artist td { 
  background-color: #CCCCCC; 
  padding: 5px 0px 5px 10px;              
}

.gallery-paintings td { 
  padding: 20px 10px 20px 10px;
  width: 28%;
  text-align: center; 
}

.biography { 
 text-align: left; 
 margin-right: 30px; 
 margin-left: 30px; 
}

.events-item { 
  padding-bottom: 4px; 
}

.links { 
  padding-bottom: 8px; 
  padding-top:    8px; 
  text-align:     left; 
}
