body {
	background-color: #ba0a0c;
	text-align: center;
	margin: 0px;
	}
	a img {
	  border: none;
	}
	div#splash_page {
		width: 800px;
		margin: auto;
		}
		div#splash_top {
			width: 800px;
			height: 462px;
			}
			img#splash_top {
				width: 800px;
				height: 462px;
				}
		div#neighborhood_list {
			background-image: url(../image/decider-home-bottom.jpg);
			background-repeat: no-repeat;
			min-height: 138px;
			}
			ul#neighborhood_list {
				list-style-type: none;
				margin: auto;
				padding: 0;
				width: 400px;
				}
				li.neighborhood a {
					text-align: center;
					font-family: Geneva, Verdana;
					font-size: 24pt;
					color: #ffffff;
					padding: 5px;
					letter-spacing: 1px;
					line-height: 1.75em;
					height: 50px;
					display: block;
					text-decoration: none;
					}
				li.neighborhood a:hover {
					background-color: #de4a4c;
					}
	div#decision_page {
		margin: auto;
		}
		div#decision_top {
			background-color: #5b4a42;
			height: 163px;
			}
			img#logo_top {
				margin: auto;
				width: 500px;
				height: 163px;
				}
		div#decision_bottom {
			background-color: #ba0a0c;
			}
			div#decision_intro {
				font-family: Geneva, Verdana;
				font-size: 16pt;
				color: #ffffff;
				}
			table#decision_details {
				border-collapse: collapse;
				width: 600px;
				margin: auto;
				}
				td#decision_text {
					vertical-align: top;
					background-color: #ffffff;
					width: 300px;
					font-family: Geneva, Verdana;
					font-size: 12pt;
					color: #000000;
					letter-spacing: 0px;
					height: 400px;
					padding: 10px;
					line-height: 0.15em;
					}
					p.location_name {
						font-weight: bold;
						}
					p.location_address {
						}
				td#decision_map {
					vertical-align: top;
					background-color: #cccccc;
					height: 400px;
					}
				td#decision_map img {
					margin: auto;
					}
			div#footer {
				padding: 10px;
				font-family: Geneva, Verdana;
				font-size: small;
				color: #dedede;
				}

				div#footer a {
					padding-top: 3px;
					font-family: Geneva, Verdana;
					font-size: small;
					color: #dedede;
					}
	div#text_page {
		color: #dedede;
		width: 600px;
		margin: auto;
		font-family: Geneva, Verdana;
		}

		div#text_page p {
			text-align: left;
			}
	