/* LAYOUT */
body
{
    text-align: center;
    background-color: #ffffff;
}

div#frame
{
    width: 980px;
    margin: 15px auto 15px auto;
    overflow: hidden;
    background-image: url(/module/mmb/css/style/frame-bg.gif);
    background-repeat: repeat-y;
}

div#left
{
	overflow: hidden;
    float: left;
	width: 180px;
	vertical-align: top;
    text-align: left;
    background-color: #00892a;
    padding: 0px;
}

div#center
{
    float: left;
    width: 620px;
    margin: 0px 0px 10px 0px;
	vertical-align: top;
	text-align: left;
}
div#header
{
    width: 600px;
    padding: 0px 10px;
    height: 170px;
	text-align: center;
	font-size: 0.9em;
    font-weight: bold;
	vertical-align: bottom;
    background-color: #FFFFFF;
}
div#header img#logo
{
    margin: 0px 0px 5px 0px;
}

div#content
{
    overflow: hidden;
    background-color: #cce7d4;
    width: 600px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 0.8em;
}
div#footer, div#bottom-nav
{
    width: 600px;
    padding: 10px;
    overflow: hidden;
    background-color: #cce7d4;
	text-align: center;
    color: #00892a;
    font-size: 0.75em;
    font-weight: bold;
    margin: 0px auto 0px auto;
    clear: both;
}
div#bottom-nav
{
    margin-bottom: 20px;
}
div#footer a, div#bottom-nav a
{
    color: #00892a;
    font-weight: bold;
}

div#right
{
    float: left;
	width: 180px;
	vertical-align: top;
    text-align: left;
    background-color: #00892a;
}


