body {
  font-family: Arial, sans-serif;
  font-size: 100.1%;
  margin: 20px 0;
  background: #161746;
}

#wrap {
  width: 800px;
  margin: 0 auto;
  background: url(../images/bgTile.gif) repeat-y top left; 
  border:1px solid white;
}

#topBar  {
  font-size: 0.8em;
  color: white;
  background: #2E3092;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

#crossBar {
  font-size: 0.8em;
  color: white;
  background: #2E3092;
}

#crossBar a {
  padding: 5px;
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: #2E3092;
  width: 260px;
}

#crossBar a:hover {
  text-decoration: underline;
}

#header {
  height: 198px;
  background: #EFEBE7 url(../images/possible_header2.jpg) no-repeat top center;
}

#menu {
  float:left;
  font-size: 0.8em;
  background: #98CC53;
}

#menu ul {
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  margin:0;
  padding:0;
}

#menu li.menuCat {
  font-weight: bold;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  color: white;
  padding:5px;
  margin-top: 15px;
  background: #2E3092;
}

#menu #firstMenuCat {
  margin-top: 0px;
}

#menu li span {
  display: block;
  padding: 2px 10px 2px 2px;
  margin: 0px 0 0px 7px;
  border-bottom: 1px solid #EFEBE7;
}

#menu li a {
  display: block;
  padding: 5px 10px 5px 3px;
  margin-left: 7px;
  border-bottom: 1px solid #EFEBE7;
  text-decoration: none;
  color: black;
}

#menu li a:hover {  
  background: #abe55e;
}

#content {
  margin-left: 205px;
  font-size: 0.8em;
  padding:15px 15px 15px 10px;
  background: white;
  background-color:white;
}  

#content h1 {
  font-size: 1.4em; 
  padding-bottom: 1px;
  margin: 0 0 10px 0;
  border-bottom:1px solid black
}

#content h2 {
  font-size: 1.2em;
}

#footerContent {
  clear: both;
  padding:6px;
  background: #2E3092;
  font-size: 0.6em;
  line-height: 1.2em;
  color: white;
}

#footerContent p {
  text-align: center;
  margin: 0;
}

.listings {
  border-spacing: 3px;
}
 
.listings td {
  border: 1px solid #d6d3d0;
  background: #F3F2F3; 
  width: 275px;
  padding:5px;
  vertical-align: top;
}

.listings img {
  border:0;
  width:100px;
  float:left;
  margin-right: 10px;
}

.error{font-weight:bold;color:red}

#mainPhoto {
  width:285px;
  padding:3px;
  border:1px solid #D6D3D0;
  background: #F3F2F3; 
}

.details {
  margin:0; 
  padding:0; 
  border-spacing:0 10px; 
  width:99%;
  position:relative;
  background-color: #ffffff;
}

.details .detailsBox {
  border: 1px solid #D6D3D0; 
  background: #F3F2F3; 
  padding:8px 10px; 
  color:#292929;
}

.details .detailsBox h3 {
  margin:0 0 8px 0; 
  border-bottom:1px dashed #D6D3D0;
}

.details .detailsBox img {
  width:260px; 
  height: 174px; 
  float:left; 
  padding:3px; 
  margin:2px; 
  background:white; 
  border:1px solid #D6D3D0;
}

.details .detailsBox div.w33 {
  width:33%; 
  float:left;
}
#bottomContent {
  clear: both;
  padding:6px;
  background: #161746;
  font-size: 0.8em;
  line-height: 1.2em;
  color: white;
}

#bottomContent p {
  text-align: center;
  /*margin: 0;*/
}

#bottomContent p a{
color: white;
padding: 0px 5px 0px 5px;
}
