/* CSS Document */
/*about us auctions*/
.about_us_left table {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.about_us_left th {
	border: 1px solid #CCC;
	background-color: #f36621;
	color: White;
	text-align: left;
}

.about_us_left tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}
	
.about_us_left td {
	border: 1px solid #CCC;
	/*padding: 0 0.5em;*/
	}
	
.about_us_left td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
/* end of auction stuff*/

.box_top
{
width: 756px;
height: 23px;
background-image: url(img/ab_box_top1.jpg);
}
.box_top_heading
{
padding-left:15px;
padding-top:10px;

}
.box_inner
{
width: 756px;
height: auto;
background-image: url(img/ab_box_inner1.jpg);
}

.box_inner_text
{
padding-left:15px;
padding-right:20px;
padding-top:10px;

}
.box_bottom
{
width: 756px;
height: 23px;
background-image: url(img/ab_box_bottom1.jpg);
}

.italic
{
font-style: italic;
}

.profile_photo
{
    width:250px;
    height:500px;
    float:left;
    background:#fff;
    margin-right:10px;
    margin-top:5px;
    font-size:12px;
    
}
.profile_text
{
    float:left;
    width:735px;
    height:auto;
    font-size:12px;
    margin-top:5px;
    padding-right:5px;
   
}

.properties
{
    float:none;
}

