body {
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
}

p {
  padding: 0 10px 0 10px;
}

#page_title {
  background-image: url( '/armor/images/page_title_background.gif' );
}

#menu_container {
  position: absolute;
  top: 85px;
  left: 15px;
  width: 150px;
}

#menu_top {
  height: 20px;
  background-image: url( '/armor/images/menu_top_center.gif' );
}

#menu_center {
  background-image: url( '/armor/images/menu_center_center.gif' );
  clear: both;
  padding:5px;
}

#menu_links {
  margin: 5px 5px 0 5px;
}

#menu_links a {
  color: #595D73;
  display: block;
  padding: 2px;
  text-decoration: none;
}

#menu_links a:hover {
  background-color: #D9D9D9;
  text-decoration: none;
}

#menu_links a.selected {
  background-color: #FFEFDA;
}


#menu_links a.selected:hover {
  background-color: #FFEFDA;
}

#menu_bottom {
  height: 20px;
  background-image: url( '/armor/images/menu_bottom_center.gif' );
}

#content {
  margin-left: 170px;
  padding: 5px;
}

.armor_title {
  color: #595d73;
  font-weight: bold;
  margin: 0 0 10px 10px;
  border-bottom: 2px solid #D2D2D2;
  clear: both;
}

#images {
  background-color: white;
  padding: 15px;
}

.thumb {
  width: 100px;
  height: 100px;
  margin: 10px;
  float: left;
  padding: 10px;
  text-align: center;
  background-image: url( '/armor/images/thumb.gif' );
}

.thumb_alt {
  width: 100px;
  height: 100px;
  margin: 10px;
  float: left;
  padding: 10px;
  text-align: center;
  background-image: url( '/armor/images/thumb_2.gif' );
}

#image {
  border: 2px dashed #D9D9D9;
  margin: auto;
}

img {
  border: 0;
}