/* #################### MISC #################### */

body {
	background-color: #000000; 
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: center top; 
}
body, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, a {
	font-family: trebuchet ms, arial, helvetica, charcoal, sans-serif;
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
td {
	vertical-align: top;
}
.displayBlock {
	display: block;
}

/* #################### PAGE #################### */

#mainBox {
	text-align: center;
}
#pageBox {
	margin: 0px auto; 
	text-align: center; 
	width: 956px;
	height: 928px;
}
#header {
	padding-top: 265px;
	padding-left: 69px;
	padding-bottom: 14px;
}
#mapBox {
	text-align: center; 
	background-image: url("images/mapbox.png");
	background-repeat: no-repeat;
	background-position: center top; 
	height: 500px;
}
#selectBox {
	padding-top: 32px;
	padding-left: 69px;
}
/*
#pleaseSelect {
	padding-right: 26px;
}
*/
#mapBackground {
	padding-left: 69px;
	padding-top: 43px;
}

