/* CSS Document */

#secondary-navigation #sn-contact {color:#ffcc00;}

h1{
    margin-bottom: 20px;
}
#left-column{
    width: 60%;
    float: left;
}
#right-column{
    width: 35%;
    float: right;
}
table{
    border-spacing: 10px;
    border-collapse: inherit;
}
input[type=text], textarea{
    width: 95%;
}
@media (max-width:700px){
    #left-column, #right-column{
        float: none;
        width: 90%;
        margin: 0 0 20px 0;
        border: 0px solid red;
    }
}