* {
    margin: 0;
    padding: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

body {    
    font-size: 62.5%;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

#container {
    width: 954px;
    font-size: 1.2em;
    background-image: url(images/body_tile.jpg);
    background-repeat: repeat-y;
}

#left {
    background-image: url(images/left_bg.jpg);
    float: left;
    height: 434px;
    width: 274px;
    padding-top: 275px;
}

#right {
    background-image: url(images/right_bg.jpg);
    float: left;
    width: 590px;
    padding-top: 210px;
    padding-right: 90px;
    background-repeat: no-repeat;
}

#footer {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    height: 200px;
    width: 529px;
    padding-top: 50px;
    padding-left: 300px;
    padding-right: 200px;
    clear: both;
}

#navcontainer {
    width: 150px;
}

#navcontainer ul {
    margin-left: 55px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
    display: block;
    padding: 7px;
    width: 160px;
}

#navcontainer a:link, #navlist a:visited {
    color: #74752b;
    text-decoration: none;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 7px;
    font-weight: bolder;
}

#navcontainer a:hover {
    color: #75492b;
    background-image: url(images/bullet_hover.png);
    background-repeat: no-repeat;
}

p {
    text-align: justify;
    margin: 15px 0;    
}

p.footer {
    margin: 0;
    padding: 0;
    position: relative;
    top: 139px;
    text-align: center;
}

h1 {
    text-align: center;    
    font-family: "Times New Roman" , Times, serif;
    font-style: italic;
    color: #98A549;
    font-size: 3em;
}

h2 {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 40px;
    font-family: "Times New Roman" , Times, serif;
    font-style: italic;
    color: #9BA46D;
    font-size: 2em;
}

h3 {
    text-align: left;
    font-family: "Times New Roman" , Times, serif;
    font-style: italic;
    color: #98A549;
    font-size: 2em;
}

h4 {
    text-align: left;
    font-family: "Times New Roman" , Times, serif;
    font-style: italic;
    color: #808D33;
    font-size: 2em;
    margin-left: 107px;
    margin-bottom: 30px;
}

blockquote {
    font-style: italic;
    border: 1px dotted #98A549;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #74752B;
}

a:link {
    color: #7C8832;
}
a:visited {
    color: #74752B;
}
a:hover {
    color: #993300;
}
a:active {
    color: #993300;
}
.ct {
    text-align: center;
}

#flyer-container {
    text-align: center;
}

#flyer-container {
    border: 0;
    text-decoration: none;
}

#flyer-container:hover {
    text-decoration: none;
}

#flyer-container img {
    margin: 2em;
}

#people-pics {
    border-collapse: collapse;
}

#people-pics tr.pics, #people-pics tr.names, #artwork-pics tr {
    text-align: center;
}

#people-pics tr.names td, #artwork-pics td {
    padding: 0.5em 0;
}

#person-header {
    padding-top: 15px;
}

#person-header img#headshot {
    float: left;
    padding-right: 1em; 
}
#person-header p#contact-details {
    padding: 0;
    margin: 0;
}
