* { 
  margin: 0;
  padding: 0;
}
a {
  color: #B07054;
}
a.selected {
  text-decoration: none;
  font-weight: bold;
}
img {
  border: 0px;
}
p a img {
  border: 1px dotted #C8D5E6;
  padding: 5px;
  margin: 5px;
  background-color: #FFFFFF;
}
body {
  margin: 12px;
  position: relative;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* ie 5 */
}
#main {
  position: relative;
  background: url("../images/bg.jpg") no-repeat bottom left;
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
  min-width: 619px;
  height: 700px;  /* adjusted in config.js */
  padding-top: 1px; /* for margin-collapse in FF */
}
#content {
  margin: 36px 91px 0;
  border-top: 1px solid #bdcadf;
  border-right: 1px solid #d5d7db;
  border-left: 1px solid #d5d7db;
  border-bottom: 1px solid #d8d8d8;
  background: url("../images/content_bg.gif") repeat-x bottom left #fdfdfd;
}
#contentPanel {
 height: 454px; /* adjusted in config.js */
 /* border: 1px solid #bababa; */
  overflow: auto;
}
#contentPanel p {
  margin: 10px;
}
#contentPanel div {
  margin: 5px 10px;
}
#menuBar {
  padding-top: 1px; /* for margin-collapse in FF */
  height: 50px;
  text-align: center;
}
#menuBar ul {
  margin: 10px 0;
}
#menuBar li {
  display: inline;
  list-style: none;
  margin: 0 10px;
}
#portfolio {
  text-align: center;
}
h1 {
  font-size: large;
  text-align: center;
}
h2 {
  font-size: medium;
  text-align: center;
}
dl {
  margin: 10px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
  margin-top: 5px;
}
dd ul {
  list-style: none;
}
div.quote {
  margin: 10px;
  background-color: #FFFFFF;
  border: 1px dotted #C8D5E6;
}
div.quote div {
  text-align: right;
  margin: 2px;
}
p.colofon {
  text-align: center;
}
#portfolio a {
  text-decoration:none;
}
#banner {
  position: absolute;
  bottom: -5px;
  right: 0px;
}

#txt1 {
  position: absolute;
  bottom: 69px;
  left: 32px;
  clear: both;
}
#txt2 {
  position: absolute;
  bottom: 112px;
  left: 91px;
}
form {
  margin: 1em auto 1em auto;
  width: 28em;
}
form div {
  clear: both;
  position: relative;
}
form label {
  margin-right: 0.5em;
  display: block;
  float: left;
  text-align: right;
  width: 9em;
}

