html {
    height: 101%;
    padding: 0;
}

BODY {
        margin: 0px;
        padding: 0px;
        background: #ffffff url(../images/pbgr.gif) repeat-x top left;
        color: #444444;
}

#header
{
        width: 100%;
        background: #FF0001 url(../images/phdr.gif) no-repeat center 16px;
        height: 60px;
}

#logo
{
        border-top: 2px solid #C78B60;
        border-bottom: 2px solid #C78B60;
        width: 100%;
        height: 300px;
        background: #FF0001 url(../images/plg.jpg) no-repeat top center;
}

#wrap {
                margin: 0 auto;
                width: 1200px;
        z-index : 100;
        margin-top: -22px;
}

#nav {
        float: left;

        width: 178px;
        padding: 10px 20px;
        border: 1px solid #dddddd;
        background-color: #f5f5f5;
        margin-right: 20px;
        z-index: 10000 !important;
}

#nav a, #nav p {
        display: block;
        color: #444444;
        text-decoration: none;
        padding: 4px 0px;
        border-bottom: 1px solid #dddddd;
        margin: 0px;
}

#nav a:hover {
        color: #FF0001;
}


#nav a.topic {
        padding-left: 20px;
}

#nav a.subtopic {
        padding-left: 40px;
}

#nav h2 {
        padding: 0px;
        margin: 16px 0px 6px 0px;
        font-size: 110%;
        font-weight: bold;
}


#content {
        float: left;
        width: 650px;
        padding: 20px ;
        margin-top: 20px;
}

#sidebar {
        float: right;
        width: 250px;
        padding: 40px 0px 20px 0;
        margin-top: 20px;
}

#bottom {
        width: 100%;
        height: 40px;
        clear: both;
}

form.search {
        margin: 0px;
        padding: 0px;
}

form.search input {
        vertical-align : middle;
}

input.search {
        width: 145px;
        border: 1px solid #dddddd;
}

#eyecatcherwrap {
        width: 100%;
        height: 300px;
        background: #FF0001 url(../images/plg.jpg) no-repeat top center;
}

#eyecatchercontainer {
        width: 1200px;
        margin: 0 auto;
}

#eyecatcher {
        width: 1200px;
        height: 300px;
        position: relative;
        overflow: hidden;
}

#eyecatcher div {
        width: 20px;
        display: none;
        height: 300px;
        position: absolute;
        z-index: 2;
}

#eyecatcher img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
}