body {
  background: #ffffff;
  color: #5e5e5c;
  font: normal 14px Verdana, Helvetica, sans-serif;
  align: center;
}

div#canvas {
  width: 1001px;
  margin: 0 auto 0 auto;
}

img#banana-logo {
  position: absolute;
  top: 8px;
  right: 50%;
  margin-right: -491px;
}

img { display: block;
   border:0;}

input {
  border: 1px solid #808080;
}

ul, li {
  margin: 1.0em 0;
}
li {
  padding: 0;
  margin: 0 0 20px 1.0em;
}

div#header {
  margin-top: 65px;
  padding-left: 30px;
}

#header th {
  text-align: left;
  color: #b5b5b5;
  font-size: 22px;
  font-weight: normal;
}

#header td {
  color: #dadada;
  font-size: 18px;
}

#header a:link, #header a:visited, #header a:active {
  color: #dadada;
  text-decoration: none;
}
#header a:hover {
  color: #000000;
  font-weight: normal;
}

a:link, a:visited, a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color:#000000;
  font-weight:bold;
}

div#crumbs {
  color: #dadada;
  font-size: 11px;
  margin-top: 55px;
  padding-left: 6px;
}

#content-top {
  background: url(main-content-top.png) no-repeat center center;
  height: 7px;
}
#content {
  background: #f0f0ee;
  padding: 20px;
  min-height: 500px;
}
#content-bottom {
  background: url(main-content-bottom.png) no-repeat center center;
  height: 7px;
}

.page-title {
  font-size: 18px;
}

table#index-items a:link, table#index-items a:visited, table#index-items a:active {
  display: block;
  width: 156px;
  height: 87px;
  background: url(index-item-bg.png) no-repeat center center;
  font-size: 18px;
  padding-top: 69px;
  color:#c3c3c3;
}
table#index-items a:hover {
  background: url(index-item-bg-over.png) no-repeat center center;
  color:#000000;
  font-weight: normal;
}

#content #mural-items {
  background: #f0f0ee;
}

#content #mural-items span {
  height: 120px;
  width: 137px;
  float: left;
  text-align: center;
  padding-top: 1px;
  margin-right: 22px;
}
#content #mural-items span img {
  display: block;
  margin: 0 auto 0 auto;
  border: 0;
}
/*
#content #mural-items span a:link, #content #mural-items span a:visited, #content #mural-items span a:active {
  color: #404040;
}
*/

#content #mural-thumbs span {
  height: 95px;
  width: 85px;
  float: left;
  margin-left: 15px;
}

div#footer {
  font-size: 10px;
  color: #dadada;
  margin-top: 10px;
  padding: 0 50px;
  margin-left: 10px;
}
