/* THE BASIC STUFF */

/* STANDARD FONT FAMILIES */

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

body {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    margin: 0;
    padding: 0;
    background-color: #D7C194;
    background-image: url(http://www.peteryesisart.com/images/main/main_back.jpg); 
    font-size: 11px;
    }
  
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: #F4E6CA;
    text-align: left;
    }

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

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: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 11px;
    }

ul, ol, li {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 11px;
    }

table, td, tr  {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 11px;
    }

a {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    text-decoration: underline;
    font-size: 11px;
    }

a:link {
    color:#D7C194;
    }

a:visited { 
    color:#ffffff;
    }

a:active { 
    color:#ffffff;
    }

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

.alt a:link {
    color:#042B47;
    }

.alt a:visited { 
    color:#000000;
    }

.alt a:active { 
    color:#000000;
    }

.alt a:hover {
    text-decoration: none;
    color:#000000;
    }



.homepage a {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    }

.homepage a:link {
    color:#f4deb1;
    }

.homepage a:visited { 
    color:#f4deb1;
    }

.homepage a:active { 
    color:#f4deb1;
    }

.homepage a:hover {
    color:#ffffff;
    }




/* TABLE CODE */

td.top {
    background-color: #D7C194;
    background-image: url(http://www.peteryesisart.com/images/main/top_back.jpg);
    height: 90px;
    }

td.middle {
    background-color: #042B47;
    color: #F4DEB1;
    padding: 15px 15px 15px 15px;
    }

td.bottom {
    background-color: #D7C194;
    background-image: url(http://www.peteryesisart.com/images/main/bottom_back.jpg);
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    }


img.border {
    padding: 3px;
    border: 2px solid #D7C194;
    }

img.headshot {
    padding: 3px;
    border: 2px solid #D7C194;
    margin: 34px 15px 100px 0;
    }

div.galleryright {
    padding-left: 15px;
    }

div.homepage {
    text-align: center;
    }