/*
 * arid.css
 * Arid Stylesheet
 * Copyright (C) 2009
 * Packetizer, Inc.
 */

body {
    background: #ffffff url(/images/header_bg.png) repeat-x;    
}

div.container {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

div.header {
    height: 92px;
    display: block;
    font-family: "Times New Roman", times, serif;
}

.dropcap {
    float: left;
    color: #168620;
    font-size: 90px;
    line-height: 70px;
    padding-top: 2px;
    padding-bottom: 10px;
    font-family: "Old English Text MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
