body               { font-family: Verdana, "Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
                     font-size: 12px; color: #7D7D7D; 
                     margin-left: 15px; margin-right: 15px; }

small              { font-size: 11px; }

span.sold			   { font-weight : bold; text-decoration : none; color: red; }

a:link, a:visited  { font-weight : bold; text-decoration : none; color: #47C6EC; }
a:hover            { font-weight : bold; text-decoration : none; color: #EC5F47; }
a:active           { font-weight : bold; text-decoration : none; color: #000000; }

img                { border: 0px solid #FFFFFF; padding: 0px; }
img:hover          { border: 0px solid #000000; }

form               { margin: 0; }

hr					{ background-color: #999999; color: #999999; margin:40px 0px 40px 0px;
height:1px;
border:none;

}


.floatimgleft {
float:left;
margin-top:5px;
margin-right:30px;
margin-bottom:30px;
}




<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

.previouswrap ul {
  float: left;
  width: 925px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.previouswrap li {
  margin-left: 0px;
  margin-bottom: 0;
  margin-right: 21px;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-top: 0;
  float: left;
  width: 210px;
}

.previouswrap img {
	padding-bottom: 10px;
	padding-right: 5px;
	width: 208px;
}

</style>



