﻿#body {
    width: 1000px;
}

h1.columnTitle1 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #80511B;
}

h3.columnTitle2 {
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

div.crumb {
    position: relative;
    top: -30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #996C32;
    text-align: right;
    font-size: 18px;
}

div.columnContent {
    overflow: hidden;
}

div.columnContent img {
    max-width: 1200px;
}