
/* Brown:  #663300 */

body 
{
   color     : black;
   text-align: center;
}


.wrapper
{
   width           : 100%;
}


.banner
{
   background-color: #663300;
}


.navbar
{
   background-color: white;
   color           : #663300;
   font-size       : 18pt;
}

.navbar a
{
   color           : #663300;
}


.picPanel
{
   color           : white;
   font-size       : 18pt;
   font-weight     : bold;
   font-style      : italic;
   margin-bottom   : 50px;
}

.picPanel img
{
   border          : 10px white solid;
   margin-top      : 50px;
}

.picPanel a
{
   color           : #663300;
}


.footer
{
   background-color: #663300;
   color           : #ff4000;
   font-size       : 18pt;
}

