/* CSS Document */

body {
  background-color: #FEFEF6; 
  padding: 0px;
  margin: 0px;
	font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
}

#wrapper {
	width: 800px;
	height: 600px;
	margin: 1em auto;
}

#header {
	margin-top: 10px;
	width: 800px;
	height: 70px;
	text-align: center;
}

#left {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	height: 360px;
	text-align: center;
}

#center {
	position: absolute;
	margin-left: 150px;
	width: 500px;
	height: 360px;
}

#content {
	position: absolute;
	margin: 20px 30px;	
	width: 440px;
	height: 320px;
}

#content_req {
	position: absolute;
	margin: 20px 30px;	
	width: 444px;
	height: 324px;
	overflow: scroll;
}

#right {
	position: absolute;
	margin-left: 650px;
	width: 150px;
	height: 360px;
	text-align: center;
}

#bottom {
	position: absolute;
	margin-top: 360px;	
	width: 800px;
	height: 120px;
	text-align: center;
}

#footer {
	position: absolute;
	margin-top: 486px;	
	width: 800px;
	height: 20px;
	text-align: center;
}
#footer_left {
	float: left;
	width: 150px;
	text-align: center;
	display:inline;
}
#footer_center {
	width: 500px;
	text-align: center;
	display:inline;
}
#footer_right {
	float: right;
	width: 150px;
	text-align: center;
	display:inline;
}

/* ======================================================= */
/* photos */
.photo_small {
	width: 130px;
	height: 110px;
}
.photo_small img {
	margin-left: 1px;
	margin-top: 2px;
}
.photo_small a {
	text-decoration: none; 
}

/* ======================================================= */
/* text */
h3 {
	margin-top: 4px;
	margin-bottom: 0px;
	color: #FDEE03;
  font-size: 14pt;
	text-align: center;
}
.city_text {
	color: darkgreen;
  font-size: 9pt;
	font-weight: bold;
}
.city_text a {
	text-decoration: none;
	color: darkgreen;
}
.city_text a:hover {
	color: #CC9966;
}
.text {
	margin: 0px 10px;
  color: #FFFFFF;	
  font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.text a {
	text-decoration: none;
	color: #FDEE03;
}
.text a:hover {
	color: #CC9966;
}
.legend {
	color:#FDEE03;
	font-size:10pt;
	font-weight:bold;
}
.text_req {
  color: #FFFFFF;	
  font-size: 10pt;
	font-style: italic;
}
.bottom_text {
	color: #6D5945;
  font-size: 10pt;
	font-weight: bold;
	font-style:italic;
}
.bottom_text a {
	text-decoration: none;
	color: #6D5945;
}
.bottom_text a:hover {
	color: #CC9966;
}