body {
	background-color: black; 
	text-align: center; 
	overflow: auto;
}

form {margin: 0px}

#wrapper {
	width: 800px; 
	height: 600px; 
	padding: 0px; 
	font-family: arial; 
	margin: 0px auto;
}
					
#header {
	border-bottom: 2px solid #9e333b; 
	padding:35px 0px 0px; 
	margin: 0px 25px;
}
				 
h1 {
	text-align: center; 
	margin-bottom: 1em; 
	margin: 0px; 
	font-weight: normal; 
	letter-spacing: 1px; 
	font-size: 38px;
}
		
h1 #t1 {
	color: #b9b7b8;
}
h1 #t2 {
	color: #615f60;
}

#footer_menu {
	border-top: 2px solid #9e333b; 
	padding: 18px 0px 50px; 
	font-size: 16px; 
	margin: 0px 25px; 
	text-align: left;
}
						  
#footer_menu a {
	text-decoration: none; 
	padding-bottom: 1px;
}

.onleft  {
	float: left; 
	margin-right: 15px;
}

.onright {
	float: right; 
	margin: 0px;
}

.odd  {
	color: #b9b7b8;
}

.odd:hover {
	border-bottom: solid #b9b7b8 1px;
}

.even {
	color: #615f60;
}

.even:hover {
	border-bottom: solid #615f60 1px;
}

.selected {
	border-bottom: solid #9e333b 1px;
}

#back {
	font-size: 25px; color: #9e333b; 
	margin-right: 140px; 
	float: right;
}

#back:hover {
	border-bottom: solid #9e333b 1px;
}

#content {
	padding: 0px; 
	margin: 10px 25px; 
	text-align: left; 
	height: 415px; 
	overflow: auto;
}

#content a {
	text-decoration: none;
}

#content a img {
	border: none;
}

.story {
	white-space: nowrap;
	width: auto;
}

.story img {
	margin: 1px 9px 1px 0px;
}

#content p {text-align: center; font-size: 25px;}
#address {margin-top: 150px;}
#address a {color: #b9b7b8;}
#cell {color: #615f60;}