html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    color: #636466;
}

a:link, a:visited {
    color: #99B2E5;
}

a img {
    border: 0;
}

#header {
    height: 190px;
    background-image: url('/img/logo.jpg');
    background-repeat: no-repeat;
    width: 1200px;
    min-width: 100%;
}

#menu {
    color: #FF0000;
    bottom: 0;
    font-size: 10pt;
    padding-top: 130px;
    padding-left: 470px;
}

#menu a {
    margin: 20px;
    text-decoration: none;
}

#home {
    background-image: url('/img/home.jpg');
    background-repeat: no-repeat;
    height: 626px;
    width: 1327px;
    font-size: 10pt;
}

#home #blurb {
    padding-top: 40px;
    margin-right: 630px;
    text-align: center;
    line-height: 2em;
}

#home #summary {
    margin-top: 25px;
    margin-left: 90px;
    text-align: center;
    line-height: 1.2em;
}

#contact {
    background-image:
 url('/img/contact.jpg');
    background-repeat: no-repeat;
    height: 387px;
    width: 1200px;
}

#contact p {
    text-align: left;
    padding-left: 600px;
    padding-top: 80px;
}

#cards {
    background-image: url('/img/cards_background.jpg');
    background-repeat: no-repeat;
    height: 487px;
    width: 1200px;
}

#cards #copy {
    text-align: center;
    margin-left: 580px;
    padding-top: 65px;
    font-size: 9pt;
}

#cards img {
    margin: 5px;
}

#cards #pen {
    margin-left: 70px;
}

#cards #gallery {
    margin-top: 10px;
    margin-left: 650px;
}

#stockists, #aboutus, #links {
    text-align: center;
    width: 15em;
    margin: 5em auto 300px auto;
}

#stockists {
    width: 425px;
}

#links {
    line-height: 3em;
    margin-bottom: 100px;
}

#links img {
    margin-top: 5em;
}

.banner {
    margin-top: 100px;
    margin-bottom: 100px;
    height: 130px;
    width: 100%;
    background-image: url('/img/banner2.jpg');
}

#placeholder {
    text-align: center;
    margin: auto;
    background-image: url('/img/placeholder.jpg');
    background-repeat: no-repeat;
    height: 308px;
    width: 648px;
    margin-top: 200px;
    padding-top: 130px;
}

.red, .orange, .green, .blue, .dblue, .lgreen, .purple {
    font-size: 14pt;
    font-weight: 1.2em;
}

.red {
    color: #ed1c24;
}

.orange {
    color: #f2511b;
}

.green {
    color: #80cc28;
}

.blue {
    color: #8cd9e3;
}

.dblue {
    color: #564ca9;
}

.lgreen { 
    color: #c0df14;
}

.purple {
    color: #8d188f;
}
