
body{
            margin: 0 auto;
            text-align: center;
            font-family: arial,helvetica,san-serif;
        }
        #wrapper{
            width: 600px;
            text-align: center;
            margin: 0 auto;
            border: solid 1px #00d;
        }
        #header{
            height: 70px;
            background-color: #0cf;
        }
        #title{
            height: 30px;
            background-color: #fff;
        }
        #nav{
            background-color: #1c4070;
            width: 601px;
        }
        #nav ul{
            margin: 0;
            padding: 0;
            list-style: none;
            padding: 10px 0;
            text-align: center;
        }
        #nav ul li{
            color: #fff;
            display: inline;
            padding: 0 30px;
        }
        #nav ul li.selected{
            background-color: #5c82c0;
            padding: 10px 30px;
        }
        #nav a, #nav a:visited{
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }
        #subnav{
            background-color: #5c82c0;
            width: 601px;
        }
        #subnav ul{
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: justify;
        }
        #subnav ul li{
            color: #fff;
            display: inline;
            padding: 7px 3px;
        }
        #subnav a, #subnav a:visited{
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }
        #maincontent{
            background-color: #fff;
            text-align: left;
            padding: 10px 30px;
            font-size: 12px;
        }
        #subfooter{
            height: 20px;
            background-color: #00d;
            text-align: right;
            font-weight: bold;
            font-size: 12px;
            padding: 7px;
        }
        #subfooter a{
            color: #fff;
            text-decoration: none;
        }
        #footer{
            width: 600px;
            text-align: center;
            margin: 0 auto;
        }

