body {
    background-color: #3c5d71;
    margin: 0;
    text-align: center;
}

#wrapper {
    background-color: #311800;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}

#wrapper a {
    color: #AFAFAF;
}

#wrapper a:hover {
    color: #DFDFDF;
}

#header {
    background-image: url('images/header.jpg');
    width: 700px;
    height: 154px;
    position: relative;
}

#welcome_header {
    background-image: url('images/welcome_header.jpg');
    width: 700px;
    height: 253px;
    position: relative;
    top: 120px;
    text-align: center;
}

#welcome_face {
    position: absolute;
    margin-left: auto;
    top: 6px;
    left: 268px;
    z-index: 5;
}

#welcome_title {
    font-size: 30px;
    padding-top: 50px;
    color: #5F5F5F;
}

#welcome_text {
    font-size: 12px;
    font-style: italic;
}

#menu {
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

#welcome_menu {
    text-align: left;
    position: absolute;
    bottom: 80px;
    left: 55px;
}

#menu a, #welcome_menu a {
    font-style: italic;
    font-size: 15px;
    padding-right: 10pt;
    color: #5F5F5F;
}

#menu a:hover, #welcome_menu a:hover {
    color: black;
}

#txtbody {
    position: relative;
    left: 20pt;
    width: 52%;
    padding-bottom: 200px;
    text-align: left;
}

#txtbody p {
    color: rgb(179, 175, 180);
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    font-family: 'ArialMT','Arial','sans-serif';
}

#side {
    position: absolute;
    top: 120pt;
    right: 5pt;
    text-align: center;
}

#sidelinks {
    text-align: left;
    font-size: 14px;
    margin-left: 60px;
    margin-top: -60px;
    line-height: 18px;
}

.page_title {
    font-size: 16px;
    color: #5F5F5F;
    font-weight: bold;
    padding-top: 10px;
    font-variant: small-caps;    
}

.title {
    font-size: 16px;
    color: rgb(179, 175, 180);
    font-weight: bold;
    padding-top: 10px;
    font-variant: small-caps;
}

.subtitle {
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
    color: rgb(179, 175, 180);
    font-style: italic;
    font-weight: normal;
}