ul.entrance {
	text-align: center;
}

li.entrance {
	width: 150px;
	height: 80pt;
	float: left;
}

h2 {
	font-size: 200%;
}

h3, h4 {
	border: none;
	text-align: left;
	color: blue;
	font-weight: blod;
}

h4 {
	border-bottom: solid blue 1px;
}

h5 {
	text-align: center;
	font-size: 100%;
}

img.hall {
	text-align: center;
}

.floor_l {
	width: 390px;
	float: left;
}

.floor_r {
	padding-left: 10px;
	padding-top: 120px;
	width: 190px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.entrance_g {
	clear: both;
	margin-top: 10px;
	padding-left: 150px;
	padding-top: 20px;
	width: 442px;
	height: 132px;
	line-height: 140%;
	background-image: url("images/entrance_g.gif");
}

li.example {
	margin: 10px;
	padding: 10px;
	width: 250px;
	height: 220px;
	border: solid lightgrey 1px;

}

.box_example {
	margin: 0px;
	padding: 0px 10px;
	width: 605px;
	height: 4100px;
	float: left;
}

tr {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: white;
	background-color: #635f52;
}

tr.odd {
	color: black;
	background-color: white;
}

tr.even {
	color: black;
	background-color: #c5c1b8;
}

td {
	width: 140px;
}

td.blue {
	color: white;
	background-color: lightblue;
}

td.white {
	background-color: white;
	vertical-align: middle;
	padding-top: 20px;
}
