/* THE BASIC STUFF */

/* STANDARD FONT FAMILIES */

/* verdana, geneva, helvetica, arial, sans-serif */
/* georgia, times, new century schoolbook, times new roman, serif */

body {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    padding: 10px 0 25px 0;
    background-color: #533117;
    background: url(images/back_main.jpg);
    font-size: 11px;
    }

/* THIS IS FOR IE */
#container{
    width: 750px;
    margin: auto;
    text-align:left;
    }

/* THIS IS FOR MOZILLA */
html>body #container {
    width: 750px;
    background-image: url(images/back_body.png);
    background-repeat: repeat-y;
    margin: auto;
    text-align:left;
    }

html>body #top {
    width: 750px;
    height: 25px;
    background-image: url(images/body_top.png);
    margin: auto;
    }

html>body #bottom {
    width: 750px;
    height: 25px;
    background-image: url(images/body_bottom.png);
    margin: auto;
    }
  
h1 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 150%;
    color: #800000;
    text-align: left;
    }

h2 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 130%;
    color: #614226;
    text-align: left;
    }

h3 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 110%;
    color: #000000;
    }

h4 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 90%;
    color: #000000;
    text-align: left;
    }

h5 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 70%;
    color: #000000;
    text-align: left;
    }
    
p  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

ul, ol, li {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

table, td, tr  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

a {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    }

a:link {
    color:#064107;
    }

a:visited { 
    color:#614226;
    }

a:active { 
    color:#614226;
    }

a:hover {
    text-decoration: none;
    color:#614226;
    }

table.body {
    background-image: url(images/back_body2.jpg);
    }

div.bird {
    background: url(images/logo_top.jpg) no-repeat top;
    }

div.grass {
    background: url(images/grass_bottom.jpg) no-repeat bottom;
    }

div.menu {
    padding: 90px 50px 0 0;
    text-align: right;
    }

img.menu {
    margin-left: 10px;
    }

img.photo {
    border: 2px solid #614226;
    }

img.entryRight {
    padding-left: 10px;
    }

td.margin {
    width: 205px;
    padding: 25px 0 130px 50px;
    background: transparent;
    }

td.content {
    width: 370px;
    padding: 25px 50px 50px 25px;
    background: transparent;
    }

div.copyright {
    text-align: center;
    color: #b09e80;
    padding: 10px 0 0 0;
    }

td.galleryPage {
   padding: 25px 40px 150px 40px;
    }