/* overall body styles */
body {
    background-color: #CC9933;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {display: block;}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 9px;}
strong {font-weight: bold;}

/* form styles */
input, textarea {
    background-color: #F9F9F9;
    border: 1px solid #666677;
    font-size: 12px;
}
input.button {
    background-color: #EEEEEE;
    font-family: Verdana, Arial, sans-serif;
}

/* default link styles */
a:link, a:visited {
    color: #773300;
    text-decoration: none;
}
a:active, a:hover {
    color: #990000;
    text-decoration: none;
}

/* image styles */
img {border: 0;}

#bg {
    background-color: #CC9933;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
}
#bg img {
    border-bottom: 1px dashed #773300;
    margin: 0 0 10px 0;
}

#bgmenu ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#bgmenu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#bgmenu a:link, #bgmenu a:visited {
    font-weight: bold;
}
#bgmenu a:active, #bgmenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#content {
    background-color: #DDDDCC;
    border-bottom: 10px solid #990000;
    margin: 0 auto;
    position: absolute;
        top: 150px;
        right: 0;
        bottom: 25px;
        left: 0;
    text-align: center;
    width: 100%;
}

#menu {
    background-color: #990000;
    color: #EEEEDD;
    font-variant: small-caps;
    font-weight: bold;
    height: 25px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    min-width: 650px;
}
#menu ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#menu a:link, #menu a:visited {
    color: #EEEEDD;
    text-decoration: none;
}
#menu a:active, #menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#collumns {
    overflow-y: auto;
    position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 0;
    text-align: center;
    width: 100%;
}
#collumncontainer {
    margin: 0 auto;
    width: 800px;
}
.collumn {
    position: absolute;
        top: 20px;
    text-align: justify;
    width: 800px;
}
.collumn h2 {
    font-size: 14px;
    font-variant: small-caps;
    margin: 0 0 5px 0;
}
.collumn p {
    margin: 0 0 15px 0;
}
.collumn .left {
    float: left;
    margin: 0 15px 0 0;
    text-align: left;
}
.collumn .right {
    float: right;
    margin: 0 0 0 15px;
    text-align: right;
}
.collumn .caption {
    font-size: 10px;
}

#harvest {
    height: 200px;
    overflow-y: scroll;
    padding: 5px;
    text-align: left;
    width: 810px;
}

#copyright {
    background-color: #CC9933;
    font-size: 10px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}
