#page-content-1-wrapper {
	float: left;
	width: 844px;
	overflow: hidden;
}

#page-content-1 {
	float: left;
	background-color: #edece3;
}

#top-spacer {
	float: left;
	border-top: 1px dotted #c8c7c7;
	margin-top: 42px;
	width: 844px;
	height: 20px;
	margin-bottom: 4px;
	background-color: #798F61;
}

#list-wrapper {
	float: left;
	width: 280px;
	border-right: 3px solid white;
	overflow: display;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#list-content-wrapper {
	float: left;
	padding: 3px;
	background-color: #798f61;
}

#list-content {
	float: left;
	padding: 2px;
	background-color: white;
	border: 1px solid black;
}

#list-content-inner {
	float: left;
	background-color: white;
	border: 1px solid black;
}

#list-title {
	padding: 8px;
	height: 17px;
	font-size: 14px;
	color: #edece3;
	background-color: #798f61;
	overflow: hidden;
	margin-bottom: 3px;
}

#list-category-name {
	padding: 8px;
	width: 250px;
	font-size: 18px;
	line-height: auto;
	color: #edece3;
	background-color: #798f61;
	border-bottom: 1px dotted #c8c7c7;
}

ul#list-item {
	background-color: #798f61;
}

ul#list-item li {
	width: 266px;
	background-color: #edece3;
	border-top: 2px solid white;
}

ul#list-item li a {
	padding: 4px 8px;
	display: block;
	color: #798F61;
}

ul#list-item li a:hover {
	color: white;
	background-color: #798f61;
	text-decoration: none;
}

#gallery-wrapper {
	float: left;
	left: 283px;
	width: 561px;
	overflow: hidden;
	background-color: #798f61;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#gallery-title {
	padding: 8px;
	font-size: 24px;
	color: #edece3;
	background-color: #798f61;
}

#gallery-info {
	margin: 0 2px;
	padding: 4px 8px;
	background-color: #edece3;
	border-bottom: 2px solid #798f61;
	font-size: 14px;
	color: #798f61;
}

#gallery-image-wrapper {
	width: 561px;
	height: 420px;
	clear: left;
	overflow: hidden;
	background-color: black;
}

/* IE HACK \*/
* html #gallery-image-wrapper {
	height: 430px;
}
/* */

#gallery-container {
	position: relative;
	width: 561px;
	height: 420px;
}

#galley-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#gallery-controls-wrapper {
	margin: 2px 2px 0 2px;
	padding: 4px;
	background-color: #edece3;
}

#gallery-controls-wrapper a {
	height: 40px;
	display: block;
	border: 1px dotted #798f61;
}

#gallery-controls-wrapper a:hover {
	color: white;
	background-color: #798f61;
	text-decoration: none;
	border: 1px solid #798f61;
}