﻿h2
{
	font-size:16px;
	font-family:Arial;
	color:#16375a;
	padding-bottom:10px;
}

#welcome
{
	width:500px;
	float:left;
	padding:20px;
}

#welcome h1
{
	padding-top:5px;
	color:#16375a;
}

#welcome h3
{
	font-weight:normal;
	padding-bottom:30px;
	color:#636363;
	font-size:18px;
}

#welcome p
{
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
}


#featured
{
	width:210px;
	margin-left:20px;
	float:left;
	margin-top:40px;
}

#featured .property
{
	width:180px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#featured .property:hover
{
	cursor:pointer;
}

#featured .property img
{
	background:#eaeaea;
	padding:4px;
	border:solid 1px #d4d4d4;
}

#featured .property h1
{
	font-size:13px;
	font-family:Arial;
	padding-bottom:3px;
}

#featured .property h1 a
{
	color:#0075ba;
	text-decoration:none;
}

#featured .property p
{
	font-size:12px;
	font-family:Arial;
	color:#333333;
}


#featured .property .price
{
	font-style:italic;
}

#buttons
{
	width:248px;
	float:left;
	margin-top:70px;
}

#buttons img
{
	margin-bottom:20px;
}