#sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #66150C;
    width: 249px;
}

#sidebar .links {
    margin-top: 500px;
    font-family: arial, verdana, sans-serif;
    font-size: 12pt;
    margin-left: 20px;
    color: white;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
    color: white;
    text-decoration: none;
}

#sidebar a:hover {
    color: white;
    text-decoration: underline;
}

#marketheader {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

#logo {
    position: absolute;
    top: 150px;
    left: 10px;
    z-index: 2;
}

#content {
    position: absolute;
    top: 20px;
    left: 250px;
}

#hosted-by {
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
}

.text {
  font-family: times, "times new roman", serif;
  font-size: 18pt;
  text-align: left;
  margin-left: 40px;
  width: 450px;
}

.standard {
    font-family: times, "times new roman", serif;
    font-size: 24pt;
    padding-top: 5px;
    margin-left: 10px;
}

.standard p {
   margin-top: 15px;
   margin-bottom: 0px;
}

.highlights {
}

.important {
    font-family: arial, verdana, sans-serif;
    font-size: 24pt;
    line-height: 12pt;
}

.important .subtext {
    font-size: 18pt;
}

.download-links {
    font-family: arial, verdana, sans-serif;
    font-size: 14pt;    
}

.download-links a:link, a:visited, a:active {
    color: black;
    text-decoration: underline;
}

.download-links a:hover {
    color: blue;
    text-decoration: underline;
}

#fineprint {
    font-family: arial, verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    margin-top: 100px;
}

.photos img {
  border: 1px solid black;
}


