html {
	overflow-y: scroll;
}

body {
	font-family:Verdana, sans-serif;
	font-size:13px;	
	background:#EEE7E0;
	margin:0px;
	padding:0;	
	width:100%;
	height:100%;
	color:white;
}

#container {	
	background:#A28362;
	display:block;
	position:absolute;
	width:800px;
	min-height:80%;
	top:20px;	
	left:50%;	
	margin:0px;	
	margin-left:-400px;			
}

#head {
	position:relative;
	width:800px;
	background:#5C4E3E;
	color:#EEE7E0;
}	

#body {
	position:relative;
	width:800px;
	padding-top:20px;
	padding-bottom:40px;
	margin-bottom:20px;		
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height:20px;
	line-height: 1.5em;
	text-align: center;
	background: #EEE7E0;	
}

#edition {
	display:block;
	position:relative;
	height:35px;
	font-size:30px;
	font-family:Times;
	padding:5px;
	padding-left:15px;
	padding-top:10px;>
}

#nav {
	display:block;
	position:relative;
	width:800px;
	height:25px;>
}

.txt {
	display:block;
	position:relative;	
	width:600px;
	text-align:justify;		
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:-300px;
	left:50%;
}

.foto4 {
	display:block;
	position:relative;
	width:400px;
	left:50%;
	margin-left:-200px;
	margin-top:45px;
	margin-bottom:25px;
}

.foto2 {
	display:block;
	position:relative;
	width:200px;
	left:50%;
	margin-left:-100px;
	margin-top:45px;
	margin-bottom:25px;
}

a, a:visited {
	display: inline-block;
	margin-right:18px;
	font-size:14px;
	text-decoration: none;
	line-height: 25px;
	color: #EEE7E0;
	text-align:center;
}		

a:hover{
	text-decoration: underline;		
}

#current {
	font-weight:bold;
	text-decoration: none;		
}

h1 {
	display:block;
	position:relative;	
	width:600px;
	text-align:left;	
	font-style: bold;
	font-size: 16px;
	margin:0px;
	margin-top:20px;	
	margin-left:-300px;
	left:50%;
}