		#wrapper			{
			margin: 			0px;
			padding: 			0px;
			text-align:			left;
		}

		#mLogo				{
			margin-top:			11px;
			margin-left:		5px;
			height:				100px;
			width:				200px;
			float:				left;
		}


		#mNav				{
			margin-top:			5px;
			background:			#fff url(../images/bg_n.gif) 1px 0px;
		}

		.clear				{
			clear:				both;
			height:				0px;
			font-size:			1px;
			line-height:		0px;
		}

		a					{
			text-decoration:	none;
		}


		#mNav a:hover		{
			background:			#fff;
		}

		#mNav a 			{
			display:			block;
			float:				left;
			padding:			0px 10px 0px 10px;
			line-height:		20px;
			background:			#eee;
			border-right:		1px solid #ccc;
			border-top:			1px solid #fff;
			border-bottom:		1px solid #aaa;
			text-decoration:	none;
			font-size:			11px;
			white-space: 		nowrap;
			height:				24px;
			height: 			"\"}\"";	/* Hack: only show to browsers < IE5.x */
			height:				22px;
		}

		* html #mBody	{
			height:				390px;
		}

		#mBody			{
			min-height:			390px;
			padding:			10px 0px 0px 10px;
			font-size:			1em;
			color:				#555;
		}

		#mBody h1			{
			font-size:			120%;
		}

		#mBody h2			{
			font-size:			100%;
		}

		#mFooter		{
			background:			url(../images/bg_f.gif) repeat-x 0 0;
			height:				80px;
			padding:			10px 0px 0px 15px;
			font-size:			10px;
		}

		#mRight				{
			float:				right;
			width:				200px;
			font-size:			11px;
			min-height:			300px;
			margin:				0px 0px 2px 6px;
		}

		/* Featured Listing  {{{ */

		.FeaturedListing img{
			width:				144px;
			height:				96px;
		}

		.FeaturedListing{
			background:			#fff;
			width:				160px;
			margin:				10px auto 10px auto;
			text-align:			center;
			font-size:			10px;
			padding-bottom:		5px;
			line-height:		16px;
		}

		.FeaturedListing .Title{
			font-weight:		bold;
		}

		.FeaturedListing a		{
			text-decoration:	none;
		}


		.Photo a				{
			border-bottom:		0px;
		}

		.Photo a:hover			{
			border-bottom:		0px;
		}

		/* }}} */

		/* Virtual Tours  {{{ */

		#SearchResults			{
			position:				relative !important;
			top:					-30px !important;
			margin:					0px 20px 0px 20px !important;
			padding:				0px !important;
		}

		/* }}} */

		/* Agent Photo  {{{ */

		.AgentPhoto{
			width:				160px;
			margin:				10px auto 10px auto;
			text-align:			center;
			font-size:			10px;
			padding-bottom:		5px;
			line-height:		16px;
		}

		.AgentPhoto img{
			display:			block;
			width:				80px;
			height:				100px;
			margin:				5px auto 0px auto;
		}

		.AgentInfo {
			line-height:		14px;
			margin:				0px 5px 0px 5px;
		}

		.AgentInfo a		{
			text-decoration:	none;
		}

		/* }}} */

		/* Agent Roster {{{ */
		.AgentRoster{
			width:				100%;
		}

		.AgentRoster .Name	{
			font-weight:		bold;
		}

		.AgentRoster .Agent{
			width:				180px;
			height:				310px;
			float:				left;
			text-align:			center;
			line-height:		16px;
		}

		/* }}} */


