@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:#eee;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #09F;
}
a:active {
	color: #09F;
}

#wrapper {
	width:1000px;
	height:580px;
	margin: 0 auto;
	border:#666 solid 1px;
}

#header {
	width:1000px;
	background:url(../img/banner.png);
	height:136px;
	background:#ddd;
}
#main {
	width:1000px;
	background:#fff;
	margin: 0 auto;
}

#footer {
	width:992px;
	height:18px;
	font-size:12px;
	background:#fff;
	background:url(../img/footer.png);
	text-align:center;
	color:#FFF;
	position:relative;
	
	padding:4px;
	margin: 0 auto;
	margin-top:14px;
	padding-top:8px;
}
#floorplan {
	width:320px;
	height:320px;
	float:right;
	background-color:#CF0;
}
#viewer {
	width:480px;
	height:320px;
	float:left;
	font-size:12px;
}	
