html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#container {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

#header {
    background-color: #ff9900;
    padding: 0px;
    width: 100%;
    height: 302px;
    border-bottom: white solid 40px;
}

#body {
    padding-top: 23px;
    padding-bottom: 20px;
    /* Height of the footer */
    width: 100%;
    background-image: url("bgt.png");
    background-position-y: -1px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

#footer {
    width: 100%;
    background-color: #ff9900;
    position: relative;
}

.box {
    height: 560px;
    width: 340px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: bottom;
}

a,
a:hover,
a:visited,
a:active,
img {
    border: none;
    text-decoration: none;
    outline: none;
}

.picbox {
    height: 460px;
}

.pic {
    height: 420px;
    border: 0;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.desc {
    background-color: white;
    border: 1px solid black;
    color: black;
    font-family: Courier, monospace;
    font-size: 12pt;
    height: 55px;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    width: 180px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #000;
    -moz-box-shadow: 1px 2px 2px #000;
    -webkit-box-shadow: 1px 2px 2px #000;
    margin-top: 2px;
    line-height: 125%;
    letter-spacing: -1px;
    position: relative;
}

.descmask {
    background-color: #006600;
    color: white;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    height: 100%;
    width: 0%;
    text-align: center;
    color: white;
    font-size: 4em;
    line-height: 1em;
    overflow: hidden;
}

.ppb {
    background-color: yellow;
    display: inline-block;
    float: right;
    margin-right: -5px;
    margin-top: -5px;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    font-weight: bold;
    font-family: helvetica;
    line-height: 100%;
}

.shadow {
    margin-top: -25px;
    overflow: hidden;
    margin-bottom: -5px;
    height: 30px;
}

.itemslist {
    width: 1100px;
    margin: 0 auto;
}

#columns {
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    font-family: helvetica;
    color: white;
}

.col {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 auto;
    width: 350px;
    border: 0px black solid;
    text-align: left;
    vertical-align: top;
    padding: 0 5px;
}

#col1 {
    width: 300px;
    padding: 0 24px;
}

#col2 {
    width: 390px;
    margin-left: 20px;
}

#col2 ul {
    padding-left: 5px;
}

#col3 {
    width: 300px;
    text-align: center;
}

.colhead {
    font-size: x-large;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.contact {
    height: 75px;
}

.contact:hover {
    box-shadow: 0px 0px 40px #fff;
    -moz-box-shadow: 0px 0px 40px #fff;
    -webkit-box-shadow: 0px 0px 40px #fff;
}

@media screen and (min-width: 0px) {
    .itemslist {
        width: 350px;
    }
    #columns {
        width: 350px;
    }
    #col2 {
        margin: 0 auto;
    }
}

@media screen and (min-width: 680px) and (max-width: 1020px) {
    .itemslist {
        width: 690px;
    }
    #columns {
        width: 760px;
    }
    #updatecol {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin-right: 75px;
        margin-left: -50px;
    }
    #connectcol {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }
    #col3 {
        width: 700px;
    }
}

@media screen and (min-width: 1020px) {
    .itemslist {
        width: 1030px;
    }
    #columns {
        width: 1100px;
    }
}

@media screen and (min-width: 1360px) {
    .itemslist {
        width: 1375px;
    }
    #columns {
        width: 1375px;
    }
}