#bodydef{
                background-color: #ffffff;
                font-size: 62.5%;
}

#logo {
        position: absolute;
        top: 5px;
        left: 20px;
        width: 115px;
        height: 145px;
        z-index: 3;
}

#intro {
        position: absolute;
        top: 31px;
        left: 136px;
        width: 634px;
        height: 118px;
        background-color: #ffffff;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .4em;
        color: #ffffff;
        font-weight: regular;
        vertical-align: top;
        text-align: left;
        text-decoration: none;
        z-index: 1;
} 

#titleimg {
        position: absolute;
        top: 30px;
        left: 135px;
        width: 635px;
        height: 118px;
        z-index: 3;
}

#slogan {
        position: absolute;
        top: 121px;
        left: 606px;
        width: 160px;
        height: 26px;
        z-index: 4;
}

#navbarimgleft {
                position: absolute;
                top: 150px;
                left: 0px;
                width: 158px;
                height: 600px;
}

#navbarimgtop {
                position: absolute;
                top: 150px;
                left: 150px;
                width: 620px;
                height: 20px;
}

#innercorner {
                position: absolute;
                top: 170px;
                left: 158px;
                width: 20px;
                height: 20px;
}

#currnavlink {
	            top: 0px;
                left: 0px;
                width: 158px;
                background-color: #000000;
}

#navlist {
                position: absolute;
                top: 190px;
                left: 0px;
                width: 158px;
}

#navlist ul {
                margin: 0; /*removes indent IE and Opera*/
                padding: 0; /*removes indent Mozilla and NN7*/
                list-style-type: none; /*turns off display of bullet*/
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
}

#navlist li {
                margin: 0px 0 0;
                text-decoration: none;
}

#navlist a {  display: block; 
                width: 154px; 
                padding: 4px 0px 4px 4px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 1.2em;
                color: #422300; 
                font-weight: bold; 
                text-align: left;
                text-decoration: none;
}

#navlist a:link, #navlist a:visited {
                color: #ffffff;
                text-decoration: none;
}

#navlist a:hover, #navlist a:active {
                background-color: #000000;
                color:#ffffff;
}

#currlink a:link, #currLink a:visited, #currLink a:active {
                background-color: #000000;
                color:#ffffff;
}

#currlink a:hover {
                background-color: #000000;
                color:#ffffff;
}

#content {
        position: absolute;
        top: 180px;
        left: 170px;
        width: 600px;
        background-color: #ffffff;
        display: block;
        height: 705px;
}

