body {
    margin: 0px;
    padding: 0px;
    background-color: #eae6db;
}

a:link, a:active {
    color: #000000;
}

a:visited {
    color: #666666;
}

img { border-style: none; }

hr { 
   width: 350px;
   border-top: 1px solid #7b0000; 
   border-bottom-style: none;
   border-left-style: none;
   border-right-style: none;
}

#header h1 {
    width: 100%;
    height: 105px;
    margin: 0px;
    padding: 0px;
    border-bottom: 23px solid #000000;
    background-color: #7b0000;
}

#header h1 span {
    width: 567px;
    height: 49px;
    position: absolute;
    top: 62px;
    left: 13px;
    background: url('../images/header_burkhardt.gif');
}

#header h1 span strong{ display: none; }

#subtitle {
    position: absolute;
    top: 113px;
    left: 29px;
    width: 189px;
    height: 14px;
    background: url('../images/header_slogan.gif');
}

#subtitle span { display: none; }

#menu {
    height: 32px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #a6a194;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 43px;
}

#menu li {
    display: inline;
    margin-right: 22px;
}

/* ********** Body ********** */

#page_title {
    border-top: 42px solid #cfc9b9;
    background-color: #cfc9b9;
    height: 70px;
    width: 100%;
    margin-bottom: 24px;
}

#page_title img {
    position: relative;
    top: 1px;
    left: 43px;
}

#text {
    margin-left: 43px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    width: 600px;
}

.tight_text {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.quote {
   margin-left: 15px;
}
