/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*_________________________*/

#container {
	height: 600px;
	width: 800px;
	margin: auto;
}

nav {
	font-family: futura, helvetica, arial;
	font-size: 20px;
	height: 60px;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, .47);
	text-align: center;
	padding-top: 30px;
	color: #FFFFFF;
}

nav li {
	display: inline;
	margin-right: 75px;	
}
	
a:link {
    color: #020101;
     text-decoration: none;
}

a:visited {
    color: #020101;
     text-decoration: none;
}

a:hover {
    color: #0D4B71;
    text-decoration: none;
}

a:active {
    color: #020101;
    text-decoration: underline;
}

.footer {
	padding-top: 30px;
	float: center;
	background-color: rgb(255, 255, 255);
	margin: auto;
	margin-top: 100px;
	padding-right: 650px;
	
}

.footer li {
    display: inline;
    float: right;
    padding-right: 30px;
}

* {
	margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto;
    height: 100%;
    margin: 0 auto -3em;
}
    
.footer, .push {
    height: 4em;
}


.galleria {
	width: 600px;
	height: 600px;
	background: #FFF;
  	display: block;
  	margin: auto;
}

#bio {
	width: 600px;
	height: 423px;
	margin: auto;
	margin-top: 50px;
	font-family: futura, helvetica, arial;
	font-size: 20px;
	background-color: #0D4B71;
	color: #FFF4D7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;	
}

#bio h1 {
	font-family: futura, helvetica, arial;
	font-size: 40px;
}