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

body
{
background-color:#FFFFFF;
}

.main_listing_table
{
width:700px;
}

.listing_top_left
{
background:url(top_left.gif) no-repeat top left;
width:100px;
height:80px;
}

.listing_top_bg
{
background:url(top_bg.gif) repeat-x;
width:500px;
height:80px;
}

.listing_top_right
{
background:url(top_right.gif) no-repeat top right;
width:100px;
height:80px;
}

.listing_content_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:8px;
border:10px solid #ffffff; 
}

.listing_content_left
{
background:url(cont_left.gif) top left repeat-y;
width:100px;
}

.listing_content_bg
{
width:500px;
background-color:#ffffff;
}

.listing_content_right
{
background:url(cont_right.gif) top right repeat-y;
width:100px;
}

.listing_bottom_left
{
background:url(bot_left.gif) no-repeat bottom left;
width:100px;
height:80px;
}

.listing_bottom_bg
{
background:url(bot_bg.gif) repeat-x bottom;
width:500px;
height:80px;
}

.listing_bottom_right
{
background:url(bot_right.gif) no-repeat bottom right;
width:100px;
height:80px;
}

.photo_img_bdr
{
padding:5px;
}