/*
   http://colorschemedesigner.com/#2W21Ww0w0w0w0
   00BB3F		238C47		007929		37DD6F		63DD8D

   FF2800		BF4630		A61A00		FF5D40		FF8973
*/

@font-face {
    font-family: 'Tallys';
    src: url(../fonts/Tallys_15.otf) format("opentype");
}

html
{
    font-size: 62.5%;
    background: #556159;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.32, rgb(84,117,95)),
        color-stop(0.8, rgb(87,99,91)));
    background: -moz-linear-gradient(
        center bottom,
        rgb(85,97,89) 48%,
        rgb(83,115,94) 74%);
}

body
{
    font-family: Helvetica, Arial, sans-serif;
}

p
{
    letter-spacing: .075em;
    line-height: 1.1em;
    font-size: 13pt;
}

a,
a:visited
{
    color: #A61A00;
}

a:active
{
    color: #FF8973;
}

h1,
h2
{
    font-family: Tallys, "Times New Roman", serif;
}

h1
{
    font-size: 34pt;
}

h2
{
    font-size: 20pt;
    color: #007929;
    margin-bottom: -.5em;
    margin-top: 0;

}

.banner
{
    font-size: 12pt;
    font-family: "Times New Roman", serif;
    text-align: center;
    clear: both;
}

#header,
.banner,
#content,
#footer
{
    width: 75%;
    margin: auto;
    background-color: white;
}

#header
{
    height: 50pt;
}

#header h1,
#contact
{
    display: table-cell;
    width: 100%;
    height: 50pt;
    line-height: 100%;
    vertical-align: center;
    padding: 0;
    border: 0;
}

#contact
{
    font-size: 16pt;
    text-align: right;
}

#header,
#content
{
    padding: 10px;

}

#header
{
    border: solid #8A392A;
    border-width: 1px 1px 0 1px;
    border-radius: 5px 5px 0 0;
    font: Tallys;
}

#content
{
    border: solid #8A392A;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
}

.clear
{
    height: 0;
    clear: both;
}

.banner,
#footer
{
    margin: auto;
    background: #a66257;`
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, rgb(138,57,42)),
        color-stop(0.8, rgb(166,98,87)));
    background: -moz-linear-gradient(
        center bottom,
        rgb(138,57,43) 48%,
        rgb(166,97,88) 74%);
    color: white;
    padding: .5em 1.5em;
    font-style: italic;
}

.square
{
    width: 50%;
    float: left;
}

.square.left p,
.square.left h2
{
    margin-right: 10pt;
}

.square.right p,
.square.right h2
{
    margin-left: 10pt;
}

.rectangle
{
    clear: both;
}

.square,
.rectangle
{
    margin-top: 1em;
}

.square p,
.rectangle p
{
    margin: .25 auto;
}

#mark
{
    float: right;
    margin: 0 0 1em 1em;
}

#kbn
{
    clear: right;
    display: block;
    margin: auto;
}
