body
{
    text-align: center;
    font-size: 11px;
    font-family: Arial;
}
#root
{
    width:983px;
    height: 111px;
    margin: 0px auto;
    text-align: left;
    color: #000000;
    
}
#root a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#root a:hover
{
    color: #FF0000;
}
#head
{
    width: 982px;
	border: 1px solid #000000;
	text-align: center;
    height:110px;
    margin: 0px;
}
.navi_left
{
    width: 82px;
    float: left;
    border: 1px solid #FF0000;
    padding: 5px;
}
.content_left
{
    width: 857px;
    float: left;
   
    padding: 10px;
    margin-left: 8px;
}
.content_right
{
    width: 380px;
    float: right;
    border: 1px solid #FF0000;
    padding: 10px;
}

