#content h1 {
	font-size: 25px;
	top: -23px;
	letter-spacing: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .main-content {
	background-image: url('../images/visit.jpg');
}

#content .main-content .scrollpane {
	overflow: hidden;
}

#content .main-content .scrollpane .pad {
	margin: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.side-content {
	background-image: url('../images/subway.png');
	background-position: 5px right;
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	line-height: 18px;
}

.side-content h4 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.side-content table td {
	padding-right: 15px;
}

