body {
width: 840px;
margin: 0 auto;
text-align: center;
font-size: 10pt;
font-family: Verdana;
background-color: black;
}			

#Title {
float: left;
margin-top: 20px;
}

#Left {
clear: left;
float: left;
width: 300px;
text-align: left;
margin-top: 20px;
}

#Right {
float: left;
margin-left: 20px;
margin-top: 20px;
text-align: justify;
width: 500px;
}

#Menu {
clear: left;
float: left;
margin-bottom: 15px;
}

#Narrative {
clear: left;
float: left;
}

.thumb {
float: left;
width: 155px;
height:250px;
font-size: 8pt; 
text-align: justify;
margin-top: 10px;
margin-right: 10px;
}

.thumbsmall {
float: left;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

h1 {
clear: left;
color: #666;
text-decoration: none;
padding:0px;
margin:0px;
font-size: 10pt;
}

h2 {
color: white;
text-decoration: none;
padding:0px;
margin:0px;
font-size: 9pt;
}

h3 {
color: orange;
text-decoration: none;
padding:0px;
margin:0px;
margin-bottom: 10px;
font-size: 12pt;
}

#footer {
padding-top: 10px;
clear: left;
}

#Inactive {
font-weight: bold;
color: #444;
padding-bottom: 2px;
border-bottom: 1px solid grey;
}

a {
text-decoration: none;
font-weight: bold;
}

a.image:hover {
}

a:link {
color: #999;
}

a:visited {
color: #999;
}

a:hover {
color: #444;
}

a:active {
color: #444;
}