* {
  margin: 0;
  padding: 0;
}

body {
  /*background: url("images/back.gif") repeat;*/
  background: #333333;
  text-align: center;
  font: normal 11px/18px verdana, arial, tahoma, sans-serif;
  color: #333333;
  padding-top: 30px;
}


/* If you work out the numbers for the divs below, theoretically it 
  should be possible to specify width as 580 and height as 210.
  Doing this causes misalignment in some browsers. A small extra
  amount of breathing space seems to solve the problem.
  */
#wrapper {
  width: 581px;
  background: #ffffff url("images/sidebar.gif") repeat-y;
  background-position: 0 0;
  border: solid 10px #ffffff;
  margin: 0 auto;
  text-align: left;
}

#top {
  width: 581px;
  height: 211px;
  background: #000000;
}

#header {
  width: 150px;
  height: 210px;
  background: #000000;
  float: left;
}

#nav {
  list-style: none;
  border-right: 1px solid #ffffff;
  height: 120px;
  width: 150px;
  display:block;
}

#nav li a {
  color: #ffffff;
  font: bold 12px/24px verdana, arial, tahoma, sans-serif;
  width: 140px;
  height: 24px;
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  text-decoration: none;
  display:block;
}

#nav li a:hover {
    background-color: #333333;
}

#current a {
  background-image: url("images/bullet.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#caption {
  color: #E39539;
  font: normal 10px verdana, arial, tahoma, sans-serif;
  width: 140px;
  height: 91px;
  border-right: 1px solid #ffffff;
  background-color: #000000;
  padding-left: 10px;
}

#ss {
  width: 430px;
  height: 210px;
  background: #000000;
  float: right;
}

h1 {
  width: 140px;
  height: 40px;
  background-color: #333333;
  margin-top: 1px;
  border-right: 1px solid #ffffff;
  float: left;
  font: bold 16px arial, verdana, tahoma, sans-serif;
  padding-left: 10px;
  color: #ffffff;
  cursor: default;
}

#catch {
  width: 410px;
  height: 40px;
  background-color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font: normal 16px/30px arial, verdana, tahoma, sans-serif;
  color: #ffffff;
  margin-top: 1px;
  cursor: default;
}

#sidebar {
  width: 132px;
  background-color: #cccccc;
  float: left;
  font: normal 10px/18px verdana, arial, tahoma, sans-serif;
  padding: 8px;
}

#sidebar p {
  margin-bottom: 10px;
}

#targetdesc {
  height: 60px;
}

#content {
  float: left;
  width: 400px;
  margin: 10px 0 0 10px;
}

#footer {
  text-align: center;
  clear: both;
  width: 400px;
  margin-left: 150px;
}

img {
  border: none;
}

a img {
  /*border: 1px solid #ffffff;*/
  border: none;
}

p {
  margin-bottom: 20px;
}

p:first-line {
  font-weight: bold;
}

.loc { font-size: 80% }
.error { color: red }

.high {
  font: bold 12px arial, verdana, tahoma, sans-serif;
}

.list {
  font: normal 10px tahoma, arial, verdana, sans-serif;
  margin: 0 0 20px 10px;
}

.list a {
  text-decoration: none;
  color: #000000;
}
