#main a{
    color: #CF1111;
}
#main a:hover{
	text-decoration: underline;    
}
.Column{
	text-align: center;
	float: left;
	width: 560px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
}
.floor-cell{
	width: 112px;
	text-transform: uppercase;
	float: left;
}
.exter-cell{
	text-transform: uppercase;
	float: left;
	width: 140px;
}
.Column img{
	border: 1px solid #000000;
}
#bottom-navi{
	float: left;
	width: 470px;
	height: 30px;
}
#bottom-navi a{
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	display: block;
	float: left;
}
#bottom-navi a:hover{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.selected{
    font-size: 15px;
	color: #000000;
	font-weight: bold;
}
#navi-jump{
	float: right;
	width: 130px;
	font-weight: bold;
}
.next{
	background-image: url(next.gif);
	background-position: right top;
	padding-right: 11px;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	display: block;
	float: right;
	background-repeat: no-repeat;
}
.back{
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: right;
	padding-right: 4px;
	padding-left: 11px;
}

