@charset "utf-8";
/* CSS Document */

body{	
	/*background-image:url(../images/background.jpg);*/
	background-color:#000000;

	font-family:Garamond, Times New Roman;
	font-size:18px;
	color:#CCCC9A;	
}

a.white{
	text-decoration:none;
	color:#CCCC99;
}

a.white:hover{
	color:#FFFFFF;
}

a.opens{
	text-decoration:none;
	color:#000000;
}

a.opens:hover{
	color:#999900;
}

a{
	text-decoration:none;
	color:#990000;
	cursor:pointer;
}

a:hover{
	color:#999900;
}

a img{
	text-decoration:none;
	border:none;
}

.content{
	background-image:url(../images/middlebg.gif);
	background-repeat:repeat-y;
	color:#000000;
	
}


h2{
	text-transform:uppercase;
	color:#990000;
	font-weight:bold;
	font-size:16px;
}
h3{
	color:#990000;
	font-size:16px;
}

div.buyerseller{
	background-image:url(images/buyer_seller.gif); 
	height:54px; 
	width:200px; 
	text-align:center;
}

.button{
	background-color:#990000;
	border:none;
	color:#cccc99;
	cursor:pointer;
}

/* CSS for sold homes: thumbnails */
#imCel1_00 {position: absolute; height: 75px; width: 100px; overflow: hidden;   }
#imObj1_00 img {border: none; height: 75px; width: 100px; vertical-align: bottom; }
#imObj1_00 {padding: 0px 0px 0px 10px; }
#imCel1_00_Cont {text-align: center;  overflow: hidden; }

/*sold.png*/
#imCel2_00 {position: relative; height: 75px; width: 100px; overflow: hidden; z-index:0;  }
#imObj2_00 img {border: none; height: 75px; width: 100px; vertical-align: bottom; }
#imObj2_00 {padding: 0px 0px 0px 5px; }
#imCel2_00 Cont {text-align: center; overflow: hidden; }

