#contentfront h2{
    background: url(../images/learndutch.gif) no-repeat;
    color: #ca0000;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 10px 0 0 0;
    position: relative;
    text-indent:-9000px;  
    width: 236px; 
}

p{
/*    text-align: justify; */
/*    width: 555px; */
}

#boxes{
    float: left;
    clear: left;
    width: 100%;
}

.box{
    background: url(../images/boxbg.gif) no-repeat bottom;
    color: #5c4d4d;
    float: left;
    margin: 10px;
    width: 160px;
    padding: 0 0 5px 0;
    height: 200px; /* Add about 20px for each list item added to make the FIRST row boxes a uniform height*/
    min-height: 200px; /* This should be the same as the number above */
}

#boxes > .box{
    height: auto;
}

.row2{
    min-height: 270px; /* Add about 20px for each list item added to make the SECOND row boxes a uniform height*/
    height: 270px; /* This should be the same as the number above */
}

.clear{
    clear: left;
}

.box h3{
    background: url(../images/boxtitlebg.gif) no-repeat bottom right;
    color: #232323;
    float: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 6px 8px;
    width: 144px;
}

#boxes .row2 h3{
    padding: 8px 8px 8px 8px;
}

.box h3 span{
    color: #939393;
}
.box img{
    float: left;
}

.box ul, .box dl{
    clear: left;
    float: left;
    font-size: 1.00em;
    margin: 2px 0 0 0;
}

.box li{
/*   background: url(../images/navlineonbox.gif) no-repeat bottom right; */
    list-style: none; 
    clear: left;
    float: left;
    padding: 2px 2px 2px 2px;
    width: 140px;
}

.box dl ul{
    margin: 0;
}

.box dd{
    width: 160px;
}

.box dt{
    padding: 2px 0 2px 2px;
    margin: 0;
    width: 145px;
}

.box dd ul li{
    padding: 2px 5px 2px 2px;
    width: 130px;
}

#toplogo{
    margin-top: 40px;
}

.logo{
    float: left;
    margin: 5px 0 5px 40px;
}


