body {
    font-family: Arial;
    background-color: #080e13;
    /*text-align: center; /* for IE */ 
    margin: 0 auto; /* for the rest */
    background-image: url('../img/bg/spring01.jpg');
    background-attachment: fixed;
    line-height: 130%;
}

image {
    border: 0px;
}

div#navigation-area a:link      { color: #91e700; text-decoration: none; }
div#navigation-area a:visited   { color: #91e700; text-decoration: none; }
div#navigation-area a:active    { color: #91e700; text-decoration: none; }
div#navigation-area a:hover     { color: #f88000; text-decoration: none; }

a:link      { color: white; text-decoration: none; }
a:visited   { color: white; text-decoration: none; }
a:active    { color: white; text-decoration: none; }
a:hover     { color: #363f2b; text-decoration: none; }

div#wrapper {
    width: 100%;
}

/* Header Layers */
div#background-layer {
    z-index: 1;
     
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

div#header-wrapper {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.body.scrollTop));
    left: 0;
    right: 0;
    text-align: center;
}

div.ieTop {
    _top: expression(eval(document.body.scrollTop) + 100));
}

img.navItem {
    width: 120px;
    height: 40px;
    border: 0px;
}

td.navTD {
    text-align: center;
}

div#header {
    background-image: url('../img/header.png');
    background-repeat: no-repeat;
    width: 950px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
}

div#header-navigation {
    position: relative;
    top: +105px;
    left: -11px;
}

div#navigation-panel {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: -100;
    _top: expression(eval(document.body.scrollTop-100));
    left: 0;
    right: 0;
    background-color: #1f2122;
    height: 100px;
    vertical-align: bottom;
    text-align: center;
    z-index: 5;
}

div#header-top {
    background-image: url('../img/navigation-topbar.png');
    background-repeat: repeat-x;
    position: absolute;
    height: 13px;
    width: 100%;
    top: 0px;
    left: 0px;
}

div#activity {
    background-color: white;
    border: 3px solid #162a35;
    padding: 7px;
}

div#activity div {
    font-weight: bold;
    padding-bottom: 3px;
}

#mainbody {
    padding-top: 25px;
}

td {
    font-size: 12px;
}

div.subjectBox {
    height: 239px;
    width: 315px;
    background-image: url('../img/subjectbox.jpg');
    background-repeat: no-repeat;
    padding: 8px;
}

table.subjectTable {
    height: 223px;
    width: 299px;
}

td.subjectTitle {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.subjectTable tr td {
    font-size: 16px;
}

div.subjectBodySub2 {
    color: white;
    height: 75px;
    padding-top: 5px;
}

div.section {
    border: 1px solid black;
    font-size: 12px;
    margin-bottom: 15px;
}

div.sectionTitle {
    height: 17px;
    padding: 2px;
    padding-left: 6px;
    font-size: 14px;
    background-image: url('../img/section-title-bg.jpg');
    background-repeat: repeat-x;
    color: white;
    font-variant: small-caps;
}

div.sectionBody {
    background-image: url('../img/section-body-bg.jpg');
    background-repeat: repeat-x;
    background-color: #8fc400;
    color: black;
    padding: 15px;
    clear: both;
    overflow: auto;
}

div.sectionBody a:link,
div.sectionBody a:active,
div.sectionBody a:visted, {
    color: blue;
}
div.sectionBody a:hover {
    color: orange;
}

.whiteBorder {
    border: 3px solid white;
}

div#recent-projects {
    background-color: #162a35;
}

div#recent-tech {
    background-color: white;
    -moz-opacity:.80;
    filter:alpha(opacity=80);
    opacity:.80;
    padding: 10px;
    z-index: 0;
}

div#recent-tech-full {
    background-color: white;
    -moz-opacity:2;
    filter:alpha(opacity=200);
    opacity:2;
}

div.recent-a {
    background-color: #396f8c;
    border: 1px solid white;
    padding: 2px;
    padding-left: 15px;
    color: black;
}

div.recent-b {
    background-color: #2a6586;
    border: 1px solid white;
    padding: 2px;
    padding-left: 15px;
    color: black;
}

span.nav-text {
    color: #91e700;
    font-size: 10px;
    font-family: sans-serif;
}

span#nav-home {
    position: relative;
    top: +1px;
    left: -186px;
}

span#nav-audio {
    position: relative;
    top: +1px;
    left: +157px;
}

h1 {
    font-family: "Lucida Grande";
    color: #3c4530;
    font-size: 20px;
    font-variant: small-caps;
}

/* Bottom Layers */
div#footer {
    width: 100%;
    background-image: url('../img/footer-bg.png');
    background-repeat: repeat-x;
    position: fixed;
    _position: absolute;
    bottom: 0;
    _top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    height: 38px; 
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 12px;
}

div#footer-text {
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    padding-top: 10px;
    height: 38px;
}

td.tdField {
    text-align: right;
    font-size: 12px;
}

/* Main Layers */
div#main {
    z-index: 10;
    padding-top: 120px;
    padding-bottom: 50px;
    width: 990px;
    text-align: left;
    
    margin-left: auto;
    margin-right: auto;
}

img.technology {
    margin: 3px;
    border: 0px;
}

td.th {
    vertical-align: top;
}

.half {
    width: 49%;
}

.third {
    width: 32%;
    margin: 6px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
    overflow: auto;
}
