body {
        letter-spacing: 1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

a {
        color: #636466;
	text-decoration:none;
}

.outer_div {
        width: 925px;
        height: 755px;
}

.main_div {
        width: 925px;
        height: 724px;
        background: White url(/images/bgr_main.jpg) no-repeat;
}

.top_div {
        width: 925px;
        height: 168px;
}

.logo_div {
        width: 325;
        height: 127;
        position: relative;
        left: 52px;
        top: 41px;
        z-index: 2;
        float: left;
}

.menu_div {
        width: 480;
        position: relative;
        top: 90px;
        left: 85px;
        float: left;
}

.menu_element {
        float: left;
        color: #636466;
        font-size: 12px;
        font-family: sans-serif;
}

.space {
        width: 22px;
        float: left;
}

.active {
        color: #96c192;
}

.footer {
        font-family: monospace;
        font-size: 10px;
        color: #636466;
	    clear: both;
}

#footerleft {
float: left; position: relative; left: 70px; text-align:left
}

#footerright {
float: right; position: relative; right: 60px;
}