body {
    margin: 0;
    padding: 1em;
    text-align: center;
    background: #a9b37d url('imgs/body.jpg');
    background-repeat: no-repeat;
}

#wrapper {
    text-align: left;
    height: 2%;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background: #fff4db;
    border: 1px solid gray;
}

#header {
    background: url('imgs/header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 208px;
    margin: 0;
    padding: 0.5em 0.5em 0 0.5em;
    border: none;
    color:  white;
    font-family: "Century Gothic";
    font-size: 0.8em;
}

#nav {
    margin: 0;
    padding: 0.3em;
    background: #dfcfb0;
    border-bottom: 1px solid #ecd9dc;
    font-weight: bold;
    text-align: center;
    font-size: 0.85em;
    color: #1e0f11;
}

#nav p {
    margin: 0;
    padding: 0;
}

#nav p a {
    color: #1e0f11;
}

#nav p a:hover {
    color: blue;
}

h1 {
    font-size: 1.6em;
    font-family: "Times New Roman";
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 1.3em;
    font-family: "Times New Roman";
    margin: 0;
    padding: 0;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 1.1em;
    margin: 1em 0 -0.5em 0;
    padding: 0;
}

#content {
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    color: #5a1721;
    font-family: "Arial";
}

.floatright {
    float: right;
    margin: 0 0 1em 1em;
    padding: 0;
    text-decoration: none;
    text-align: center !important;
    font-size: 0.7em;
}

.floatright img {
    border: 1px solid #700d17;
}

.clear {
    clear: both;
    height: 1px;
}

.middlepics {
    text-decoration: none;
    text-align: center !important;
    font-size: 0.7em;
    margin: 0 auto;
    width: 650px;
}

.middlepics a {
    text-decoration: none;
    float: left;
    margin: 0 1em 0 1em;
}

.middlepics img {
    border: 1px solid #700d17;
}

ul.links li {
    margin-top: 1em;
}

/* FORM */

form fieldset {
padding: 0.5em;
border: 1px ridge #b8ca62;
margin-top: 1em;
}

form legend {
font-family: "Times New Roman", serif;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 0.05em;
padding: 0 0.5em 0 0.5em;
color: #005b2e;
}

form p {
margin-top: 1.2em !IMPORTANT;
margin-left:0 !important;
padding-left:0 !important;
}

form p.formintro {
font-size: 0.9em;
text-align: center;
font-weight: bold;
margin-bottom: 10px !important;
padding-bottom: 0;
}

form label {
font-weight: bold;
font-size: 0.8em;
}

form input {
width: 160px;
}

form select {
width: 160px;
}

form p.submit input {
width: 100px;
}

form p.submit {
text-align: center;
padding-top: 1.5em;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
width: 100%;
}

form label.tidy {
display: block;
width: 160px;
float: left;
text-align: left;
margin-right: 1em;
}

form textarea {
margin-top: 0.5em;
width: 98%;
}

.details, .holiday {
    width: 350px;
    height: 200px;
    float: left;
}