html, body {
    height: 100%;
}

#overall {
    width: 799px;
    margin: 0 auto;    
    background: url("../images/overall_bg.gif") repeat-y;
    height: 100%;
    position: relative;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 200%;
    color: #333333;
}

body>#overall {
    height: auto;
    min-height: 100%;
}

body {
    background: url("../images/body_bg.gif") repeat-x;
    padding: 0;
    margin: 0;
}

#logo {
    background: url("../images/body_bg.gif") repeat-x;
    width: 799px;
    height: 96px;
}

#logo h1 {
    background: url("../images/logo.gif") no-repeat right;
    height: 96px;
    width: 799px; 
    margin: 0;    
    padding: 0;
    height: 96px;
}


.hidden {
    display: none;
}

#navi {
    line-height: normal;
    list-style-type: none;
    width: 211px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    /*position: absolute;
    top: 110px;*/
    float: left;
}

#navi li {
    background: url("../images/nav_element_bg.gif");
    border-bottom: 1px solid #6086bb;
}

#navi li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 201px;
    padding: 6px 5px 7px 5px;
    
}

#navi li a.active {
    background: #787878;
}

#navi li a:hover {
    background: #c6c6c6;
    color: #535353;
}

#content_row {
    /*position: absolute;
    top: 110px;*/
    margin-top: 15px;
    float: left;
    left: 211px;
    width: 588px;
}

#header {
    width: 588px;
    height: 140px;
    background: url("../images/header.jpg");
}

#content {
    padding: 20px;
}







#footnav {
    position: absolute;
    text-align: right;
    width: 195px;
    bottom: 10px;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style-type: none;
}

#footnav li {
    display: inline;
}

.clear {
    clear: both;
}










h1 {
    font-size: 180%;
    margin: 1em 0 0.8em 0;
}

h2 {
    font-size: 160%;
    margin: 0.8em 0 0.6em 0;
}

h3 {
    font-size: 140%;
    margin: 0.6em 0 0.4em 0;
}

h4 {
    font-size: 120%;
    margin: 0.5em 0 0.3em 0;
}

h5 {
    font-size: 100%;
    margin: 0.4em 0 0.2em 0;
}

h6 {
    font-size: 100%;
    margin: 0.3em 0 0.1em 0;
    text-decoration: underline;
}

p {
    margin: 0.6em 0;
}

a {
    color: #0061ff;
    text-decoration: underline;
    padding: 3px;
}

a:hover {
    color: #ffffff;
    background-color: #0061ff;
    text-decoration: none;
    padding: 3px;
}









