/* #################### MISC #################### */

body {
	background-color: #ffffff; 
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
}
body, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, a {
	font-family: times new roman, serif;
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
td {
	vertical-align: top;
}
.displayBlock {
	display: block;
}

/* #################### PAGE #################### */

#mainBox {
	text-align: center;
}
#pageBox {
	margin: 0px auto;
	margin-bottom: 25px;
	background-color: #a1895d;
}
#pageRight {
	background-image: url("images/mapbg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#pleaseSelect {
	margin-top: 17px;
}
#pleaseSelect img {
	margin: 0px auto;
}
#buttonRow {
	margin: 0px auto;	
	margin-top: 15px;
}
#rightButton {
	padding-left: 60px;
}
#mapBox {
	margin: 10px 40px 0px 40px;
}

