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

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/wallpaper.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #262626;
}

#wrapper {
	margin: 15px;
}

#nav {
	width: 155px;
	margin-bottom:30px;
}

#nav-wrap {
	float:left;
}

#info {
	text-align: right;
	width:240px;
	margin: 15px 15px 0 0;
}

#text {
	text-align: left;
	margin: 52px 0 0 300px;
}

#image {
	text-align: left;
	float:left;
}

#thumbs {
	text-align: left;
	width: 750px;
}

#thumbs h1 {
	margin:0 0 15px 0;
}

#thumbs img {
	margin: 0 15px 15px 0;
	border: none;
}

#info.p {
	text-align:right;
}

p {
	font-size:13px;
	color:#262626;
	line-height:1.5em;
}

h1 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.2em;
	margin:3em 0 0 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	margin:1.4em 0 0 0;
	padding:0;
}

h3 {
	font-size:13px;
	font-style: italic;
	font-weight: normal;
	margin:.4em 0 0 0;
	padding:0;
}

h4 {
	font-size:13px;
	font-weight: normal;
	margin:.2em 0 1em 0;
	padding:0;
	line-height: 1.5em;
}

img {
	border: none;
	margin:0;
	padding:0;
}

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

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

