body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 11px;
    font-family: "Century Gothic", "AppleGothic", "Arial", "Helvetica";
    text-align: justify;
/*    letter-spacing: 0.1em; */
    word-spacing: 0.1em;
    line-height: 2em;
    background-image: url(images/logo_small.png);
    background-repeat: no-repeat;
    background-position: 15px 50px;
    background-attachment: fixed;
    }
    
body a, h4 {
    color: green;
    }
    
body a:hover, a:visited {
    color: #003B12;
    }


#space {
    position: fixed;
    /* space is just an ugly hack to move things to the right */
    left: 52%;
    top: 24px;
    }

#navi {
    /*position: fixed;
     to make it all line up */
    /*border-left: 170px solid transparent;
    left: 52%;*/
    margin-left: 170px;
    min-width: 16em;
    }
    
#navi ul {
    border: 4px double silver;
    margin: 30px;
    padding: 4em 0.5em 4em 0.5em;
    text-align: center;
    list-style-type: none; /*turns off display of bullet*/
    text-transform: lowercase;
    line-height: 3em;
    }
    
#navi a {
    color: gray;
    text-decoration: none;
    }
    
#navi a:hover {
    background-color: silver;
    }

#info {
/*    border: 1px solid blue; */
    text-indent: 0px;
    width: 100%;
    padding: 35px;
    margin: 0px;
    background: url(images/leaf.png) transparent;
    background-repeat: repeat-y;
    background-position: top center;
    min-height: 400px;
    }
    
.sidebar {
    border-top: 1px dotted green;
    }
    
.border {
    border-bottom: 4px double silver;
    border-top: 4px double silver;
    padding: 0px;
    margin: 0px;
    height: 35px;
    background-image: url(images/border.png);
    background-repeat: repeat-x;
    }
    
#leftmaze {
/*    border: 1px solid green; */
    position: relative;
    margin: 0px;
    left: 100px;
    margin-top: 1em;

    padding-right: 70px;
    width: 52%;
    background: url(images/maze_vertical.png) transparent;
    background-repeat: repeat-y;
    background-position: top left;
    }
    
#rightmaze {
/*    border: 1px solid red; */
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 1em;
    padding-right: 70px;
    background: url(images/maze_vertical.png) transparent;
    background-repeat: repeat-y;
    background-position: top right;
    }

#tag {
    color: gray;
    font-size: 0.9em;
    text-align: right;
    margin: 5ex 0 0 0;
    padding: 0px;
}

#contact {
    border-top: 1px dotted green;
    border-bottom: 1px dotted green;
    padding: 20px;
}

form {
    font-size: 12px;
    font-weight: bold;
    color: green;
}

input {
    /*this makes the send text green except on safari and camino*/
    color: green;   
}

textarea {
    background-color: white;
}

#alert {
    color: green;
    font-weight: bold;
    }
    
.spacer {
    clear: both;
    }