
/* Base Style */
body {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0;
	color: #666;
}
A:link, A:active, A:visited {
	COLOR : #3366cc; TEXT-DECORATION: underline; font-weight:normal
}
A:hover {
	COLOR : #ff9900; TEXT-DECORATION: none;}
/*img {
	border: none;
}*/

.aha {
	clear: both;
	height: 1px;
}

H1 { 
	FONT-SIZE: 20px; FONT-WEIGHT: bold; DISPLAY: inline; MARGIN: 5px; color:#666; text-align:right 
}


/* Header */
#area {
width:100%;
background:#eee;
}
#maintop {
width:700px;
height:20px;
margin:auto}
#main {
padding:5px;
clear:both;
border:1px solid #adadad;
background:#fff;
	width: 700px;
}

#owner {
width:230px;
padding:5px;
border:1px dotted #adadad;
font-size: 120%;
color:#3366cc;
background:#eee}


#houses {
margin-top:10px;
text-align:left;
width:690px}

#houses1 {
float:left;
width:330px;
padding:5px;
border-right:1px dotted #3366cc}
#houses2 {
float:left;
width:330px;
padding:5px;
}

