<!--
#center_line        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#content_wrapper    
	{
	margin-left: -380px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 760px;
	height: 500px;
	visibility: visible
	} 
	 A:link {text-decoration:none; color:#FFFFFF}
     A:visited {text-decoration:none; color:#FFFFFF}
     A:hover{text-decoration:none;color:#B30337;}
body {
	background-color: #424242;
	background-image: url(../images/bg_2.jpg);
	margin-top: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
.address {color: #FFFFFF}
.credits {color: #FFFFFF; font-size: 10px; }
.homes_text {font-size: 11px}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 535px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 720px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
}
-->
