
        body
        {
                margin: 0;
                padding: 0;
                font: 85% arial, hevetica, sans-serif;
                text-align: center;
                color: #FFFFFF;
                background-color: #000000;
        }

        #container
        {
                margin: 1em auto;
                width: 760px;
                text-align: left;
                background-color: black;
                border: 1px solid white;
        }

        #header
        {
                height: 506px;
                background-color: black;

        }


        #mainnav
        {
                height: 15px;
                background-color: black;
                padding: 5px;

         }

         #mainnav2
        {       width:758px;
                height: 100px;
                background-color: black;
                border-top: 1px solid white;
                border-bottom: 1px solid white;

         }

        #menu
        {
                float: right;
                width: 240px;
                height: 522px;
                background-color: black;
                padding-top: 2px;


        }

        #contents
        {
                margin-right: 250px;
                margin-left: 10px;
                height: 522px;
                background-color: black;
                border-right: 1px solid white;
                padding-top: 5px;
        }

        #footer
        {
                clear: both;
                height: 100px;
                background-color: black;
                border-top: 1px solid white;
        }

