@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0033FF;
	font-weight: lighter;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
	font-weight: lighter;
}
a:hover {
	color: #FF0000;
	font-weight: 500;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#page {
	position: relative;
	height: 600px;
	width: 900px;
	top: 0px;
	left: 0px;
	}
#title {
	position: absolute;
	height: 30px;
	width:135px;
	top: 0px;
	left: 0px;
	}
#floorplan {
	position: absolute;
	top: 0px;
	height:auto;
	width:210px;
	left: 70px;
	}
#picture {
	position: absolute;
	height:700px;
	width:500px;
	left: 350px;
	top: 0px;
	vertical-align: middle;
	}
#caption {
	position: relative;
	height: auto;
	left: 0px;
	top: auto;
	font-size: 14px;
	width: 500px;
	padding-top: 5px;
	vertical-align: text-bottom;
	font-weight: lighter;
	text-align: center;
	}
#description {
	position: relative;
	height: auto;
	left: 0px;
	top: 10px;
	font-size: 12px;
	width: 460px;
	padding-top: 10px;
	vertical-align: text-top;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}	
#instructions {
	position: absolute;
	height: 150px;
	left: 0px;
	top: 125px;
	font-size: 12px;
	width: 130px;
	padding-left: 8px;
	color: #FF0000;
	}	
#menu {
	position: absolute;
	height: 100px;
	left: 0px;
	top: 400px;
	font-size: 12px;
	width: 130px;
	padding-left: 10px;
	z-index: 1;
	}	
