/* CSS Document */
body
{
margin-bottom:0;
margin-left:0;
margin-top:0;
margin-right:0;

background-color:#1B3E32;

}

.propbg
{
border:1px;
border-color:#666666;
border-style:solid;

}

.rightprop
{

background-color:#FBFDCE;
width:200px;


}


.left_bar
{
background-image:url(images/bg_left.jpg);
background-repeat:repeat-y;
}

{  
	color: #19BD19;
}
.main{
background-color:#FFFFFF;

}

td
{
	font-family :Century Gothic;
	font-size : 9pt;
	color:#000000;
	
}



.details
{
/*background-image:url(../images/navigation/box.gif);*/
background-repeat:no-repeat;
background-position:center;
text-align:left;
}

.details a
{

color:#8A3D0A;
text-decoration:none;
font-weight:bold;

}


.proptitle
{
font-family :Century Gothic;
	font-size : 12pt;
	color:#ffffff;

	}
	
	.property_content
	{
	background-color:#999966;
	width:550px;
	color:#ffffcc;
	}
	
	.table_detail
	{
	font-family :Century Gothic;
	font-size : 9pt;
	color:#666666;
	}
	
	.property_summary
	{
	font-family :Century Gothic;
	font-size : 9pt;
	color:#666666;
	}
	
/*scroller*/

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 695px;
height: 395px;
overflow-x: hidden; overflow-y:scroll
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;
padding: 15px;
}
 /*scroller*/