html, body
{
    background: #e9e9e9;
    font-family: Arial;
    color: #4b4b4b;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#container
{
    position: relative;
    background: white;
    text-align: justify;
    margin: 15px auto 0px auto;
    width: 800px;
    min-height: 750px;
    border-left: 1px solid #4b4b4b;
    border-right: 3px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    border-bottom: 3px solid #4b4b4b;
}

#banner
{
    background: white;
    text-align: center;
    margin-top: 30px;
}

#left
{
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

#right
{
    margin-left: 370px;
    margin-top: 20px;
}

#contents
{
    background: white;
    font-size: 96%;
    margin: 0px 50px 50px 50px;
}

#nav ul { white-space: nowrap; }

#nav li { list-style-type: square; }

a
{
    text-decoration: none;
    color: #394087;
}

a:hover { color: #999ed0; border-bottom: none; }
a#live { color: #999ed0; }
.dottedlink { border-bottom: 1px dotted #394087; }

#news
{
    border: 1px dashed #4b4b4b;
    padding: 10px;
    background: #dbdcf8;
}

#floatright
{
    float: right;
    margin: 40px 0px 0px 30px;
}

.list { list-style-type: circle; }

#numbers { margin-left: 190px; }

#dashedbox
{
    text-align: center;
    border: 1px dashed #4b4b4b;
    padding: 5px;
    background: #dbdcf8;
}

#confirm
{
    color: green;
    text-align: center;
}

#form_errors
{
    color: red;
    margin-bottom: 20px;
}

#address
{
    float: right;
    margin: 40px 60px 0px 0px;
}
#address p { margin: 0px; }

legend
{
    color: #394087;
    border: 1px solid #4b4b4b;
    padding: 5px;
    background: #d9d9d9;
}

fieldset { width: 330px; }

#name1_img { margin-left: 165px; }
#name2_img { margin-left: 172px; }
#email_img { margin-left: 195px; }

#forename, #surname, #email, #subject
{
    position: absolute;
    left: 140px;
}

#footer
{
    text-align: center;
    font-size: 80%;
    color: black;
}

#footer p { padding-bottom: 15px; }

.clear { clear: both; }