
body
{
    background: url('images/mister_natural.jpeg') center/cover repeat;
    background-color: rgb(247, 232, 232);
    color : rgb(20, 9, 9);
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 1em;
    margin: 0.2em 5em 0.2em 2em;
    overflow: visible;
    padding: 0.1em 0em 0em 0.1em;
}

a:link{
    color: rgb(153, 215, 238);
}
a:visited{
    color: rgb(4, 60, 100);
}
a:hover{
    color: rgb(145, 167, 179);
}
a:active{
    color: rgb(183, 212, 222);
}

.left-col {
    left:0%;
}
.middle-col {
    left:33%;
}
.right-col {
    left: 67%;
}

.rounded {
    border-radius: 0.5em;
}

.logo {
    background-color: rgb(174, 218, 244);
    border-bottom:1px solid #FF1924;
    font-size: 2em;
    font-weight: bold;
    height: 60px;
    padding-left: 2%;
    padding-top: 5px;
    position:fixed;
    top: 0px;
    z-index:105;
}

.hdg {
    background-color: rgb(174, 218, 244);
    border-bottom:1px solid #FF1924;
    font-size: 0.72em;
    height: 60px;
    left: 25%;
    padding-left: 15%;
    padding-top: 5px;
    position:fixed;
    top: 0px;
    width: 75%;
    z-index:100;
}

.main {
    padding-left:2%;
    padding-right:2%;
    position: absolute;
    top: 85px;
    width:30%;
    z-index:50;
}

.item {
    background-color: rgba(34, 29, 29, 0.5);
    border-bottom:1px solid #083603;
    border-right:1px solid #083603;
    color : rgb(240, 244, 173);
    font-size:0.9em;
    margin-top: 5px;
    padding-bottom:12px;
    padding-left:10px;
    padding-right:8px;
    padding-top:12px;
    z-index:130;
}
