html {
overflow-y: scroll;
}
html {
font-size: 100%;
}
* {
margin: 0;
padding: 0;
}
.center {
text-align: center;
}
body {
font: 62.5% Arial, Helvetica, sans-serif;
background: #000;
color: white;
}
#wrapper {
width: 870px;
background: black;
border: 1px solid black;
margin: 0 auto;
}
#header {
background: #000;
border-bottom: 1px solid white;
}
#sidebar {
float: left;
width: 220px;
background: black;
font-size: 1.3em;
padding: 15px 0
}
#sidebar li {
width: 200px;
}
#sidebar p {
margin: 1em
}
#content {
margin: 1em 0 0 200px;
padding: 0 20px
}
#content h1 {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 1em;
font-size: 1.8em
}
#content h2 {
margin-bottom: 1em
}
#content p {
font-size: 1.35em;
margin-bottom: 1em
}
#content #credit {
font-size: 1em
}
#footer {
background: black;
clear: both;
padding: 0 10px 0 20px
}
.floatright {
float: right;
margin-left: 8px
}
.floatleft {
float: left;
margin-right: 8px
}
table.thumbnail {
margin: 0 auto;
width: 500px;
}
table.thumbnail td {
width: 50%;
text-align: center;
}
#content table.thumbnail td p {
margin-top: 5px;
font-size: 1.2em;
}
#content404 {
font-size: 1.6em;
margin: 20px 0 0;
}
.keyline,table.thumbnail img {
border: 1px solid white;
}
#header h1,#footer p {
margin: 0;
padding: 10px 0
}
#content a:link,#content a:visited,#content404 a:link,#content404 a:visited {
color: white;
}
#content a:hover,#content404 a:hover {
color: #ff0
}
fieldset {
border: none;
}
ul.descriptions {
font-size: 1.3em;
list-style: none;
}
