body {
    background: #808080;
    padding: 20px 20px 20px 20px;
    font-family: verdans, arial, sans-serif;
}

a:link		{ color: #96f; text-decoration: none; } 
a:visited	{ color: #96f; text-decoration: none; } 
a:active	{ color: #f93; text-decoration: underline;  } 
a:hover		{ color: #f93; text-decoration: underline;} 


div#page {
    background: #fff;
    border: 1px solid #000;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#banner {
    top: 20px;
    left: 20px;
    right: 20px;

    color: #fff;
    font-size:24px;
    font-weight:bold;
    text-align: right;
}


div#outer {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #000;
}


div#content {
    float: right;
    width: 560px;
    background-color: #fff;

    font-size:small;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 20px;
}

div#content h1 {
    font-size: x-large;
    font-weight: bold;
    color: #000;
    text-align: left;

    margin-top: 0px;
}

div#content h2 {
    font-size: large;
    color: #ff9933;
    text-align: center;
    font-weight: bold;
}

table {
  margin-right: 40px;
}

td {
  vertical-align: top;
  padding-bottom: 24px;
  padding-right: 8px;
}

td.img {
  text-align: center;
}

span.header {
  display: block;
  color: #f93;
  border-top: 1px solid #f93;
  border-bottom: 1px solid #f93;
  margin-bottom: 8px;
  font-size: large;
}

span.links {
  display: block;
  padding-top: 4px;
}

div#sidebar {
  float: left;
  width: 200px;
  margin-left: 8px;
  background-color: #fff;
}

.sidetitle {
  background-color: #d53f09;
  color: #fff;
  padding-left: 4px;
  font-weight: bold;
}

.side {
    font-size:10pt;
    font-weight:normal;
    padding:5px;
    padding-bottom: 15px;
    padding-right: 6px;
    

    text-align: right;
}

blockquote.lyrics {
    font-style: italic;
}

blockquote {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: fff;
  line-height: 16px;
  border:1px solid #c0c0c0;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

div#photo {
    margin-top: 8px;
    margin-bottom: 8px;

    text-align: center;
    text-size: small;
    color: #000;
}

div#photo h1 {
    font-size: medium;
    text-align: center;
}

div#photo img {
}

.hide {
    display: none;
}

div#copyright {
    text-align: center;
    font-size: x-small;
}

div#banner img {
    border: 0px;
}

