#main{
    background-color:#eceff5;
    padding-bottom: 80px;
}
#column{
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    color: #303030;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#pageName h1{
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#pageName h1 iframe{
    margin-left: 20px;
}
#column h2{
    margin-bottom: 5px;
    font-size: 18px;
}
#column h3{
    font-size: 14px;
    padding-top: 5px;
}
.section{
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.section.last{
    border-bottom: none;
}
#column .divider{
    border: none;
}