#articleleft {
    float: left;
    width: 700px;
    background: url(../images/dot.gif);
    background-position: top right;
    background-repeat: repeat-y;
    padding: 0 10px 0 0;
}

#articleleft img{
    float: left;
    padding: 5px;
    margin: 0 10px 5px 0;
    border: 1px #999 solid;
}

#articleleft p {
    line-height: 150%;
    text-align: justify;
    margin: 0px;
}

#articleleft li{
    line-height: 150%;
}

#articleleft a{
    color: #333;
}

#articleleft #board{
    border: 1px #999 solid;
    background-color: lightyellow;
    padding: 15px;
    width: 250px;
    float: right;
    margin: 10px;
}

#articleleft #board h1{
    font-size: 12px;
    margin: 0px;
}

#articleright {
    float: left;
    width: 270px;
    padding: 0 0 0 10px;
    margin: 10px 0 0 10px;
}


#articleright h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 4px;
    background-color: #CCC;
}

#articleright h2 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#articleright img{
    padding: 5px;
    float: left;
    border: 1px #999 solid;
    margin: 0 10px 5px 0;
}

#articleright a{
    text-decoration: none;
    color: #333
}

#articleright a:hover{
    text-decoration: underline;
}

#articlemiddle {
    width: 250px;
    float: right;
    margin: 10px 10px 10px 20px;;
}


#articlelist img{
    float: left;
}

#articlelist #articleentry{
    width: 46%;
    height: 150px;
    overflow: hidden;
    float:left;
    margin: 0 2% 0 0;
}

#articlelist a{
    text-decoration: none;
}

#articlelist a:hover{
    color: #CC0000;
}

