body {
width: 100%;
margin: 0px;
padding: 0px;
background: #B0A89B;
font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
color: #202020;
}

div.content {
width: 852px;
min-height: 900px;
margin: 0px auto;
background: #707070;

}

div.nav {
width: 852px;
margin: 20px auto;
background-color: #909090;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

ul.navigate {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

ul.navigate li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
color: white;
}

div.nav ul.navigate li a {
background-color: #909090;
/* width is number of li / 852  */
width: 213px;
height: 24px;
padding: 10px 0 0 0;
margin: 0;
color: white;
text-decoration: none;
display: block;
text-align: center;
}

div.nav ul.navigate li a:hover {
background: white;
color: black;
text-decoration: none;
}

ul.subnav {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

ul.subnav li {
display: block;
float: left;
font-size: 9px;
text-align: center;
padding: 0;
margin: 0;
color: white;
}

div.nav ul.subnav li a {
background-color: #909090;
/* width is number of li / 852  */
width: 142px;
height: 24px;
padding: 5px 0 0 0;
margin: 0;
color: white;
text-decoration: none;
display: block;
text-align: center;
}

div.nav ul.subnav li a:hover {
background: white;
color: black;
text-decoration: none;
}

div.foot {
width: 300px;
margin: 30px auto;
background-color: #444;
padding: 10px;
}

div.foot p {
color: white;
font-weight: 700;
text-align: center;
line-height: 1.3;
letter-spacing: 0.1em;
}

p {
font-size: 14px;
margin-top: 6px;
margin-bottom: 3px;
}

p.attribute {
margin-left: 5em;
margin-top: 0px;
margin-bottom: 12px;
}

h1 {
font-size: 2.0em;
font-weight: normal;
background-color: #87BAD4;
padding: 5px;
text-align: center;
margin-top: 20px;
letter-spacing: 0.2em;
}

h2 {
font-size: 0.9em;
font-weight: normal;
background-color: #87BAD4;
padding: 5px;
text-align: center;
margin-top:10px;
}

h3 {
color: white;
background-color: #707070;
font-weight: 500;
font-size: 1.2em;
text-align: center;
padding: 5px;
}

h5 {
font-size: 1.1em;
font-weight: 500;
color: white;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

h5 a {
color: white;
text-decoration: none;
}

h5 a:hover {
color: black;
background-color: white;
text-decoration: none;
}

table.covers {
width: 600px;
margin: 20px auto;
}

.right {
float: right;
padding: 20px;
}

.left {
float: left;
padding: 20px;
}

div.centpic {
width: 350px;
text-align: center;
margin: 20px auto;
}

div.lightbak {
width: 838px;
margin: 20px auto;
background-color: #999;
padding: 1px 7px;
}

.lightbac {
background-color: #999;
}

tr.titles {
height: 40px;
}

table.spread {
width: 700px;
height: 60px;
}

td.wide {
width: 233px;
}

td.wide p {
text-align: center;
color: white;
font-weight: 500;
font-size: 1.1em;
}

.centre {
text-align: center;
}