body {
    background: #2a1500;
    /* background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center; */
    color: #E0E0E0;
    max-width: 65em;
    min-width: 65em;
}

a {
    color: white;
}

h3 {
    margin-top: 15px;
}

div.section1 {
    margin: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 12em;
    background-color: black;
    padding-right: 15px;
}

img.leftie1 {
    float: left;
    height: 100%;
}

div.section2 {
    margin: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 28em;
    background-color: black;
    padding-left: 15px;
}

img.leftie2 {
    float: right;
    height: 100%;
}


div.section3 {
    margin: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 12em;
    background-color: black;
    padding-right: 15px;
}

img.leftie3 {
    float: left;
    height: 100%;
}

div.section4 {
    margin: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 12em;
    background-color: black;
    padding-left: 15px;
}

img.leftie4 {
    float: right;
    height: 100%;
}

div.bigsection {
    margin: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: black;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

div.gbmessage {
    margin-top: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-style: dashed none;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: white;
    background-color: #000020;
}

div.gbmsghead {
	
}

div.gbmsgmain {
    padding-left: 1.5em;
    padding-top: 0.5em;
    font-family: arial,sans-serif;
}

span.gbbold {
    font-weight: bold;	
}

span.gbitalic {
    font-style: italic;
}

span.gbunderline {
    text-decoration: underline;
}

div.gbquote {
    font-size: smaller;
    border-style: none solid;
    border-left-width: 1px;
    border-right-width: 0px;
    border-color: white;
    padding-left: 3px;
    padding-top: 1em;
    padding-bottom: 1em;
}

span.gbquotehead {
	font-style: italic;
}

input,textarea {
    background: #000020;
    color: white;
}

