* {
    margin: 0;
}
h3 {
    margin: 1em 0 0;
}

p {
    margin: 0 0 1em;
}

html, body {
    height: 100%;
}

body{
    font-family: Tahoma, sans-serif;
    height: 100%;
    background-color: #8591a8;
}

div#wrapper {
    background-color: #fff;
    min-height: 100%;
    width: 360px;    
    margin: 0 auto;
}

div#banner {
    background-color: #1f4556;
    padding: 4px 1em 3px;
    min-height: 30px;
    line-height: 30px;
}

div#container {
    margin: 0 1em;
}

div#footer {
    background-color: #000;
    text-align: center;
    color: white;
}

div#content {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    margin: 1em 0;
}

div#middle {
    background-color: #f5f5f5;
}

div#cc {
    padding: 3px 0 2px;
    font-size: 0.85em;        
}

div#stuff {
    padding: 0 1em;
}

h1 {
    color: #384048;
}

#banner h1 {
    color: #eee;
    text-align: right;
}

#banner h1 a:link, #banner h1 a:visited {
    color: #eee; 
    text-decoration: none;
}

h2 {
    color: #2e394c; 
}

h2 a:link, h2 a:visited {
    color: #2e394c; 
}

h3 {
    color: #a10000;
}

.phperror {
    background: white;
    color: red;
    font-weight: bold;
}

#contactform input[type=text], #contactform textarea, #contactform select {   /* IE6 ignores this */
    width: 95%;
}

div#contactform {
    margin: 0 0 1em;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 3px 4px 4px;
}

#contact_confirmation {
    text-align: center;
}

div.logged{
    color: #888;
    text-align: center;
    font-size: 0.8em;    
    margin: 2em;
}

.floatfooter {
    margin: 0 1em;
    display: block;
}

.floatfooter a:visited, .floatfooter a:link {
    color: #a64;
}

#logo {
    background: url('../images/logo_small.png') 0 0 no-repeat;
    float: left;
    height: 30px;
    width: 30px;
}
