
body {
        margin: 0px;
        padding: 0px;
        background-color: #bfb488;      /* tan or brown color, closely matches background image color */
/*        background-image: url('/images/bkg_topographic.png');*/
/*        background-image: url('/images/54760c.jpg');*/
/*        background-image: url('/images/gridpapercloseup.jpg');*/
/*        background-image: url('/images/paperlineplain0822bg.gif');*/
/*        background-image: url('/images/small_teal_square.png');*/
        background-image: url('/images/xlarge_teal_square.png');
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
}
#page {
        position: relative;
        width:90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: left;
}
#photo {
        position: absolute;
        height:125px;
        top: 0px;
        left: 0px;
        border: solid #000000 2px;
}



#randomimage {
                height:125px;


        }

/* Navigation Bar Style */
#navbar {
        position: absolute;
        height:35px;
        width: 100%;
        top: 94px;
        right: 0px;
        text-align: right;
        background-color: #536321;      /* dark green or olive drab, same color as green logo */
        line-height: 35px;
}
#navbar ul {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #FFF;
        line-height: 35px;
        white-space: nowrap;
}
#navbar li {
    font-weight: bold; /*    */
        list-style-type: none;
        display: inline;
}
#navbar li a {
        text-decoration: none;
        padding: 10px 10px;
        color: #FFF;
}
#navbar li a:link {
    color: #d6d682:
}
#navbar li a:visited {
    color: #CCC;
}
#navbar li a:hover {
    color: #fff;
    background-color: #93a754;
}
/* end of Navigation Bar */


#logo {
        position: absolute;
        height:92px;
        width: 500px;
        top: 0px;
        right: 0px;
}
#mainbody {
        background-color: #FFFFFF;
        background-image: url('/images/bkg_brownpaper.png');
        margin-top: 150px;
        position: absolute;
        padding: 20px;
        border: solid black 2px;
}
#leftcol {
        width:200px;
        background-color: #d6d682;
        float: left;
        margin-bottom: 20px;
        padding: 5px;
        border: solid black 1px;
}
#content {
        margin-left: 230px;
/*      background-color: #99FF66;
*/      margin-bottom: 20px;
        padding: 5px;
}
#footer {
        width:100%;
        height:30px;
        clear: both;
        padding: 10px 0px;
        text-align: center;
        color: #000000;
}


/* gallery stuff */
div.img
{
  margin: 2px;
  background-color: #FBFBFB;
  border: 1px solid black;
  height: 190px;
  width: 160px;
  float: left;
  text-align: center;
}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid black;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 156px;
  margin: 2px;
}


#album {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center;
        border: solid black 1px;
}
