/**
 * Styles for Bright Start Educare/Montessori homepage.
 *
 * @author Tom Ryder <tom@prodev.co.nz>
 * @copyright 2010 Professional Development
 */
body {
    margin: 1em auto;
    width: 1000px;
}
#home {
}
#home #head table {
    border-spacing: 10px;
    width: 100%;
}
#home #head table td {
    background: #0357a8;
    color: #fcff00;
    line-height: 1;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#home #head table td a {
    color: #fcff00;
}
#home #foot {
    text-align: center;
}
#home .legal {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 8pt;
    text-align: center;
}
#home .legal img {
    border: 0;
    vertical-align: middle;
}
