div#tormek {
    background-color: #002666;
    float: right;
    color: white;
    width: 200px;
}
div#tormek h2 {
    color: #FFCC33;
    font-size: 108%;
    font-weight: bold;
}
div#jet-lathe {
    float: right;
    width: 250px;
    border: 1px solid black;
    margin: 0 10px 10px 5px;
    font-size: 93%;
}
div#jet-lathe h2 {
    color: #9F2D20;
    font-weight: bold;
    text-align: center;
}
div#jet-lathe li {
    font-weight: bold;
}
div#jet-lathe img {
    display: block;
    margin: 0 auto;
}
div.spec {
    float: right;
    width: 200px;
    border: 1px solid black;
    margin-bottom: .5em;
}
div.spec h2 {
    text-align: center;
    color: #9F2D20;
}