html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	color: #5B4723;
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
a {
	color: #AF2828;
	text-decoration: underline;
}
a:visted {
	color: #AF2828;
	text-decoration: underline;
}
a:active {
	color: #AF2828;
	text-decoration: underline;
}
a:hover {
	color: #AF2828;
	text-decoration: none;
}
h2 {
	margin: 0px;
}
/* Main Page styles */
#flashcontent {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#noflashWrap {
	overflow: auto;
	width: 100%;
	height: 100%;
}
#noflash {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 600px;
}
#sorry {
	margin: 20px 0 0 0;
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #DFDFDF;
	color: #609191;
	font-size: 10px;
}
#sorry b {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #AF2828;
}
#content {
	margin: 20px 0 20px 0;
	padding: 0;
}
.one {
	color: #609191;
}
.two {
	color: #AF2828;
}
.title {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #609191;
	padding: 4px;
	background: #5B4723;
}
/* Map & Directions styles */
#mapWrapper {
	overflow: hidden;
	width: 475px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mapContent {
	margin: 20px;
}
#mapHolder {
	margin: 20px 0 0 0;
	padding: 10px;
	background: #5B4723;
	width: 405px;
	height: 330px;
}