html {
overflow: auto;
}
.smaller {
font-size: .80em;
}
.center {
text-align: center;
}
a:link {
color: rgb(0, 0, 204);
}
a:visited {
color: rgb(128, 0, 128);
}
a:hover {
color: rgb(204, 0, 0);
}
.keyline {
border: 1px solid black;
}
#counter {
display: none;
}
body {
margin: 0;
padding: 0;
font: 85% "Times New Roman", Times, serif;
color: rgb(0,0,0);
background: url(images/background.gif) repeat-y;
}
#wrapper {
position: absolute;
top: 0;
left: 0;
width: 595px;
border-right: 1px solid black;
}
#content {
margin: 5px 10px 0 95px;
}
#content .purpose {
text-align: center;
margin: 15px 95px 0;
}
#content .logo {
text-align: center;
margin: 0;
}
ul {
list-style-image: url(images/bullet.gif);
margin-left: 15px;
list-style-position: outside;
}
li {
padding: 3px;
}
span.spacer {
padding-left: 10px;
}
table.photos {
width: 500px;
table-layout: auto;
}
p.title {
margin-top: 0px;
text-align: center;
}
img.vspace {
margin: 4px 0;
}
.endorsement {
font-size: .80em;
margin-left: 15em;
margin-top: -12px;
}
.location #wrapper {
height: 100%;
}
