body {
	background-color: #efede4;
    color: #b6ad9e;
}

a {
    color: #b6ad9e;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

.container {
    width: 1035px;
}

.header {
    margin-top:-10px;
    background-image: url(/img/logohighlight.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    top:10px;
    z-index: 2;
}

.header + .row {
    background-image: url(/img/top.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 1px;
}

.left-col {
    background-image: url(/img/left.png);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    margin-top: -20px;
    padding: 30px 1px 0 0;
    min-height: 550px;
}

.left-col ul {
    list-style: none;
    padding-left: 0;
}

.panel {
    /* Fucking bootstrap can be such a dick sometimes */
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}

.left-col > ul > li > a.collapsed {
    padding: 5px 10px 5px 5px;
    border: 0;
    background-color: transparent;
    transition: padding-right 0.7s ease;
    color: #b6ad9e;
}

.left-col > ul > li > a, .left-col > ul > li > a.collapsed:hover {
    display: block;
    text-decoration: none;
    color: #666666;
    background-color: white;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #d5d0c4;
    padding: 4px 20px 4px 5px;
    transition: padding-right 0.7s ease;
    cursor: hand;
}

.left-col > ul > li > ul > li > a {
    font-size: 0.9em;
    margin-right: 10px;
}

.left-col > ul > li > ul > li.active > a {
    color: #666666;
}

.content {
    background-color: white;
    min-height: 510px;
}

.right-col {
    background-image: url(/img/right.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: -20px;
    padding-top: 30px;
    min-height: 550px;
}

.footer {
    background-image: url(/img/bottom.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -20px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
    margin-top: 5px;
}

.carousel {
    margin-top: 15px;
}
