body {
    background-image: url("../images/canvas_texture.jpg");
    font-family: Arial, Verdana, 'sans serif';
    font-size: 1em;
    color: #006;
    width: 100%;
    margin:0;padding:0;
}
p {
    font-size: 0.85em;
}

h1,h2,h3,h4,h5,h6,ul {
    margin:0; padding: 0;
}

div#header {
    height: 5em;
    text-align: center;
    width: 100%;
}

div#header h1 {
    text-align: center;
    margin-top: 0.7em;
    margin-left: 20%;
    font-family: 'arial';
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
    line-height:36px;
    width: 598px;
    height: 36px;
    background-image: url('../images/header-background.jpg');
}

* html body div#header h1 {
    margin-left:0;
}

div#menu {
    float: left;
    width: 14%;
    padding-left: 1%;
}

div#menu ul {
    list-style-type: none;
}
div#menu li {
    width: 150px;
    height: 55px;
    background-image: url('../images/menu/blank-green.gif');
    background-repeat: no-repeat;
    text-align: center;
    float: left;
}
div#menu li#selected {
    background-image: url('../images/menu/blank-purple.gif');
}

div#menu li a {
    color:white;
    height: 100%;
    text-decoration:none;
    font-size: 0.8em;
    font-weight:700;
    display: block;
    cursor: pointer; cursor: hand;
}
div#menu li a span {
    width: 100%;
    height: 100%;
    padding-top: 14%;
    float: left;
    margin-bottom: -14%;
}

div#email {
    float: left;
    margin-left: 1em;
    margin-top: 3em;
    font-size: smaller;
    text-align:center;
}

div#content {
    float: right;
    width: 75%;
    padding-right: 5%;
}


div#footer {
    float: left;
    margin-top: 5em;
    width: 96%;
    padding: 0 1%;
}

div#footer p {
    font-size: 0.7em;
}
