@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dddddd;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0033FF;
	font-weight: lighter;
}
a:visited {
	color: #3333FF;
	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: 950px;
	top: 0px;
	left: 0px;
	}
#floorplan {
	position: absolute;
	top: 65px;
	height:auto;
	width:210px;
	left: 130px;
	}

#title {
	position: absolute;
	height: 35px;
	width:355px;
	top: 0px;
	left: 0px;
	text-align: right;
	font-size: 24px;
	font-weight: lighter;
	}
#caption {
	position: absolute;
	height:auto;
	width:385px;
	top: 25px;
	font-weight: 100;
	left: 425px;
	font-size: 14px;
	padding-bottom: 0px;
	text-align: center;
	}
#picture {
	position: absolute;
	height:auto;
	width:385px;
	left: 425px;
	top: 50px;
	}
#description {
	position: relative;
	height: auto;
	left: 0px;
	font-size: 14px;
	width: 385px;
	padding-top: 10px;
	text-align: center;
	top: 0px;
	}	
#instructions {
	position: absolute;
	height: 150px;
	left: 0px;
	top: 75px;
	font-size: 12px;
	width: 160px;
	}	
#menu {
	position: absolute;
	height: 80px;
	left: 20px;
	top: 270px;
	font-size: 12px;
	width: 110px;
	padding-left: 0px;
	z-index: 1;
	}	
