body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    font-family: Verdana, Helvitica, Arial, sans-serif;
}

h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.4em;
}

h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.2em;
}

p {
    font-size: 0.9em;
}

a {
    color: orange;
    text-decoration: none;
}
a:link    {
    /* nothing special */
}
a:visited {
    /* nothing special */
}
a:hover   {
    text-decoration: underline;
}
a:active  {
    color: black;
}

.accent-bl {
    display: inline;
    color: black;
}
.accent-or {
    display: inline;
    color: orange;
}

#offset {
    margin-bottom: -313px;
    background: white;
    width: 1px;
    height: 50%;
    float: left;
}

#container {
    clear: left;
    width: 825px;
    height: 625px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background: white url('background.jpg') no-repeat scroll;
}

#content {
    margin: 0;
    padding: 50px 90px 10px 90px;
}

#leftcol {
    float: left;
    width: 200px;
}

#maincol {
    width: 400px;
    height: 545px;
    margin-left: 240px;
}

#footer {
    clear: both;
    width: 640px;
    color: #ddd;
    text-align: center;
    font-size: 0.5em;
    font-style: italic;
}

#leftcol a {
    font-size: 16px;
}
#leftcol a:hover {
    text-decoration: none;
}

#leftcol img {
    border: none;
}

#leftcol h1 {
    width: 180px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: center;
}

#maincol h2 {
    padding-top: 0.8em;
}

p.formerror {
    color: orange;
    font-size: 0.8em;
    padding-bottom: 0.2em;
}

.field {
    float: left;
    width: 100px;
}

.section {
    padding-bottom: 5px;
}

.section textarea, .section input {
    width: 250px;
}

.submit input {
    margin-left: 100px;
}

.submit .notice {
    font-size: 0.7em;
    font-style: italic;
}
