* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    text-align: center;
}

#header {
    background: #fff url(../i/c/Nav-bg.gif) repeat-x bottom;
    height: 40px;
}

    #header ul {
        padding: 11px 10px 0;
        float: right;
        list-style: none;
    }

    #header li {
        float: left;
        background: url(../i/c/Tab-right.gif) no-repeat right top;
    }

    #header a {
        display: block;
        background: url(../i/c/Tab-left.gif) no-repeat left top;
        padding: 6px 15px 4px;
        color: #fff;
        text-decoration: none;
    }

    #header #current {
        background: url("../i/c/Tab-right-over.gif") no-repeat right top;
    }

    #header #current a {
        background: url("../i/c/Tab-left-over.gif") no-repeat left top;
        padding-bottom: 4px;
        *padding-bottom: 5px;
        color: #53b401;
    }

#center {
    margin-top: 20px;
    background: #fff;
    width: 760px;
    *width: 761px;
    min-height: 242px; /* for modern browsers */
    height: 242px !important; /* for modern browsers */
    height: 242px; /* for IE5.x and IE6 */
}

    #center #left {
        float: left;
        width: 380px;
    }

    #center #right {
        float: right;
        width: 380px;
    }

#bottom {
    background: #67c518;
    padding: 20px 0;
    min-height: 242px; /* for modern browsers */
    height: 100% !important; /* for modern browsers */
    height: 242px; /* for IE5.x and IE6 */
}

    #bottom #bcontainer {
        width: 760px;
        *width: 765px;
    }

    #bottom #bcontainer #bleft,
    #bottom #bcontainer #bright {
        width: 380px;
    }

    #bottom #bcontainer #bleft {
        float: left;
    }

    #bottom #bcontainer #bright {
        float: right;
    }

    #bottom #longbox {
        width: 760px;
    }

    .middle {
        text-align: left;
        padding: 0 40px 0 30px;
        background: url(../i/c/Box-middle.gif) repeat-y;
        margin-left: 22px;
        margin-top: -0.7em;
    }

    #longmiddle {
        height: 100%;
        min-height: 100%; /* for modern browsers */
        height: 500px !important; /* for modern browsers */
        padding: 0 20px 0 20px;
        margin-left: 6px;
        *margin-left: 8px;
        margin-top: -5px;
        background: url(../i/c/LongBox-middle.gif) repeat-y;
    }

        #bottom #bcontainer #longmiddle #bleft,
        #bottom #bcontainer #longmiddle #bright {
            text-align: left;
            width: 320px;
            padding-left: 10px;
            padding-right: 10px;
        }

#footer {
    clear: both;
    background: #67c518;
    height: 30px;
    display: none;
}

/*----------------------- Typography-------------------------*/
/* child pixels / parent pixels = child ems */
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	color: #000;
}

#header {
    font-size: 16px;
}

h1 {
    font-size: 1.6em;
    line-height: 2.0em;
    margin-top: -0.7em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.7em;
}
    h2 a {
        font-size: 0.6em;
        color: #000;
    }


h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.middle, #longmiddle {
    color: #2b5e00;
    font-size: 1.2em;
    line-height: 1.6em;
}

    #longmiddle p {
        margin-bottom: 1.2em;
    }
