body {	
	background: #485c6e; 
	margin: 0px; 
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}
	
A { 
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
A:link { 
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
A:visited { 
	color: #c2c2c2;
	font-weight: bold; 
	text-decoration: none;
	}
	
A:active { 
	color: #c2c2c2;
	font-weight: bold;
	}
	
A:hover	{
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
P {	
	margin: 0px; 
	padding: 0px;
	}

blockquote { 
	margin: 8px 25px 8px 25px;
	}

					/* ------ index ------ */
		
#container {
	}

#container_foto {
	padding: 0px 27px 0px 27px;
	margin: 27px auto 25px auto;
	text-align: center;
	width: 790px;
	}

.foto {
	border: 4px solid #212b35;
	-moz-border-radius: 4px 4px 4px 4px;
	}

					/*  navbar */
#navbox {	
	}

.nav {
	height: 25px;
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	width: 100%;
	background-color: #212b35;	
	}

.nav a, .nav a:link, .nav a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border: 0px;	
	}

.nav a:active, .nav a:hover {
	color: #ffffff;
	border: 0px;
	}

.navleft {
	float: left;
	position: relative;
	padding: 4px 4px 4px 8px;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 3px;
	}
	
						/* prev-next */
#naviga {
	text-align: center;
	color: #212b35;
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif; 
	font-size: 11px;
	}
		
#naviga a, #naviga a:link,	#naviga a:visited {
	color: #c2c2c2;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 1px;
	}
		
#naviga a:active,	#naviga a:hover {
	color: #ffffff;
	}
					
#content {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #485c6e;
	text-align: left;
	}
		
.header {
	-moz-border-radius: 8px 8px 0px 0px;
	padding: 6px;
	border: 1px solid #212b35;
	font-weight: bold;
	margin-top: 12px;
	background-color: #212b35;
	text-align: left;
	}
		
.box {
	border-left: 1px solid #212b35;
	border-right: 1px solid #212b35;
	border: 1px solid #212b35;
	background-color: #384755;
	padding: 6px;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	}
	
#content p {
	padding:3px 18px 3px 18px;
	margin:0;
	}
