* {
    margin:0px;
    padding:0px;
    text-align: left;
    text-indent: 10px;
}

body {
    width:1000px;
    margin:0 auto;
}

div.header {
    width:1000px;
    height:100px;    
}

div.right {
    width:690px;
    float:left;
    margin-left:5px;
    margin-top:5px;
}

div.left {
    width:300px;
    float:left;
    margin-top:5px;
}

div.left_header {  
    height:25px;  
    font-weight:bold;
    background:#ff0000;
    color:#fff600;
}

div.left_container {
    background: #e0e0e0;
}

div.right_header {
    width:690px;
    height:25px;  
    font-weight:bold;
    background:#ff0000;
    color:#fff600;    
}

div.right_container {
    background: #e0e0e0;
}

div.item {
    width:345px;
    height:25px;
    float:left;
    background: #e0e0e0;
}

div.district {
    width:100px;
}

