body {
	margin: 0;
  	padding: 0;
  	background-color: #cccccc;
}
  
a {
  	text-decoration: none;
}
      
#wrapper {
  	background-color: #ffffff;
  	position: relative;
  	width: 650px;
  	margin: 3em auto;
  	padding: 0;
  	text-align: center;
  	vertical-align: bottom;
  	border: 1px solid #666666;
  	font-family: Tahoma, Verdana, sans-serif;
}
      
#header {
	background-image: url('/images/nikko-hotel-kaniya-view-2-large.jpg');
	height: 160px;
	margin: 0;
}
      
      #header h1 {
      	margin: 0 0 0 -2000px;
      	
      }

	#menu, #content, #contact {
      	background-color: #ffffff;
		margin: 0;
		padding: 4px 0;
	}


	#menu {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}


	#menu ul {
		text-align: left;
		width: 230px;
		margin: auto;
		padding: 5px;
		display: inline;
	}
	
	#menu ul li {
		display: inline;
      	padding: 5px;
      	margin: 3px;
	}
	
	#footer {
		font-size: 70%;
		text-align: left;
		margin-top: 1em;
		padding: .8em;
		border-top: 1px solid #999999;
		background-color: #eeeeee;
		color: #000000;
	}

	#footer h2 {
		font-size: 100%;
		margin:0 0 1em 0;
		padding: 0;
	}
	
	#content {
		text-align: left;
		padding: 1em;
	}
	
	#content h2 {
		font-size: 100%;
		margin:0 0 1em 0;
		padding: 0;
	}
	
	
.photosList li	 {
	padding: .5em 0;
}

.photosList li .date{
	font-size: 80%;
	font-weight: bold;
}

.photosList li .description {
	font-size: 80%;
}

#photos {

}

.photo {
	padding: 5px;	
	height: 200px;
	width: 170px;
	text-align: center;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	border: 1px solid #cccccc;	
}

#photosPage table td {
      text-align: center;
      font-size: 70%;
}

#photosPage table img {
	padding: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#photosPage table  a {
	text-decoration: none;
}

