@import url("reset-fonts.css");


html {
    font-size               : 62.5%;
    color                   : #165E18;
}

body {
    font-family             : "Myriad Pro", "MyriadPro", "Trebuchet MS", "Arial", sans-serif;     
    font-size               : 1.4em;
}

p {
    line-height             : 19px;
    letter-spacing          : 1px;
}


a {
    color                   : #165E18;
    text-decoration         : none;    
}

h1 {
    font-size               : 30pt;
    font-weight             : bold;
}

h2 {
    font-size               : 14pt;
}

h3 {
    font-weight             : bold;
}

strong {
    font-weight             : bold;
}

a.white-text {
    font-style: italic;
    color: white;
}

#left {
    text-align              : right;
    border-right            : 3px solid #165E18;
    height                  : 60%;
    position                : absolute;
    left                    : 0;
    padding                 : 20px;
    padding-top             : 100px;
}

#wrapper {
    position                : relative;
    width                   : 800px;
    height                  : 600px;
    margin                  : 0 auto 0 auto;;
}

#wrapper ul {
    width                   : 320px;
}

#right {
    position                : absolute;
    right                   : 80px;
    padding                 : 20px;
    top                     : 140px;
    background-color        : #165E18;
    color                   : #fff;
}

#right ul {
    padding                 : 2px 0 10px 0;
}

#right li {
    display                 : inline;
    padding                 : 2px 5px 1px -1px;
    letter-spacing          : 1px;
}


#footer {
    position                : absolute;
    bottom                  : 0;
/*    border-bottom           : 3px solid #666;*/
    width                   : 84%;
    padding                 : 20px 20px 10px 20px;
}

#footer ul {
    width                   : 300px;
}

a.mail {
    font-style              : italic;
    text-decoration         : underline;
    font-size               : 18px;    
}

a.mail:hover {
    color                   : #fff;
    background-color        : #165E18;
}
