#header {
    padding: 10px;
}

#footer {
    clear: both;
}

#minwidth {
    min-width: 1000px;
    width: expression(document.body.clientWidth>1000?"100%":"999px");
}

.screen_wide #container {
    float: left;
    width: 100%;
    margin: 0 -390px 0 0;
    max-width: 1430px;
}

.screen_wide #container-nav {
    float: left;
    width: 100%;
    margin: 0 -120px 0 0;
}

.screen_wide #left {
    float: left;
    width: 240px;
    padding: 0;
}

.screen_wide #left1 {
    float: left;
    width: 120px;
    padding: 0;
}

.screen_wide #left2 {
    float: left;
    width: 30px;
    padding: 0;
}

.screen_wide #center {
    margin: 0 390px;
    padding: 0;
}

.screen_wide #center-nav {
    margin: 0 120px;
    padding: 0;
}

.screen_wide #right {
    float: right;
    width: 240px;
    margin-top: 0;
    padding: 0;
}

.screen_wide #right2 {
    float: right;
    width: 30px;
    margin-top: 0;
    padding: 0;
}

.screen_wide #right1 {
    float: right;
    width: 120px;
    margin-top: 0;
    padding: 0;
}

.screen_high #container {
    float: left;
    width: 100%;
    margin: 0 -360px 0 0;
}

.screen_high #container-nav {
    float: left;
    width: 100%;
    margin: 0 -100px 0 0;
}

.screen_high #left1 {
    float: left;
    width: 100px;
}

.screen_high #left2 {
    float: left;
    width: 20px;
}

.screen_high #center {
    margin: 0 360px;
}

.screen_high #center-nav {
    margin: 0 100px;
    padding: 0;
}

.screen_high #right2 {
    float: right;
    width: 20px;
}

.screen_high #right1 {
    float: right;
    width: 100px;
}

.screen_med #container {
    float: left;
    width: 100%;
    margin: 0 -270px 0 0;
}

.screen_med #container-nav {
    float: left;
    width: 100%;
    margin: 0 -15px 0 0;
}

.screen_med #center {
    margin: 0 270px;
}

.screen_med #center-nav {
    margin: 0 15px;
    padding: 0;
}

.screen_high #left, .screen_med #left, .screen_low #left, .ultralow #left {
    float: left;
    width: 240px;
}

.screen_high #right, .screen_med #right, .screen_low #right, .ultralow #right {
    float: right;
    width: 240px;
}

.screen_med #left1, .screen_med #left2 {
    float: left;
    width: 15px;
}

.screen_med #right2, .screen_med #right1 {
    float: right;
    width: 15px;
}

.screen_low #container, .ultralow #container {
    float: left;
    width: 100%;
    margin: 0 -254px 0 0;
}

.screen_low #container-nav, .ultralow #container-nav {
    float: left;
    width: 100%;
    margin: 0 -7px 0 0;
}

.screen_low #left1, .screen_low #left2, .ultralow #left1, .ultralow #left2 {
    float: left;
    width: 7px;
}

.screen_low #center, .ultralow #center {
    margin: 0 254px;
}

.screen_low #center-nav, .ultralow #center-nav {
    margin: 0 7px;
    padding: 0;
}

.screen_low #right2, .ultralow #right2 {
    display: none;
}

.screen_low #right1, .ultralow #right1 {
    float: right;
    width: 7px;
}

