* {
	float: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
html {
	-webkit-text-size-adjust: none;
}
body { 
	max-width: 480px; 
	margin: 0;
	border: 0; 
	padding-top: 2em; 
	background: url('/images/250x250_tile_tr.png');
	background-color: #17447b;
	/*background: url(''); 
	//background-color: #fff; *//* url('/images/floor_tile_seamless_100x100.png');*/
 
 /* 9494de, 94c4de, 4e6876 !! 192a6a !! 533e29, 3d2017*/ 
 	font-size: 2em; 
	font-family: arial, verdana;

}
header, section, p {
	padding: 5px;
	max-width: 470px;
}
article {
/* margin: 5px;*/
margin-top: 2em;
/* border: solid 1px;*/
background-color: rgba(211,211,211,.9); /* #ddd */
}

.foo{
/* max-width: 400px; */
color:#ff0000;
font-size:18px;
font-family: Arial;
}

figure {  margin: auto; float: right; }
img { border: solid 1px; -moz-border-radius: 15px;  margin-left: 1em; opacity: 1; max-width:230px; }
img#horiz { margin-right: 1em; max-width: 440px; }
figure legend { text-align: right; padding: 0; border: 0; font-size: 0.75em; } 
figure p { text-align: right; padding: 0; border: 0; font-size: 0.65em; }
figure legend p { font-size: 0.2em; }

section {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
nav {
	position: absolute;
	height: 1em;
	width: auto;
	top: 0px;
	left: 5px;	
	font-size: 0,8em;
	/*
	position: relative;
	left: 10px;
	top: 10px;
	*/
	width: 90%;
}
nav#local {
	position: relative;
	height: auto;
	width: auto;
	left: 0px;
	top: 10px;
}
nav ul { 
	list-style-type: none; 
	margin-bottom: 0.5em; 
	display: inline;
}
nav ul li {
	padding-right: 0.5em;
	display: inline;
	/* border-right: 1px solid #000; */
}
nav ul li#last{
	border-right: 0px;	
}
nav ul li a:hover { 
	text-decoration:underline;
}
footer { clear:both; margin: auto; max-width:360px; text-align: middle; margin-top: 0.5em; font-size: 0.75em; padding-right: 4em;}
