/* GENERAL CSS */


/* BASE */
html, body {
    height: 100%;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    color: #2c2c2c;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.2em;
    /*word-spacing: 2px;*/
    /*
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Courier New', Courier, monospace;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-family: 'Lucida Console', Monaco, monospace;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-family: Tahoma, Geneva, sans-serif;
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-family: Verdana, Geneva, sans-serif;
    font-family: 'MS Sans Serif', Geneva, sans-serif;
    */
    /*overflow: hidden;*/
}
form {
    /*font-family: 'Lucida Console', Monaco, monospace;*/
}
root {
    display: block;
}


/* PAGE - Full Height */
body {
    text-align: center;
}
div#page {
    position: relative;
    min-height: 100%; /* full height */
    width: 730px; /* content width */
    margin: 0px auto;
    text-align: left;
}
* html div#page {
    height: 100%; /* full height ie */
}


/* CONTENT */
div#content {
    position: relative;
    padding-bottom: 40px; /* footer + margin */
}
div#footer {
    position: relative;
    height: 30px;
    width: 730px; /* content width */
    margin: 0px auto;
    margin-top: -30px;
    text-align: right;
}

.center {
    width: 730px; /* content width */
}



/* LINKS */
a {
    color: #a52020;
    /*color: #b02020;*/
}
a:hover {
    color: #c52127;
    text-decoration: underline;
}


/* COLOURS */
.colour {
    color: #a52020;
}


/* STYLES */



/* LAYOUT */
div.vSpace6 {
    height: 6px;
    overflow: hidden;
}
div.vSpace12 {
    height: 12px;
    overflow: hidden;
}
div.vSpace20 {
    height: 20px;
    overflow: hidden;
}


/* */

