

.primary {
    width: 600px;   
    float: left;
}

.preamble {
    margin-bottom: 40px;
    font: 16px Georgia;
/*    font-style: italic;*/
    line-height: 23px;
}

.blueprints {
    overflow: hidden;
    margin-bottom: 40px;
}
.blueprints li a {
    display: block;
    float: left;
    width: 70px;
    height: 120px;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid #ccc;
}


.secondary {
    width: 330px;
    float: right;
}
.secondary .map {
    margin-bottom: 30px;
    overflow: hidden;
}
.secondary .map .canvas {
    height: 220px;
    margin-bottom: 20px;
    border: 1px solid #999;
}

.secondary .address {
    float: left;
    margin-right: 60px;
}
.secondary .open_hours {
    float: left;
}

.imagetext {
    text-align: center;
    line-height: 40px;
}
.hidden div {
    display: inline-block;
}
