@CHARSET "UTF-8";
* {
	margin: 0;
}
body, div, ul, ol, li, img { border: 0; margin: 0; padding: 0 }
html, body {
	height: 100%;
}
body {
	font-family:  "Century Gothic", Century Gothic, "Trebuchet MS", Trebuchet MS, "Franklin Gothic Medium", Franklin Gothic Medium, sans-serif;
	color: #2a2620;
	font-size: 12px;
	background: #5a5454;
}
#container {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;
}
a {
	color: #000;
}
#content-container {
	position: relative;
	width: 728px;
	height: 560px;
	background: url('../img/background.jpg');
	padding: 30px 61px 55px 61px;
}
.clear {
	clear: both;
}
#footer {
	position: relative;
	width: 800px;
	text-align: left;
}
#footer div {
	float: right;
	margin-left: 50px;
}
#footer a {
	color: #777;
}

#header a {
	display: block;	
	width: 380px;
	height: 46px;
	background: url(../img/buttons.jpg) no-repeat;
}
a span {
	display: none;
}
#menu a {
	display: block;
}
#menu {
	list-style: none;
}
#menu li {
	list-style: none;
}
#menu li, #menu li a {
	display: block;
	float: left;
	height: 26px;
	background-image: url(../img/buttons.jpg);
	background-repeat: no-repeat;
}
#back-to-gallery a {
	float: right;
	display: block;
	height: 32px;
	width: 76px;
	background: url(../img/buttons.jpg) 0 -72px no-repeat;
}
#menu li a:hover {
	border-top: 1px solid transparent;
}
#menu-element-01, #menu-element-01 a {
	width: 129px;
	background-position: 0 -107px;
}
#menu-element-02, #menu-element-02 a {
	width: 161px;
	background-position: -129px -107px;
}
#menu-element-03, #menu-element-03 a {
	width: 150px;
	background-position: -290px -107px;
}
#menu-element-04, #menu-element-04 a {
	width: 195px;
	background-position: -440px -107px;
}
#content {
	height: 475px;
	overflow: auto;
}

#thumbs li {
	display: inline;
	margin: 0 6px 6px 0;
	filter:alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
}

#thumbs li:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#small-menu {
	list-style: none;
	float: right;
}
#small-menu li {
	display: inline;
	padding-right: 10px;
}