body {
	background: #f5f5f5;
}

body, div, p, ul, ol {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#menu {
	position: absolute;
	top: 13px;
	left: 20px;
}
li {
	float: left;
	clear: both;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 200%;
	width: 160px;
}
li a {
	width: 140px;
	color: #333333;
	text-decoration: none;
}
li a:hover {
	color: #999999;
}
li.inactive {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
li.inactive a:hover {
	color: #999999;
}
.secondary_menu li.active a, .activities_menu li.active a {
	color: #666666;
}
.main_menu, .activities_menu {
	width: 160px;
	float: left;
}
.main_menu li.active {
	font-weight: bold;
}
.secondary_menu li {
	font-weight: normal;
	text-transform: none;
}
.secondary_menu li.active {
	font-weight: normal;
}
li a {
	color: #333333;
}
li span {
	color: #666666;
}

#footer {
	position: absolute;
	top: 310px;
	left: -20px;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
}
#footer .contacts {
	margin-left: 20px;
	margin-bottom: 25px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 20px;
	left: 340px;
	width: 640px;
}
#content.home {
	left: 200px;
	width: 780px;
}

#image {
	width: 620px;
	height: 640px;
	margin-bottom: 20px;
	background: url('../images/ajax-loader.gif') no-repeat 20px 20px;
	overflow: hidden;
	cursor: pointer;
}
#gallery {
	font-size: 11px;
	margin-bottom: 90px;
}
#thumbnails {
	float: left;
}
#thumbnails ul {
	float: left;
}
#thumbnails .thumbnail {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #eeeeee;
	cursor: pointer;
}
#thumbnails .thumbnail.roll {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	background: transparent url('/images/stack.gif') no-repeat top left;
}
#gallery a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
#gallery a:hover {
	color: #999999;
}
#gallery div.inactive a {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
#controls {
	margin-top: -2px;
	margin-bottom: 20px;
}
#controls .back_forth {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#controls .back_forth div {
	float: left;
	margin-right: 10px;
}
#controls .counter_showall div {
	float: left;
	margin-right: 10px;
}
#controls .counter {
	color: #666666;
}

#slideshow {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: #eeeeee url('../images/ajax-loader.gif') no-repeat 20px 20px;
}
#slideshow .slide {
	position: absolute;
}

h1.text_header {
	width: 140px;
	color: #666666;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	position: absolute;
	top: 16px;
	left: 180px;
	text-transform: uppercase;
}
#text {
	margin-bottom: 2em;
}
#text p {
	font-size: 11px;
	line-height: 200%;
	margin-top: -7px;
	margin-bottom: 2em;
}