body {
  background-image: url("image/background.jpg");
  text-align: center;
  font-family: Georgia,Times New Roman,serif;
}
#cloud {
  background-image: url("image/cloud.jpg");
  position: absolute;
  top: 0px;
  right: 0px;
  width: 519px;
  height: 516px;
  z-index: 1;
}
#wrapper {
width: 950px;
margin: 0 auto;
padding: 0 auto;
}
#container {
  background-color: #ffffff;
  width: 950px;
  margin: 0 auto;
  padding-top: 0px;
  text-align: left;
  border: 0px solid red;
  z-index: 2;
}
p.road {
  float: right;
  color: #3388E7;
  font-size: 15px;
  text-align: right;
  padding-top: 10px;
}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("image/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #6096BF url("image/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#fullcontent {
  float: left;
  width: 950px;
  color: #404040;
  margin: 0 auto;
  padding: 0px;
  border: 0px solid black;
}
#leftcontent {
  float: left;
  width: 475px;
  color: #404040;
  margin: 0 auto;
  padding: 0px;
  border: 0px solid black;
}
#addresscontent {
  background: #D3FF99;
  float: right;
  width: 475px;
  margin: 0 auto;
  padding: 0px;
  border: 0px solid red;
}
#addresscontent p {
  text-align: right;
  color: #404040;
  padding: 30px;
  padding-top: 5px;
}
/* .garllery frames in photos.html, source from http://www.webdesignerwall.com/tutorials/css-decorative-gallery/ */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 20px 5px 5px;
	padding: 8px;
	background: url(image/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery span {
	background: url(image/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#footer {
	width: 100%;
	height: 55px;
	clear: both;
	background: #333;
}