#container {
    position: relative;
    background: #ffffff;
    left: 80px;
    height: 400px;
    width: 900px;
    background: transparent;
}

#leftnavtop {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 60px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    background: transparent;
}

#leftnavbottom {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 360px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    background: #ffffff;
    color: #41272c;
    font-weight: bold;
    letter-spacing: 1px;
    background: transparent;
}

#content {
    position: relative;
    top: -400px;
    left: 200px;
    width: 400px;
    height: 400px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    background: #9ebca9;
}
#content-wrapper {
    position: relative;
    top: -400px;
    left: 200px;
    width: 900px;
    min-height: 400px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
}
#gallery-content {
   position: absolute;
    left: 600px;
    top: 20px;
}
#flashcontent {
      height: 100%;
}
#content-wrapper-textbox-narrow-spearhead {
    top: -400px;
    left: 200px;
    width: 800px;
    min-height: 400px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    font-family: Palatino Romen, Times New Roman, Times, serif;
	color: #000000;
	line-height: 16pt;
}
#header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 50px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    background: #9ebca9;
    text-indent: 25px;
}
#content-inner-about {
    position: relative;
    top: 0px;
    left: 25px;
    width: 350px;
    height: 350px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    background: #9ebca9;
    color: #003333;
}
#content-inner-projects {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 300px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
     background: #9ebca9;
    overflow-x: hidden;
    overflow-y: hidden;
}
#footer {
    position: relative;
    top: -424px;
    left: 200px;
    width: 400px;
    background: #000000;
    color: #41272c;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
}

.toolbar {
    background-color: #000000;
}

.menu {
    float: left;
    color: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    border-right: 0px;
    text-decoration: none;
    background-color: #000000;
    padding: 5px 15px 5px 15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu:hover {
    background-color: #ffffff;
    color: #41272c;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #006666;
    letter-spacing: 0.1cm;
    text-decoration: none;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
     font-weight: bold;
      color: white;
      text-decoration: none;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}


h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #003333;
    text-decoration: none;
    line-height: 16px;
}