  body {
    font-family: "Cochin", "Garamond", serif;
    color: black;
    background-color: white }
  .sidebar {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px }
  .instagram {
    position: absolute;
    text-align: left;
    top: 220px;
    left: 850px;
    width: 320 }
  .twitter {
    position: absolute;
    top: 10px;
    left: 525px }
  .facebook {
    position: absolute;
    top: 10px;
    left: 830px }
  .rightbannerpic {
    position: absolute;
    top: 10px;
    left: 525px }
  .rightbannertext {
    position: absolute;
    top: 10px;
    left: 650px }
  .main {
    position: absolute;
    top: 240px;
    left: 240px;
    width: 600px;
    overflow: auto;
    padding-bottom: 20px }
  .mainwide {
    position: absolute;
    top: 240px;
    left: 240px;
    width: 700px;
    overflow: auto;
    padding-bottom: 20px }
  .mainwider {
    position: absolute;
    top: 240px;
    left: 240px;
    width: 800px;
    overflow: auto;
    padding-bottom: 20px }
  .mainwidest {
    position: absolute;
    top: 240px;
    left: 240px;
    width: 1025px;
    overflow: auto;
    padding-bottom: 20px }
  .mainwidester {
    position: absolute;
    top: 240px;
    left: 240px;
    width: 2000px;
    overflow: auto;
    padding-bottom: 20px }
  h1 {
    font-family: "Cochin", "Garamond", serif }
  h2 {
    font-family: "Cochin", "Garamond", serif }
  h3 {
    font-family: "Cochin", "Garamond", serif;
    font-style: italic }
  a img {
    border: none }
  a:link {
    color: blue;
    text-decoration: none }
  a:link:hover {
    color: blue;
    text-decoration: underline }
  a:visited {
    color: blue;
    text-decoration: none }
  a.black {
    color: black;
    text-decoration: none }
  a.black:hover {
    color: black;
    text-decoration: none }
  a.black:visited {
    color: black;
    text-decoration: none }
  a.red {
    color: red;
    text-decoration: none }
  a.red:hover {
    color: red;
    text-decoration: none }
  a.red:visited {
    color: red;
    text-decoration: none }
  .pic {
    margin: 10px }
  .picright {
    float: right;
    margin: 10px }
  .picleft {
    float: left;
    margin: 10px }
  .piccenter {
    float: center;
    margin: 10px }
  .details {
    margin-left: 2em }
  .right {
    text-align: right }
  .center {
    text-align: center }