.auctionWrapper{
  position: relative;
  float: left;
  left: 6px;
  top: 0px;
  width: 800px;
  margin: 0px auto;
  background-color: #6699FF;
  /* border: #00CC33 thin solid;    */
}
.auctionContent{
  position: relative;
  float: left;
}
.auctionSideNav{
 position: relative;
 float: left;
 background-color: #00FFFF;
 padding: 5px;
}
.auctionSection{
 position: relative;
 float: left;
 background-color: #FFCCCC;
}
.auctionContent p{
font-family: Arial;
font-size: 80%;
color: #000000;
}
.auctionContent h1{
font-family: Arial;
font-size: 100%;
color: #FF9966;
}
.auctionContent h2{
font-family: Arial;
font-size: 100%;
color: #FF9966;
}
.auctionContent a:link{
 font-family: Arial;
 font-size: 90%;
 color: #0000ff;
 text-decoration: underline;
}
.auctionContent a:visited{
 font-family: Arial;
 font-size: 90%;
 color: #0000ff;
 text-decoration: underline;
}
.auctionContent a:active{
 font-family: Arial;
 font-size: 90%;
 color: #0000ff;
 text-decoration: underline;
}
.auctionContent a:hover{
 font-family: Arial;
 font-size: 90%;
 color: #0000ff;
 text-decoration: underline;
}
.auctionList{
  position: relative;
  float: left;
  width: auto;
  padding-top: 5px;
}
.auctionList a{
font-family: Arial Narrow;
font-weight: bold;
font-size: 70%;

}
.auctionList a:link img{
border: none;
}
.auctionList a:visited img{
  border: none;
}
.auctionList a:active img{
 border: none;
}
.auctionList a:hover img{
 border: none;
}
.auctionSideNav{
  position: relative;
  float: left;
  width: 200px;
  background-color: #CC3399;
}
.itemNameSpace{
  padding-top: 5px;
}





























