/* Basic elements */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12pt;
}

h1 {
    font-size: 1em;
    text-indent: -9999px;
    width: 960px;
    height: 350px;
    background-image: url(../img/title-mockup.jpg);
}

h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: .3em;
}

p, table, h2 {
    margin-bottom: 20px;
    padding: 0 20px;
}

a {
    color: #174e65;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

form {
    margin: 16px;
}

/* Containers */

#container {
    width: 960px;
    margin: auto;
}

#header {
    height: 350px;
    margin-bottom: 30px;
}

/* Columns */

.col-left, .col-right {
    font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
    color: #3d3d3d;
    line-height: 1.7em;
}

.col-left {
    width: 620px;
    float: left;
    font-size: 1.3em;
}

.box {
    margin: 20px 0;
    padding: 0;
}

.col-right {
    width: 320px;
    float: right;
    margin-bottom: 30px;
}

.col-right img {
    margin-left: 5px;
}

.purchase {
    background: url(../img/purchase-box.jpg) 0 0 no-repeat;
}

.purchase .last {
    background: url(../img/purchase-box.jpg) bottom left no-repeat;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/* Table of contents */

table {
    width: 100%;
}

th {
    text-align: left;
}

td {
    padding-left: 50px;
}

td.page {
    padding-left: 0;
}