﻿html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #3E3230;
	font-family: Arial, Tahoma, sans-serif;
    text-align: left;
}

a {
    text-decoration:underline;
    color:#a39a98;
    outline:0;
}

a:visited {
    text-decoration:underline;
    color:#786f6d;
    outline:0;
}

.LCol{
    text-align: left;
    margin: 0;
    width:128px;
    height: 100%;
    background: #221a17 repeat;
    position: absolute;
    bottom: 0px;
    border-right-style: solid;
    border-color: #6a6b6e;
    border-width: 2px; 
}

.content {
    width: 868px;
    height: 100%;
    text-align: left;
    position: fixed;
    margin: 0 0 0 130px;
    border-right-style: solid;
    border-color: #6a6b6e;
    border-width: 2px;
}

.RCol {
    text-align: left;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 0 0 1000px;
    bottom: 0;
}

.contact {
    width: 260px;
    height: 147px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 8pt;
    color: #6a6b6e;
    text-align: right;
    margin: auto auto 0 auto;
    float: right;
    bottom: 0px;
    padding-right: 10px;
}

.R1 {
    width: 100%;
    background-color: #FFF;
    background-repeat: repeat-x;
    height: 147px;
}

.R2 {
    background-color: #9c1d14;
    background-repeat: repeat-x;
    height: 40px;
    border-top-style: solid;
    border-color: #3e3331;
    border-width: 4px;
}

.R3 {
    background-color: #3E3230;
    background-repeat: repeat-x;
    height: 467px;
    border-bottom-style: solid;
    border-color: #FFF;
    border-width: 1px;
}

.Lfooter {
    width: 510px;
    float: left;
    background-color: #3d3230;
    background-repeat: repeat-y;
    font-family: Arial, Tahoma, Sans-Serif;
    color: #a39a98;
    font-size: 8pt;
    padding-left: 10px;
}
    
.Rfooter{
    width: 210px;
    float: right;
    background-color: #3d3230;
    background-repeat: repeat-y;
    font-family: Arial, Tahoma, Sans-Serif;
    color: #a39a98;
    font-size: 8pt;
}

.main_content {
    width: 868px;
    height: 659px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 15pt;
    background-color: #FFF;
    text-align: left;
    margin: auto auto 0 auto;
    float: left;
    padding: 0px;
}