
* {
    margin: 0;
    padding: 0;
}

body {
    background: #f6fbec url("../img/background.jpg") top left repeat-x;
    font-family: Bitstream Vera Sans, Arial, Sans, sans-serif;
    text-align: center;
}

#page {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 855px;
}

#header {
    background: #30901f url("../img/header-bg.jpg") top left repeat-y;
    border: 1px solid #2a821a;
    border-bottom: none;
    width: 855px;
}

#header #logo {
    padding: 5px;
}

#menu {
    background: #fff url("../img/menu-bg.jpg") top left repeat-x;
    border-left: 1px solid #2a821a;
    border-right: 1px solid #2a821a;
    height: 29px;
    width: 855px;
}

#menu a img {
    border: none;
}

#main {
    background: #fff;
    border: 1px solid #2a821a;
    border-top: none;
    color: #0f4a05;
    font-size: 10pt;
    padding-top: 20px;
    width: 855px;
}

#splash {
    background: #fff url("../img/splash-center.jpg") top left repeat-x;
    height: 286px;
    margin: 0 15px 20px 15px;
}

#splashImg {
    background:  url("../img/splash-right.jpg") top right no-repeat;
    float: right;
    padding: 20px;
}

#splashText {
    background: url("../img/splash-left.jpg") top left no-repeat;
    height: 286px;
}

#copyright {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 8pt;
}

h2 {
    font-family: Bitstream Vera Serif, Bookman Old Style, Times New Roman, Times, serif;
    font-size: 12pt;
    margin-bottom: 15px;
    padding-left: 20px;
}

h3 {
    padding-left: 20px;
    margin-bottom: 15px;
}

#splashText {
    padding-top: 20px;
}

p {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
}

.maintable {
    margin-left: 15px;
		margin-bottom: 15px;
}

.maintable td {
    vertical-align: top;
}

p#address {
    margin-left: 20px;
}

.date {
    color: #c8a51e;
    font-weight: bold;
}


