@charset "UTF-8";
/* CSS Document */

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	background-image: url(../images/wallpaper.jpg);
	background-repeat: repeat;
}

#nav {
	position:absolute;
	left:15px;
	top:15px;
	
}

#info {
	position:absolute;
	left:15px;
	top:370px;
	width:285px;
	height:125px;
	vertical-align:bottom;
	text-align:left;
}

#image {
	position:absolute;
	left:315px;
	top:15px;
	width:750px;
	height:650px;
	text-align:left;
}

#text {
	position:absolute;
	left:315px;
	top:15px;
	width:525px;
}

.biblio {
   margin-left:25px;
   text-indent: -25px; 
}

#text p {
	text-align:left;
}

#arrows {
	position:absolute;
	left:255px;
	top:340px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#262626;
	line-height:1.5em;
	text-align:right;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#C92701;
	line-height:24px;
	text-align:left;
	font-weight:normal;
	letter-spacing:.05em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#262626;
	line-height:22px;
	text-align:left;
	font-weight:normal;
	letter-spacing:.03em;
	margin-top:-8px;
}

.section {
	text-transform:uppercase;
	font-weight:bold;
	padding-top:2em;
	letter-spacing:.2em;
}

.year {
	font-weight:bold;
}

.title {
	font-style:italic;
}

a:link {
	color: #C92701;
	text-decoration: none;
}
a:visited {
	color: #C92701;
}
a:hover {
    color: #C92701;
	text-decoration: underline;
}
