body {
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	background-color: #660500;
}
#top {
	background-color: #000;
	height: 100px;
	border-bottom: 2px solid #fff;
}
#topButtons {
	width: 700px;
	margin: auto auto;
	text-align: right;
	padding: 25px 0px;
	color: #fff;
}
#topButtons a:link {
	text-decoration: none;
	color: #fff;
}
#topButtons a:visited {
	text-decoration: none;
	color: #fff;
}
#topButtons a:hover {
	text-decoration: underline;
	color: #fff;
}
#topButtons a:active {
	text-decoration: none;
	color: #fff;
}
#IEroot #topButtons {
	width: 700px;
	margin: auto auto;
	text-align: right;
	padding: 25px 0px;
	color: #fff;
	position: relative;
	top: -20px;
	z-index: 2;
}
#IEroot #topButtons a:link {
	text-decoration: none;
	color: #fff;
}
#IEroot #topButtons a:visited {
	text-decoration: none;
	color: #fff;
}
#IEroot #topButtons a:hover {
	text-decoration: underline;
	color: #fff;
}
#IEroot #topButtons a:active {
	text-decoration: none;
	color: #fff;
}
#bottom {
	background-color: #660500;
}
#container {
	background-color: #fff;
	border: 1px solid #000;
	margin: auto auto;
	width: 700px;
	position: relative;
	top: -60px;
}
#buttons {
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#buttons a:link {
	text-decoration: none;
	color: #000;
}
#buttons a:visited {
	text-decoration: none;
	color: #000;
}
#buttons a:hover {
	text-decoration: underline;
	color: #600;
}
#buttons a:active {
	text-decoration: underline;
	color: #000;
}
#mapCanvas {
	height: 280px;
	width: 380px;
	margin: 10px;
	}
#map {
	height: 280px;
	border: 0px solid #000;
}
#address {
	text-align: center;
	font-size: 14px;	
	font-weight: bold;
}
#text {
	font-family: arial;
	font-size: 12px;
	color: #000;
	float: right;
	text-align: left;
	position: relative;
	top: 70px;
	left: -20px;
	width: 250px;
}
#footer {
	width: 700px;
	background-color: #000;
	border: 1px solid #000;
	position: relative;
	left: -1px;
	top: 0px;
	text-align: center;
	color: #fff;
	padding: 14px 0px;
}

