/* overall body styles */
body {
    background-color: #CCCCCC;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    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;}

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

#menu {
    background-color: #336699;
    color: #EEEEDD;
    font-variant: small-caps;
    font-weight: bold;
    height: 25px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
}
#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: scroll;
    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: 18px;
    font-variant: small-caps;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.collumn h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.collumn h4 {
    color: #999999;
    font-size: 9px;
    font-weight: bold;
}
.collumn p {
    margin: 0 0 15px 0;
}
.collumn .left {
    float: left;
    margin: 0 20px 0 0;
    width: 390px;
}
.collumn .right {
    float: right;
    margin: 0 0 0 20px;
    width: 390px;
}
.collumn .caption {
    font-size: 10px;
}
.collumn ul {
    list-style: none;
    margin: 5px 0 15px 30px;
    padding: 0;
}
.collumn li {
    margin: 0;
    padding: 0;
}

#portfolio li {
    margin: 0 0 10px 0;
    text-align: left;
}

#contact_form {
    border-right: 1px solid #333333;
    float: left;
    margin: 0 20px 0 0;
    padding: 30px 20px 0 0;
    text-align: right;
    height: 400px;
}
#contact_addr {
    margin: 50px 0 0 0;
}

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