* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #383838;
    background: #eff0b2;
    height: 100%;
}

h1 {
    text-align: center;
    margin: 0.5em;
    font-size: 18pt;
}

p {
    text-align: justify;
    margin-top: 1em;
}

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

#background_layer_0 {
    background: url(../image/background.png) repeat-x;
    height: 100%;
}

/*
#background_layer_1 {
    background: url(../image/content_background_extended.png) top center
                repeat-y;
    min-height: 100%;
}
*/

#background_layer_2 {
    background: url(../image/background_full.png) top center no-repeat;
    height: 100%;
}

/* This is the place holder for the navigation bar.  The actual style info and
 * navigation bar are in nav.css and nav.php
 */
#nav {
    height: 105px;
}

#content {
    margin: 0 auto;
    padding: 10px 200px;
    min-height: 480px;
    width: 530px;
}

#mission {
    margin: 1em;
    color: #008066;
}

#footer {
    text-align: center;
}

#koleidoweb_back_ref {
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 8pt;
    padding: 0.6em;
}

/*
 * Contact form styles
 */

table#contact_form {
    margin-top: 2em;
}

table#contact_form th {
    text-align: right;
    padding-right: 1em;
}

table#contact_form td {
    padding: 0.2em 0;
}

textarea#message {
    margin: 2em 0;
}

td#contact_controls {
    padding: 2em;
    text-align: right;
}

/*
 * End contact form styles
 */
