body{
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
em {
    font-style: italic;
}
a {
    color: #ff0033;
    text-decoration: underline;
}
h1 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
}
h2 a {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 3px;
    margin: 0 -5px;
}
h2 a:hover {
    background-color: #aaa;
}
#content {
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 960px;
    z-index: 90;
    overflow: hidden;
}
.box {
    float: left;
    margin: 22px 12px 12px;
    position: relative;
    width: 406px;
}
.box-int {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff)";
    overflow: hidden;
    padding: 15px 25px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 25px;
}
#logo {
    display: block;
    margin-left: 284px;
}
