body	{	background-color:#fff;
			color: #000;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #DA382A;
	padding: 10px 0px;
}

		
ul#menu	{	text-align:center;	
			background-color: #fff;
			margin: 15px 0px;
			padding: 0px;
		border: 0px solid #000;
		clear:both;
		width:800px;
		}		
ul#menu li
		{	float:left;
			margin: 0px 10px;
			list-style-type:none;
		}
a:link, a:visited
		{	text-decoration:none;
			color: #da382a;
			border-bottom:2px dashed #da382a;
			padding: 0px 10px;
		}
a:hover
		{	text-decoration:none;
			border-bottom:2px solid #000;
			color:#000000;
		}
#content
		{	clear:both;
			padding: 10px;
		}
img.house
		{	margin-top: 5px;
			float:right;	}

table.pricing
		{	width: 300px;
			border: 1px solid #000000;
		}
table.pricing th
		{	text-align:left;
			border-bottom: 1px solid #000;
		}
table.pricing tr
		{	border-bottom: 1px dotted #000;
			padding: 5px 0px;
		}
table.pricing td
		{	border-collapse:collapse;
			border-bottom: 1px dotted #000;
		}
			