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

	body{
		font-family: Arial, 'Gill Sans', GillSans, Helvetica;
		background-color:#002349;
		width:100%;
		height:auto;
		padding:0;
		margin:0;}
	
	#container_p{
		width:960px;
		height:auto;
		margin:0 auto;}
	
	.featured_properties{
		width:960px;
		height:400px;
		background-color:#FFF;
		padding:3px 0;
		text-align:center;
		border-radius: 5px;}

	.franchises{
		width:25%;
		height:auto;
		float:left;
		text-align:center;}
		
	footer{
		text-align:center;}
	.disclaimer{
		font-size:x-small;
		color:#888888;}
	.disclaimer2{
		font-size:62.5%;
		color: RGBA(255,255,255,.2);}
		
	.sothebys{
		text-decoration:none;
		color:#FFF;}
		
		