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;
  }

#gall {
	padding-left: 25px;
	padding-right: 25px;
	width: 500px;
  }
  
.cap {
	color: #5a604c;
	font-size: 80%;
	line-height: 1.6em;
	text-align: center;
	padding: 8px 0px;
  }
  
#button {
	width: 500px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 22px;
	text-align: center;
  }

#footer {
	width: 500px;
	padding: 15px 25px 0px 25px;
	text-align: right;
	font-size: 10px;
	color: #91926e;
}


