body {
	font-family		: sans-serif;
	margin			: 0;
}

div#switcher {
	background		: #e0e0e0;
	border-bottom	: 1px solid #c0c0c0;
	box-shadow		: 0px 0px 5px 5px #909090;
	padding			: 5px;

	display			: none; /* enabled by javascript */
}

div#switcher input {
	display			: none;
}

div#switcher label {
	margin			: 2px;
	padding			: 5px 15px;
	display			: inline-block;
	background		: #e0e0e0;

	border-radius	: 10px;

	border-top		: 1px solid #ffffff;
	border-left		: 1px solid #ffffff;

	border-right	: 1px solid #808080;
	border-bottom	: 1px solid #808080;

	box-shadow		: 2px 2px 3px 0px #909090;
}

div#switcher input:checked + label {
	background		: #f0f0f0;
}

div.page {
	padding			: 0px 10px;
}

h1 {
	clear			: both;
	border-bottom	: 1px solid #c0c0c0;
	margin-bottom	: 10px;
	padding-top		: 10px;
	padding-left	: 20px;
	font-size		: 1.5em;
}

div.block {
	border			: 1px solid #c0c0c0;
	padding			: 10px;
	background		: #e0e0e0;
	float			: left;
	margin			: 5px;
	border-radius	: 20px;

	box-shadow		: inset 1px 1px 0px 0px #ffffff, 3px 3px 5px 2px #909090;
}

div.block h2, div.block img {
	border-radius	: 10px;

	border-top		: 1px solid #ffffff;
	border-left		: 1px solid #ffffff;

	border-right	: 1px solid #808080;
	border-bottom	: 1px solid #808080;

	box-shadow		: 1px 1px 2px 0px #909090;
}

div.block h2 {
	margin			: 0px 0px 10px 0px;
	padding			: 5px 0px 5px 20px;

	font-size		: 1.2em;
	text-align		: center;

	text-decoration	: underline;
}

div.block img {
	width			: 400px;
	height			: 300px;
}

div.block div.descr {
	width			: 390px;

	border-top		: 1px solid #ffffff;
	border-left		: 1px solid #ffffff;

	border-right	: 1px solid #808080;
	border-bottom	: 1px solid #808080;

	color			: black;
	background		: #e0e0e0;
	opacity			: 0.85;
	margin			: 5px 0px 0px 5px;

	border-radius	: 5px;

	padding			: 0px;

	display			: none;
	position		: absolute;
}

div.block div.descr p {
	margin			: 5px;
}

div.block div.descr ul {
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 5px;
}

div.block div.descr ul li {
	margin			: 0px 0px 5px 0px;
	display			: block
}

div.block:hover div.descr {
	display			: block;
}

a:link, a:visited {
	color			: #000080;
}
