ul#guideMenu {
	width: 202px;
	padding-bottom: 0px;
	padding-top: 2em;
}

ul#guideMenu li {
	text-align: center;
	padding-bottom: 2em;
	display: block;
}
#main h6 {
	background-color: #F0F0F0;
	font-size: 100%;
	padding: 5px;
	margin-bottom: 1em;
	font-weight: bold;
}

#albumDetail {
	float: right;
	width: 335px;
	padding-right: 10px;
}

#albumDetail p.price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 5px;
	text-align: right;
}

.by {
	padding-top: 5px;
	padding-bottom: 1.5em;
	padding-left: 23px;
}

.photoArea {
	float: left;
	width: 400px;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

ul.photoList {
	width: 280px;
	float: right;
	margin-left: 30px;
	padding-top: 0.5em;
	height: 260px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul.hotel {
	background-image: url(../photogallery/images/hotel.jpg);
}

ul.wedding {
	background-image: url(../photogallery/images/wedding.jpg);
}


ul.photoList li {
	padding-bottom: 0.5em;
}

ol.route {
	padding: 0px;
	margin: 0px;
	width: 220px;
	float: left;
	display: block;
}

ol.route li {
	list-style-type: none;
	background-image: url(../images/accessarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2em;
	margin-bottom: 1em;
	text-align: center;
}

ol.route li.last {
	background-image: none;
}

#parkingBox {
	width: 205px;
	padding-left: 25px;
	padding-top: 8px;
}

#parkingBox dl {
	padding-top: 1.5em;
	padding-bottom: 1em;
}

#parkingBox dt {
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

#parkingBox dd {
	padding-bottom: 0.5em;
	padding-left: 1em;
}


#info {
	padding: 10px;
	border: 1px solid #C00;
}

#info h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	color: #C00;
}

