body {
        font-family: arial, georgia, sans-serif;
        font-size: 12px;
        background-color: #f8f8b2;
        background-image: url("images/bg.jpg");
        background-position: center center;
        background-repeat: repeat-y;
}

a:link, a:visited, a:active {
        color: #800000;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

h1 {
        font-size: 30px;
        margin: 0px;
}

h2 {
        font-size: 18px;
}

h3 {
        font-size: 14px;
}

a img {
        border: none;
}

th {
        text-align: left;
}

td {
        font-size: 12px;
}

input, textarea {
        width: 180px;
}

#content {
        width: 780px;
        margin-left: auto;
        margin-right: auto;
        border: solid 3px #800000;
        background-color: #fff;
        background-image: url("images/mainbg.jpg");
        background-repeat: repeat-x;
        background-position: 0px 290px;
}

#header {
        background-image: url("images/header.jpg");
        height: 234px;
}

#navigation {
        background-color: #800000;
        padding: 5px;
        margin: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
}

#navigation a {
        color: #fff;
}

#navigation li {
        display: inline;
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
}

#leftcolumn {
        float: left;
}

#maintop {
        background-image: url("images/maintop.jpg");
        background-repeat: no-repeat;
        margin-top: 15px;
        width: 512px;
        height: 4px;
        margin-left: 5px;
        margin-right: 5px;
}

#maintopwide {
        background-image: url("images/maintopwide.jpg");
        background-repeat: no-repeat;
        margin-top: 15px;
        width: 762px;
        height: 4px;
        margin-left: auto;
        margin-right: auto;
}

#main, #mainwide {
        width: 500px;
        min-height: 508px;
        margin: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 5px;
        border-left: solid 1px #800000;
        border-right: solid 1px #800000;
        background-color: #f8f8b2;
}

#mainwide {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#mainwide h1 {
        text-align: left;
}

#mainbottom {
        background-image: url("images/mainbottom.jpg");
        background-repeat: no-repeat;
        margin-bottom: 15px;
        width: 512px;
        height: 4px;
        margin-left: 5px;
        margin-right: 5px;
}

#mainbottomwide {
        background-image: url("images/mainbottomwide.jpg");
        background-repeat: no-repeat;
        margin-bottom: 15px;
        width: 762px;
        height: 4px;
        margin-left: auto;
        margin-right: auto;
}

#rightcolumn {
        float: right;
        width: 250px;
        margin: 5px;
        margin-top: 15px;
        margin-left: 0px;
}

#rightcolumn img {
        margin-bottom: 10px;
}

.email {
        vertical-align: bottom;
}

.testimonial {
        text-align: left;
}

.testimonialImages img {
        margin: 0 5px 0 5px;
}

#footer {
        clear: both;
        text-align: center;
        font-size: 10px;
        padding: 5px;
        background-color: #800000;
        color: #fff;
        margin-bottom: 5px;
}

#footer a {
        color: #fff;
}
