*{
            margin: 0px;
            padding:0px;
        }
        body{
            font-family:tahoma;
            font-size:12px;
            width:1000px;
            margin:0px auto;
        }
        #top{
            width:1000px;
            height: 100px;
            background:#09F;
            line-height: 100px;
            text-align:center;
            font-size:16px;
            color:#fff;
        }
        #menu{
            width:1000px;
            height: 35px;
            background: #FF6600;
        }
        #main,#left,#center,#right{
            float: left;
        }
        #left{
            width:200px;
            background: #FFCC00;
            min-height: 400px;
        }
        #center{
            float: left;
            background: #FFFFCC;
            width:600px;
            text-align: center;
            font-size: 25px;
            min-height: 600px;
        }
        #right{
            width:200px;
            background: #FFCC00;
            min-height: 600px;
        }
        #bottom{
            height: 40px;
            background: #000;
            clear: left;
            line-height: 40px;
            text-align:center;
            font-size:16px;
            color:#fff;
        }

#menu ul{
            margin: 0px;
            padding:0px;
            list-style: none;
        }
#menu ul a{
            float: left;
            border-right: 1px solid #fff;
            text-decoration: none;
            line-height: 35px;
            color:#FFF;
            font-size: 14px;
            padding: 0px 25px 0px 25px;
        }
#menu ul a:hover{
            color: #000;
        }

#left ul{
            margin: 0px;
            padding:0px;
            list-style:none;
        }
#left ul a{
            text-decoration:none;
            font-size:14px;
            color: #660000;
            line-height: 28px;
            border-bottom:1px solid #777777;
            display: block;
            padding-left: 5px;
        }
#left ul a:hover{
            background: #CCFF33;
        }