body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-image: url(images/body_rpt.gif);
	background-repeat: repeat-y;
}
#container {
	position: relative;
	width: 640px;
}
#nav {
	position: relative;
	margin: 0 0 1px 121px;
	padding: 0 0 0 10px;
	width: 509px;
	height: 21px;
	background-color: #F5F4F5;
}
#nav li {
	position: relative;
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	padding: 5px 6px 3px 6px;
	color: #747474;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a:hover, #nav li a.selected {
	background-color: #DBEBF2;
}
#content {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	position: relative;
	float: right;
	width: 487px;
	background-image: url(images/content_rpt.gif);
	background-repeat: repeat-x;
	padding: 16px;
	text-align: justify;
}
#col_left, #col_right {
	position: relative;
	float: left;
	width: 230px;
}
#col_left {
	margin: 0 27px 0 0;
}
h1 {
	position: relative;
	width: 300px;
	height: 120px;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a {
	color: #747474;
}
a img {
	border: none;
}
p.home {
	position: relative;
	height: 205px;
	padding: 50px 0 0 239px;
	margin: -30px 0 0 0;
	background-image: url(images/pic_floorplan.gif);
	background-repeat: no-repeat;
}
#ufo {
	position: relative;
	float: left;
	width: 120px;
	height: 361px;
	margin: 0 1px 0 0;
}
.tower {
	position: absolute;
	width: 120px;
	height: 600px;
	left: 640px;
	top: 0;
}
.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}
img.iefix {
	display: block;
}
