body {
    background: none;
}

#container {
    border: 1px solid #444444;
    margin: 10px;
    width: 6.5in;
    float: left;
}

#header {
    float: left;
    height: .5in;
}

#header:after {
    content: 'Bird River Bible Camp';
    font-size: 24pt;
    font-weight: bold;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-serif;
    padding-left: 100px;
    letter-spacing: .1em;
}

#content {
       float: left;
       width: 100%;
}

#sidebar {
    display: none;
}

#nav {
    display: none;
}

#body {
    float: left;
    padding: 0 20px;
}

#col1 {
    float: left;
    margin: 5px;
}

#colHead {
    display: none;
}

/* First Letter for the paragraphs held within the first column */
#colBody p:first-letter {
    font-size: 12pt;
    font-weight: bold;
}

#colFoot {
    float: left;
}

#pageImage {
    display: none;
}

img {
    display: none;        
}

#footer {
    float: left;
}

h1 {
    border-bottom: 1px dotted #888888;
    width: 100%;
    text-align: center;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    font-variant: small-caps;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

p {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-serif;
    font-size: 8pt;
}