@charset "utf-8";
/* CSS Document */

#container {
	width: 1010px;
	background:#FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#sidebar {
	width: 210px;
	float:left;
}
.sidenav {
  height: 800px;
  width: 210px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-x: hidden;
  padding-top: 0px;
}
.sidenav a {
  padding: 0px 8px 0px 16px;
  text-decoration: none;
  font-size: 16px;
  color:#FFF
  display: block;
  border: none;
  background: none;
  width: 210px;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-btn {
	padding: 0px 8px 0px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #black;
	display: block;
	border: none;
	background: none;
	width: 210px;
	text-align: left;
	cursor: pointer;
	outline: none;
	font-family: "Times New Roman", Times, serif;
}
.dropdown-btn:hover {
  color: red;
}
.dropdown-container {
	display: none;
	background-color: #white;
    width: 210px;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	text-height: font-size;
}
.dropdown-container a {
  color: black;
  padding: 0px 40px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
#page_comments {
	margin-top: 50px;
	margin-bottom: 50px;
	float: left
}
#banner {
	width: 800px;
	float:left;
}
#content_area {
	width: 800px;
	float:left;
}
#thumbnail_area {
	width: 790px;
	margin-left: 5px;
	float:left;
	
}
#photothumb {
	width: 170px;
	margin-bottom: 30px;
	margin-left: 22px;
	float:left;
}
#map_area {
	width: 400px;
	float: left;
}
#list_area {
	width: 200px;
	float: left;
}