#head, #navigation, #subhead, #content, #foot {
    width: 950px;
}
#subhead {
/*    background: url('../img/lead-image.png') no-repeat right top;*/
    padding-bottom: 10px;
    min-width: 1000px;
}
#content {
    padding-top: 0;
}
#main-grid {
    float: left;
    width: 100%;
    background: #ecefd1 url('../img/column-background.png') repeat-x top;
}
#col-background {
    float: left;
    width: 100%;
    background: #ebebeb url('../img/content-background.png') repeat-x top;
    position: relative;
    right: 300px;
}
#col-adjust {
    float: left;
    width: 100%;
    position: relative;
    left: 300px;
    padding-top: 1em;
}
.side-col {
    font-size: 12px;
}
.side-block-header {
    background: #c3c99f url('../img/column-header-background.png') repeat-x top;
    border: 1px solid #999;
    margin-bottom: 10px;
    color:#963;
    text-align: center;
}
.side-block-header-wrap {
    border: 1px solid #ecefd1;
    padding: 10px 5px;
}
.side-block-header h4 {
    font-family: Calibri, Tahoma, 'Droid Sans', 'DejaVu Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#rate {
    font-weight: normal;
}
.calc-2 label {
    display: block;
    height: 20px;
    line-height: 20px;
}
.grid {
    margin-bottom: 20px;
}
#tips {
    margin-bottom: 20px;
}
.thumb {
    background: #d2d2d2;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px;
    font-size: 11px;
}
.main-row h2, .main-row h3 {
    color: #363;
    border-bottom: 1px dotted #caa;
    padding: 10px 0;
}
.main-row h6 {
    color: #963;
    margin: 5px 0;
    text-transform: uppercase;
}
em {
    font-style: normal;
    color: #999;
    vertical-align: middle;
}
#tips p {
    line-height: 1.2;
    font-size: 14px;
    margin: 0;
}
.side-col #calc-instruction {
    margin-bottom: 1px;
    line-height: 1.1;
}
#calc-img {
    text-align: center;
}

/* main grid */
#main-grid {margin-bottom: 0}
.main-row {clear: both}
.main-row .last {margin-right: 0}
.main-col, .side-col {float: left; margin-right: 20px}
.main-col {width: 640px}
.side-col {width: 280px}

/* tips grid */
.row {clear: both}
.row .last {margin-right: 0}
.tip-1 {float: left; margin-right: 10px; margin-bottom: 5px}
.tip-1 {width: 206.66666666667px}

/* overly-verbose-useless-blurb grid */
.tldr-4, .tldr-12 {float: left; margin-right: 2%; margin-bottom: 1%}
.tldr-4 {width: 23.5%}
.tldr-12 {width: 74.5%}

/* calc grid */
#calc-info, .row {clear: both}
#calc-info .last, .row .last {margin-right: 0}
#calc-img, #calc-instruction, .calc-3, .calc-2, .calc-10 {float: left; margin-right: 10px; margin-bottom: 5px}
#calc-img {width: 62.5px}
#calc-instruction {width: 207.5px}
.calc-3 {width: 62.5px}
.calc-2 {width: 38.333333333333px}
.calc-10 {width: 231.66666666667px}

/* phone grid */
.number {clear: both}
.number .last {margin-right: 0}
.phone-1 {float: left; margin-right: 3%; margin-bottom: 10px}
.phone-1 {width: 48.5%}

/* ausphone */
#subhead > .grid {margin-bottom: 0}
.subhead-1 {width: 50%}
#ausphone-wrap {width: 49.9%; background: url(../img/phones/ausphone.png) top left no-repeat}
.subhead-1, #ausphone-wrap {float: left; margin-right: 0%; margin-bottom: 0%}
/* ausphone thumbs */
.phonethumb-1 {width: 23.5%; text-align: center}
.phonethumb-1, .phonethumb-1, .phonethumb-1, .phonethumb-1 {float: left; margin-right: 2%; margin-bottom: 0%}

#flash-ad-container {
    display: inline-block; 
    position: relative;
    background: #dedede; 
    margin: 5px; 
    padding: 10px;
    -moz-box-shadow: 2px 5px 15px #999;
    -webkit-box-shadow: 2px 5px 15px #999;
    box-shadow: 2px 5px 15px #999;
    border: 1px solid #c0c0c0;
}
#ad-diversify {
    z-index: 1;
}
#flash-ad-link {
    display: block;
    position: Absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

