#sect_main {
    width: 100%;
}

#sect_logo {
    position: relative;
    height: 550px;
    border-top: 1px;
    border-bottom: 1px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    border-color: #766a40;
    float: left;
    padding-right: 30px;
    z-index: 1;
}

#sect_content {
    position: relative;
    height: 550px;
    border-top: 1px;
    border-bottom: 1px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    border-color: #766a40;
}

#sect_content h1 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 11px;
}

#sect_content h2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 11px;
}

#sect_content p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-top: 11px;
    margin-bottom: 11px;
}

#sect_content ul {
    list-style: disc url(images/diamond-brown.gif) inside;
}

#sect_content li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
}

#sect_nav {
    position: relative;
    right: 0px;
    top: 0px;
    float: right;
}

#sect_copyright p {
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    margin-top: 7px;
}

img {
    border-style: none;
}

