body
{
    background: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #ffffff;
    margin: 0px;
    text-align: justify;
}

/***************
** containers **
***************/

#container
{
    background-image: url(images/middle.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px auto 0px auto;
    border: none;
    width: 860px;
}

#header
{
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 239px;
}

#topsep
{
    background-image: url(images/topsep.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 20px;
}

#bottomsep
{
    background-image: url(images/bottomsep.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 0px auto;
    border: none;
    height: 20px;
    width: 860px;
}

#footnote
{
    background-image: url(images/middle.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    width: 860px;
}

#footer
{
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 0px auto;
    border: none;
    height: 11px;
    width: 860px;
}

#mainnavbar
{
    background-image: url(images/middle.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px auto 0px auto;
    height: 43px;
    width: 800px;
}

#midpart
{
    background-image: url(images/middeuxpies.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px auto 0px auto;
    width: 860px;
    min-height: 750px;
}

#title
{
    margin: 0px 30px 0px 30px;
    border: none;
    height: 42px;
    width: 600px;
    padding: 0px 0px 0px 0px;
}

#titlesep
{
    background-image: url(images/titlesep.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 30px;
    width: 860px;
}

#content
{
    width: 580px;
    margin: 0px 30px 0px 30px;
    padding: 0px 10px 10px 10px;
}

#rhspane
{
    position: relative;
    float: right;
    margin: 0px 30px 0px 0px;
    width: 200px;
    text-align: left;
}

#rhspane #sidebar
{
    padding: 0px 30px 0px 20px;
}

#rhspane #info
{
    padding: 10px 10px 0px 30px;
}

#postforms
{
    padding: 0px 10px 0px 10px;
    color: Black;
}

/**********
** lists **
**********/

ul.collection
{
    padding-left: 0px;
    margin-left: 0px;
}

ul.collection li
{
    list-style-type: none;
}

/*****************
** text classes **
*****************/

#footnote p
{
    list-style-type: none;
    padding: 0px 35px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    text-align: right;
}

.bigtitle
{
    padding: 0px 0px 0px 0px;
    color: #FFFFCC;
    font-weight: bold;
}

.smallprint
{
    font-size: 0.8em;
    text-align: left;
    color: White;
}

.entry
{
    padding: 0px 0px 0px 0px;
    border-bottom-color: #BCB0A2;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.entrylast
{
    padding: 0px 0px 0px 0px;
    border-bottom: none;
    margin-bottom: 10px;
}

.entry dd
{
    padding-top: 5px;
}

/*********
**tables**
*********/

.borderedtable td
{
    border: dashed 1px #BCB0A2;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

#postforms td
{
    vertical-align: top;
}


/*****************
**profile photos**
*****************/

.profileportrait
{
    padding: 0px 10px 10px 20px;
    float: right;
    width: 260px;
}

.profilelandscape
{
    padding: 0px 10px 10px 10px;
    float: right;
    width: 300px;
    height: 225px;
}

.videocontainer
{
    padding: 20px 10px 10px 10px;
    text-align: center;
}

/*****************
**gallery photos**
*****************/

.gallery
{
    text-align: center;
}

.gallery .left
{
    padding: 10px 20px 10px 20px;
    width: 200px;
    height: 300px;
}

.gallery .right
{
    padding: 10px 20px 10px 20px;
    width: 200px;
    height: 300px;
}

.gallery .middle
{
    padding: 10px 10px 10px 10px;
    width: 375px;
    height: 250px;
}

/*navbar images*/
.navimage
{
    margin: 0px 0px 0px 0px;
    border: none;
    float: left;
    padding: 0px 0px 0px 0px;
}

.rhsimage
{
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 0px 0px 0px 0px;
}

.titleleft
{
    margin: 0px 0px 0px 0px;
    border: none;
    float: left;
    padding: 0px 0px 0px 0px;
}

/**********
** links **
**********/

a:link
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #BCB0A2;
    background: transparent;
}

a:visited
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #BCB0A2;
    background: transparent;
}

a:active
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #BCB0A2;
    background: transparent;
}

a:hover
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #FF0033;
    background: transparent;
}
