body {


      background-color: #e5e5e5;
      font-size: 10px;
      font-size:small;
      margin: 0 0 1em 0;
      padding: 0 0 1em 0;
      font-family: Verdana, Tahoma;
      font-size: 12px;
      color: #111;

}

#outer {
        border-style: solid;
        border-color: black;
        border-width: 0px;
        position: relative;
        width: 800px;
        height: 830px;
        margin: 0 auto;
        overflow: hidden;
        background: #e5e5e5 url(gfx/layout/content_fill.jpg) repeat-y 50% 0;
        z-index: 99;
}

#header{
        border-style: solid;
        border-color: black;
        border-width: 0px;
        background-image: url(gfx/layout/header.jpg);
        background-repeat: no-repeat;
        height: 145px;
        margin-left: 21px;
}


#navigation{
        position: relative;
        margin: 0 auto;
        background-image: url(gfx/layout/navigation.jpg);
        background-repeat:repeat-x;
        height: 30px;
        width: 748px;
        margin-left: 21px;
        margin-bottom: 0;
        top: 0px;
        left: 0;
        line-height: 30px;
        padding-left: 10px;
}
#navigation a, #navigation a:hover {
        color: white;
        font-weight: normal;
        text-decoration: none;
        margin-right: 20px;
        font-size: 90%;
}

#inner {
        margin: 0 auto;
        position: relative;
        z-index: 2;
        border-style: solid;
        border-color: black;
        border-width: 0px;
}

#content {

        height:623px;
        float: left;
        border-style: solid;
        border-color: black;
        border-width:0px;
        padding-left: 30px;
}
#text{
        width: 725px;
        margin-left: 21px;
        overflow: auto;
        z-index: 9999;
        height: 610px;

}

#footer{
        position:relative;
        width: 800px;
        background-image: url(gfx/layout/footer4.jpg);
        background-repeat: no-repeat;
        height: 33px;
}

.photo {
        margin: 15px;
        border: 1px solid #333;
}
TH {
        text-align:left;
}
p {
        line-height: 18px;
}
