body {
	background-color: #ffffe3;
	margin: 0px;
  }
  
p {
	color: #5a604c;
	font-size: 80%;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
  }

.no { display:none;}


#header {
	height: 75px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
  }

#story {
	padding: 0px 35px;
	width: 610px;
  }
  
.title {
	background: url(images/title.gif) 0px 0px no-repeat;
	height: 52px;
	padding-left: 3px;
	list-style: none;
	text-indent: 0px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6em;
	font-size: 90%;
}

.photo {
	float: left;
	padding: 0px 15px 5px 0px;
  }
  
#button {
	width: 680px;
	padding-top: 15px;
	padding-bottom: 22px;
	text-align: center;
  }

#footer {
	padding: 15px 35px 0px 35px;
	text-align: right;
	width: 610px;
	font-size: 10px;
	color: #91926e;
}


