/* basic elements */

body { 
  font: small verdana,arial,helvetica,sans-serif; 
  color: #000; 
  margin: 0px;
  padding: 0px;
  background: #b5bca8;
}

/* all images display as blocks, no border */
img {
  display: block;
  border: 1;
}
/* special case for inline elements */
.inline {
  display: inline;
}

.hide {
  display: none;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
  font: small verdana,arial,helvetica,sans-serif; 
}

h1 {
  font-size: large;
  font-weight: bold;
}
h2 {
  font-size: medium;
  font-weight: bold;
}


/* links */
a:link {
  text-decoration: underline;
  color: #443;
}
a:visited {
  text-decoration: underline;
  color: #554;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}


/* events */
p.eventDate {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.eventTitle p, .eventTitle h3 {
  margin-top: 0em;
  font-weight: bold;
  font-size: small;
}
.eventDescription p {
}
p.eventTime {
  font-size: x-small;
  text-align: right;
}
p.eventLoc {
  font-size: x-small;
  text-align: right;
}

hr {
  color: #ccb;
}


/* layout */
#janmlogo {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  background-color:#fff;
}
#janmlogo img {
  position:relative;
  top:0px;
  left:230px;
}

#exhibitimg {
  position:absolute;
  top:0px;
  left:0px;
}

#title {
  position:absolute;
  top:40px;
  left:190px;
}

#nav {
  position:absolute;
  top:200px;
  left:0px;
}
#nav #programs {
}

#content {
  position:absolute;
  top:200px;
  left:230px;
  width:400px;
}

#caption {
  position:absolute;
  top:350px;
  left:30px;
  width:150px;
  color: #fff;
  font-size: x-small;
}
#caption p {
  color: #e5ecd8;
  font-size: x-small;
  text-align: left;
}

