/* general */
body {  
  background:#B5B5A6;
  color: #333333;
  font-family: Ariel, sans-serif;
  margin-left:2em;
  margin-right:2em;
  margin-top:2em;
  }

p {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
  font-size:125%;
  font-variant: small-caps;
  color:#000000;
  font-weight:normal;
  margin-left:3px;
}

/* hyperlinks */
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #333333;
}
a.menu {
  color: #333333;
}
a.menu:visited {
  color: #333333;
}
a.menu:hover {
  color: #731401;
}

/* template section styles */
div.logo {
  background:#B5B5A6;
  color: #000000;
  font-size:150%;
  text-decoration:none;
  margin-left: 150px;
}

img.logo {
  border: none;
}

div.menu {
  background:#B5B5A6;
  color: #333333;
  float: left;
  margin-top: 50px;
}

div.content {
  background:#B5B5A6;
  color: #333333;
  border-left: thin solid  #000000;
  border-bottom: thin solid  #000000;
  margin-left: 125px;
 }

div.footer {
  background:#B5B5A6;
  color:#333333;
  margin-left:175px;
  text-align:left;
  font-size: 75%;
}

/* special page styles */
/* gallery */
td.thumb {
  width:5%;
  color: #000000;
  font-size:85%;
}

img.thumb {
  border: 2px solid #666666;
}

td.ptext {
  width: 200px;
}

.ptitle {
  color: #000000;
  font-weight: bold;
}

/* home page */
img.home {
  border: 1em solid #333333;
}
