﻿body {
      background-color: lightgrey;
      font-family: Verdana, Helvetica, sans-serif;
}

h1 {
    font-family: "Papyrus";
    text-align: right;
    font-size: 200%;
}

h2 {
    text-align: center;
    font-size: 200%;
}

#thead {
    font-size: 125%;
    text-align: left;
}

div {
    background-color: #FFBD44;
    width: 625px;
    padding: 15px;
    border: 5px;
    margin: 25px 35px 40px;
    box-shadow: 8px 8px 5px grey;
}

div.img {
    margin-left: 30%;
    padding: 5px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	

div.img img {
    display: inline;
    margin: 5px;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 230px;
    margin: 5px;
    box-shadow: none;
}

#logo {
    margin-left: 2%;
    margin-top: 2%;
}

#img_me {
    margin-left: 38%;
}

#box2 {
    background-color: #FFBD44;
    width: 625px;
    padding: 15px;
    border: 5px;
    margin: 25px 0px 40px 375px;
    box-shadow: 8px 8px 5px grey;
}

#boxlink {
    background-color: #FFBD44;
    width: 400px;
    padding-left: 25px;
    border: 5px;
    margin: 25px 0px 40px 450px;
    box-shadow: 8px 8px 5px grey;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.nav1 {
    float: left;
}

li.nav2 {
    float: none;
}

#navigation1 {
    display: inline;
    background-color: #FF683A;
    position: fixed;
    box-shadow: 0px 5px 5px grey;
    top: 0;
    left: 0;
}

#navigation2 {
    background-color: #FF683A;
    position: fixed;
    margin-top: 70px;
    box-shadow: 0px 5px 5px grey;
    left: 0;
}

#nav_current {
    background-color: #FF4300;

}

a:link.navlink, a:visited.navlink {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF683A;
    width: 230px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.navlink, a:active.navlink {
    background-color: #FF4300;
}

#backlink {
    list-style-type: none;
    position: fixed;
    bottom: 2%;
    right: 1%;
}