/* CSS Document */
div#wrapper_gallery {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	background-image: url(/images/bkg_page_gallery.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	text-align: center;
}

div#main_gallery {
	padding: 41px 0 0 0;
	margin: 0;
	width: 720px;
	text-align: left;
	background: url(/images/bkg_topborder_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#sidebar_gallery {
	padding: 0;
	margin: 0;
	width: 122px;
	text-align: right;
	float: left;
	clear: both;
}

#navigation_gallery {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	float: right;
	display:block;
}

#navigation_gallery #header {
	float: right;
	display: block;
}

#navigation_gallery li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	clear: both;
}

#navigation_gallery a {
	color: #999933;
	text-decoration: none;
}

#navigation_gallery a:hover, #navigation_gallery #selected {
	color: #666600;
	text-decoration: none;
}

div#content_gallery {
	padding: 0;
	margin: 0 0 0 37px;
	width: 540px;
	text-align: right;
	float: left;
	height: auto;
}

#content_gallery img {
	border: solid 4px #ffffff;
}

#content_gallery h3.name {
	font-family: "Times New Roman", Times, serif;
	color: #666600;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#content_gallery h3.numbers {
	font-family: "Times New Roman", Times, serif;
	color: #666600;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 12px 0;
	margin: 0;
	display: inline;
	float: right;
}

#content_gallery h3.numbers a {
	font-family: "Times New Roman", Times, serif;
	color: #999933;
	text-decoration:none;
	padding: 0 5px 0 0;
}

#content_gallery h3.numbers a:hover, #content_gallery #selected {
	font-family: "Times New Roman", Times, serif;
  color: #666600;
	text-decoration:none;
}

div#footer_gallery {
	padding: 0 0 10px 0;
	margin: 0 18px 0px 157px;
	text-align: left;
	border-top: 1px solid #808026;
}

#footer_gallery p {
	color: #808026;
	font-size: 10px;
	padding: 0;
	margin: 0;
}