* {
	margin: 0;
	padding: 0;
	}

body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #999;
	color: #000;
	text-align: center;
	font: .8em sans-serif;
	overflow: hidden;
	}

a {
	color: #f30;
	text-decoration: underline;
	}

a:hover { text-decoration: none }

a img { border: 0 }

ul {
	margin-left: 15px;
	padding-left: 10px;
	}

.hidden { display: none }

#pagex {
	position: absolute;
	top: 50%; left: 0;
	width: 100%; height: 0;
	text-align: center;
	}

#page {
	position: relative;
	top: -250px;
	margin: auto;
	width: 800px;
	height: 500px;
	background: #999 url('images/page.gif') no-repeat 50% 50%;
	text-align: left;
	}

#title {
	float: left;
	clear: left;
	margin: 4px;
	width: 275px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	}

#title a {
	display: block;
	width: 100%;
	height: 100%;
	}

#pagina {
	float: right;
	clear: right;
	margin: 67px 60px 0 0;
	/*padding-left: 25px; */
	/* width: 480px; */
	height: 25px;
	/* background: transparent url('images/pagina.gif') no-repeat 0 50%; */
	color: #fff;
	text-align: right;
	font-size: 1.5em;
	line-height: 25px;
	overflow: hidden;
	}

#menu {
	float: left;
	clear: left;
	margin: 30px 0 0 32px; /*old top: 24px*/
	width: 165px;
	text-align: center;
	overflow: auto;
	}

#menu a, #menu .thisPage {
	display: block;
	height: 55px;
	background: transparent url('images/menu.gif') no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	font: 26px/55px Adorable,'Lucida Handwriting',cursive;
	margin-bottom: 2px;
	}

#menu a#who { background-position: 0 0 }
#menu a#where { background-position: 0 -55px }
#menu a#gallery { background-position: 0 -110px }
#menu a#contact { background-position: 0 -165px }

#menu a#who:hover, #menu #who { background-position: -165px 0 }
#menu a#where:hover, #menu #where { background-position: -165px -55px }
#menu a#gallery:hover, #menu #gallery { background-position: -165px -110px }
#menu a#contact:hover, #menu #contact { background-position: -165px -165px }

#menu #langs { margin-top: 24px }

#menu #langs a {
	display: inline;
	height: auto;
	background: none;
	text-indent: 0;
	}

#menu #langs a img, #menu #langs img {
	margin: 0 3px;
	border: 1px solid #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	}

#menu #langs img {
	border-color: gold;
	opacity: 1;
	filter: alpha(opacity=100);
	}

#menu #langs a:hover img {
	opacity: .85;
	filter: alpha(opacity=85);
	}

#content {
	float: right;
	margin: 5px 33px 0 0;
	width: 540px;
	height: 365px;
	text-align: justify;
	font-size: larger;
	overflow: auto;
	}

#content h2 {
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 3px;
	}

#content h3 {
	margin: 10px 0;
	text-align: center;
	font-size: larger;
	}

#content .only {
	display: block;
	text-align: center;
	font-size: smaller;
	margin: 6px auto;
	border: 1px solid #000;
	}

#content .album { text-align: center }

#content .album a img {
	margin: 6px;
	border: 2px solid #0f3;
	height: 125px;
	}

#content .album a:hover img {
	margin: -2px;
	border: 2px solid #fff;
	height: 137px;
	}

#content ul.evidence {
	font-weight: bold;
	font-size: 110%;
	}

#content ul.evidence li { color: #f30 }
