@charset "utf-8";
/* CSS Document */

html,body { height:100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding-bottom:60px;
	min-height:500px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper{
	margin:0 auto;
	width:955px;
	background:url(images/body-bg.png);
	background-repeat:repeat-y;
	min-height:700px;
}

.body{
	margin:0 auto;
}

.header{
	margin:0 auto;
	height:150px;
	width:800px;
	text-align:left;
	padding:0;
	padding-left:1px;
	background-color:#000;
}

.content{
	width:800px;
	text-align:justify;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0 78px;
}



.footer{
	text-align:center;
	height: 60px;
}

div.content img{
	margin-right:.4em;
	margin-bottom:.2em;
	border:1px solid #454545;
}

.tbl-content{
	margin-right:5px;
	padding-left: 5px;
	text-align:left;
	line-height:30px;
	margin-bottom:2px;
	background-color:#d7a34d;
}

.tbl-content:hover{ background-color:#98753a;}

.noborder {border:0 !important; }

td#padleft {padding-left: 1em; }

.text-padding {padding-left:1em; padding-right:1em;}

.lot {font-weight:bold;}
.price{color:#060;}
.tbl-border{border-left:1px solid #333; width:7px; margin-left:50%; margin-right:50%;}

