﻿#map {
	width: 425px;
	float: right;
}
.italic_bold {
	font-weight: bold;
	font-style: italic;
}
.centered_text {
	text-align: center;
}
.heading {
	font-size: large;
	font-weight: bold;
	color: #FF000E;
}
.heading_welcome {
	text-align: center;
	font-size: x-large;
	color: #FF000E;
	font-weight: bold;
}
.image_border {
	margin-left: 10px;
	margin-right: 10px;
}
#spacer {
	clear: both;
	height: 20px;
}
