
p {
    padding:10px 20px 10px 10px; 
    color:#AE7E4F;
    }

li{
    color:#AE7E4F;
}
    
h1 {
    padding:0 0 0 10px; 
    }
    
h2 {
    padding:0 0 0 10px; 
    }

#content {
    color:#cccccc;
    width:1024px;
    background-color:#3C1E00;
    }

#contentwrapper{
    float: left;
    width: 100%;
    height:100%; 
    overflow:auto;
    }

#contentcolumn{
    margin-left: 300px; /*Set left margin to LeftColumnWidth*/
    }

#leftcolumn{
    float: left;
    width: 300px; /*Width of left column*/
    margin-left: -1024px; /*Set left margin to -(MainContainerWidth)*/
    background-color:#5C2E01;
    height:100%; 
    overflow:auto;
    }

.innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    text-align: left;
    }

.floatright { 
    float: right; 
    margin: 0 0 10px 10px;
    border: 1px solid #fff;
    }

.floatleft { 
    float: left; 
    margin: 0 5px 5px 0;
    }

/* Table Settings */

#hor-minimalist-a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 0px;
    width: 300px;
    border-collapse: collapse;
    text-align: left;
}
#hor-minimalist-a th
{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
    text-align: left;
}
#hor-minimalist-a td
{
    color: #AE7E4F;
    padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
    color: #009;
}