#titlebar {
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

#sidebar {
  position: absolute;
  width: 152px;
  height: auto;
  top: 155px;
  right: auto;
  bottom: auto;
  left: 0;
}

#mainpage {
  position: absolute;
  width: auto;
  height: auto;
  top: 160px;
  right: 0;
  bottom: auto;
  left: 155px;
}

#personimg {
  float: left; 
  padding-right: 5px;
}

.xsmall {
  font-size: x-small;
}

.headline-detail {
  line-height: 150%;
  font-weight: normal;
}

body		{ background: url("../images/crocbackground.jpg") }
p, li, dt, dd	{ color: black; font-family: lucida,verdana,arial,sans; font-size: small }
th, td		{ color: black; font-family: lucida,verdana,arial,sans; font-size: small }
a		{ font-family: lucida,arial; font-size: small }
hr		{ background-color: black; color: black; height: 2px; width: 99%; margin: 0; padding: 0; border: 0 }
h1, h2, h3, h4,
h5, h6		{ color: black; font-family: helvetica,arial; font-weight: bold; margin: 0em 0em }
td		{ border: 1px solid black; padding: 2px; vertical-align: top }
ol		{ counter-reset: item }
li:before	{ content: counters(item, "."); counter-increment: item }


