@import url("main.css");

#open h2 {
	background: url(../open/img/h2_open.jpg) no-repeat;
	}
	

#open table {
	width: 650px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
	}
	
#open table th,td {
	padding: 8px 5px;
	border-bottom: 2px dotted #CCCCCC;
	}
#open table th {
	width: 120px;
	color:#3A9E18;

	}
	
#open table td {
	margin: 0 auto 30px;
	}


#open #map_canvas {
	width: 644px;
	height: 400px;
	margin: 10px auto 20px;
	padding: 1px;
	border: 1px solid #CCC;
	}


.house_img {
	float: right;
	margin: 0 0 0 20px;
	}


.staff_img {
	margin: 20px auto;
	text-align: center;
	}