#twoboxes {
    margin: 20px 0 0 0;
}

#twoboxes h1 {
    padding: 3px;
    margin: 0px;
    background: #003366;
    color: #FFF;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

#twoboxes h2 {
    font-size: 14px;
    font-family: Trebuchet MS;
    font-weight: bold;
}

#leftbox {
    border: 1px #CCC solid;
    float: left;
    width: 305px;
    height: 520px;
    padding: 10px;
    font-size: 10px;
}

#leftbox img {
    float: left;
}

#rightbox {
    border: 1px #CCC solid;
    float: right;
    width: 305px;
    height: 520px;
    padding: 10px;
}

.image {
    float: left;
    margin: 15px 10px 10px 0;
}

.description a{
    text-decoration: none;
    line-height: 100%;
}


.intro td {
    vertical-align: top;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.intro a {
    text-decoration: none;
}

.intro b a {
    color: #003366;
}

.intro .more {
    text-align: right;
    display: block;
    color: #9D0C0C;
}

.intro .more a{
    color: #9D0C0C;
}

.intro .more a:hover{
    text-decoration: underline;
}

