.site-table {
        background-color: #898989;
        background-image: url(images/bg_site.jpg);
        background-repeat: repeat-x;
}
.font-lf {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #990000;
        line-height: 20px;

}
.font-lf2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #990000;
        line-height: 12px;

}

a:link {
        color: #FFFFFF;
        text-decoration: none;
}
a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
a:hover {
        color: #333333;
        text-decoration: none;
}
h1 {
        font-family: Impact;
        font-size: 18px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
        font-weight: normal;
        text-transform: uppercase;
        color: #FFFFFF;

}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
ul {
        font-size: 12px;
        color: #000000;
        list-style-type: square;
        line-height: 25px;
}

.sub-category {
        font-size: 14px;
        font-weight: bold;
        color: #990000;
}
.photo {
        margin-left: 5px;
        border: 1px solid #660000;
}
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.content {
        color: #FFFFFF;
        background-color: 616161;
        border: 1px solid #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;

}
.content2 {
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.content-black {
        color: #000000;
        background-color: 616161;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
	font-weight: bold;

}

.listings {
        color: #FFFFFF;
	border: 1px solid #33333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
.listings2 {    
	color: #FFFFFF;    
	background-color: 616161;    
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 10px;
} 
.listings3 {
        color: #FFFFFF;
        background-color: 616161;
        border: 0px solid #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}



.category1 {
        font-family: impact;
        font-size: 16px;
        font-weight: normal;
        color: #000000;
}
.detail-header {
        font-family: Impact;
        font-size: 18px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
        font-weight: normal;
        text-transform: uppercase;
        color: #000000;
}
.sold-header {
        font-family: Impact;
        font-size: 40px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: RED;
        font-weight: normal;
        color: RED;
}


