* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
	height: 100%;
}
body {
	background: #fff url(backgr.png) repeat-x top left;
	background: #3d4444;
}
body { font:13px/1.231 arial, helvetica, clean, sans-serif; }
body #lte-IE-7 { font-size: x-small; }
body #lte-IE-55 { font-size: xx-small; }
body { font-size: 70%; font-family: Verdana; line-height: 130%; }

h1 { font-size: 240%; height: 100px; margin-bottom: 10px; padding: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; }
h1 a { height: 100px; width: 970px; background: #fff url(header.png) scroll no-repeat top left; display: block; }
h2 { font-size: 200%; font-weight: normal; margin-bottom: .6em; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; }

p { margin-bottom: 1em; }
img { border: 0; }
a:link, a:visited { color: #902; }
a:hover, a:active {	color: #d24; text-decoration: none; }
.clearboth { clear: both; }

#pagewrapper {
	margin: 0 auto;
	position: relative;
	width: 970px;
	text-align: left;
	background: #fff;
	min-height: 100%;
}
#lte-IE-6 #pagewrapper {
	height: 100%;
}

#left {
	width: 660px;
	float: left;
	margin: 0 0 0 40px;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #000;
	display: inline;
}
#right {
	width: 200px;
	float: right;
	margin: 0 40px 0 0;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #000;
	display: inline;
}

.gallery {
	width: 100%;
	overflow: hidden;
}
.gallery a img {
	width: 120px;
	height: 90px;
	margin: 0 12px 18px 0;
	float: left;
	/*/opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);/*/
	border: 1px solid #000;
}
.gallery a img.last {
	margin-right: 0;
}
.gallery a:hover img {
	/*/opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);/*/
	border: 1px solid #fff;
}

.gallerymenu {
	float: right;
}
.gallerymenu  p {
	color: #555;
	float: left;
	padding-top: 4px;
}
.gallerymenu  a:link, .gallerymenu a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	margin-left: 5px;
	text-align: center;
	background: transparent url(circle.png) left top no-repeat;
}
#lte-IE-55 .gallerymenu  a:link, #lte-IE-55 .gallerymenu a:visited {
	height: 24px;
}
.gallerymenu a.current {
	color: #902;
	background: transparent url(circle.png) left -60px no-repeat;
}
.gallerymenu a:hover, .gallerymenu a:active, .gallerymenu  a.current:hover, .gallerymenu  a.current:active {
	color: #d24;
	background: transparent url(circle.png) left -30px no-repeat;
}

#lightbox {
	background: #000;
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	text-align: center;
	overflow: hidden;
}
#image {
	margin: 40px 0 0 0;
	border: 20px solid #fff;
}
#container h2 {
	color: #fff;
	margin-top: 20px;
}
#container img.back {
	padding: 10px;
}