html, body {
    border:  0px;
    margin:  0px;
    padding: 0px;
    width:   100%;
    height:  100%;
    background-color:    #dde0e5;
    background-image:    url("../images/background.jpg");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
}

#container {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    100%;
    height:   100%;
    position: relative;
}

#page {
    border:   0px;    
    margin:   0px 0px 0px -385px;
    padding:  0px;
    width:    775px;
    height:   800px;
    position: absolute;
    top:      0px;
    left:     50%;
    background-color: #eceeed;
}

#left {
    border:  0px;
    margin:  0px;
    padding: 0px;
    width:   200px;
    height:  800px;
    float:   left;
    background-image:    url("../images/leftbg.jpg");
    background-position: top left;
    background-repeat:   repeat-x;
}

#logo {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    199px;
    height:   52px;
    position: relative;
    top:      0px;
    left:     0px;
}

#seo {
    border:      0px;
    margin:      10px 0px 0px 0px;
    padding:     0px;
    width:       190px;
    height:      120px;
    position:    relative;
    top:         0px;
    left:        5px;
    font-family: verdana;
    font-size:   12px;
    font-weight: bold;
    color:       #ffffff;
    text-align:  center;
}

#ups {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    190px;
    height:   15px;
    position: relative;
    top:      0px;
    left:     5px;
    background-image:    url("../images/ups.gif");
    background-position: top left;
    background-repeat:   no-repeat;
}

#menu {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    200px;
    position: relative;
    top:      40px;
    left:     0px;
}

#menu .item {
    border:              0px;
    margin:              0px 0px 9px 0px;
    padding:             0px 0px 0px 31px;
    width:               169px;
    height:              17px;
    display:             block;
    overflow:            hidden;
    cursor:              pointer;
    text-decoration:     none;
    font-family:         tahoma;
    font-size:           11px;
    font-weight:         bold;
    line-height:         17px;
    color:               #000000;
    background-image:    url("../images/menuitembg.gif");
    background-position: top left;
    background-repeat:   no-repeat;
}

    * html #menu .item { /* IE box hack. */
        width: 200px;
    }

    #menu .item:hover {
        background-position: -200px 0px;
    }

#menu .selected {
    background-position: -200px 0px;
}

#right {
    border:  0px;
    margin:  0px;
    padding: 0px;
    width:   575px;
    height:  800px;
    float:   left;
}

#header {
    border:   0px;
    margin:   0px;
    padding:  0px;
    position: relative;
    top:      0px;
    left:     0px;
    background-position: top left;
    background-repeat:   no-repeat;
}

#areasdivider {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    575px;
    height:   15px;
    position: relative;
    top:      0px;
    left:     0px;
    background-image:    url("../images/areasdivider.gif");
    background-position: top left;
    background-repeat:   no-repeat;
}

#areas {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    575px;
    height:   12px;
    position: relative;
    top:      0px;
    left:     0px;
}

.area {
    border:          0px;
    margin:          0px 13px 0px 13px;
    padding:         0px;
    height:          12px;
    float:           left;
    font-family:     arial;
    font-size:       12px;
    font-weight:     bold;
    text-decoration: none;
    color:           #7d7b7c;
}

    .area:hover {
        color: #b00a38;
    }

#areas .selected {
    color: #b00a38;
}

#body {
    border:   0px;
    margin:   0px;
    padding:  10px;
    width:    555px;
    height:   540px;
    position: relative;
    top:      0px;
    left:     0px;
}

    * html #body { /* IE box hack. */
        width:  575px;
        height: 560px;
    }

#content {
    border:          0px;
    margin:          0px;
    padding:         0px;
    position:        absolute;
    font-family:     arial;
    font-size:       12px;
    text-decoration: none;
    color:           #000000;
}

form {
    border:  0px;
    margin:  0px;
    padding: 0px;
}

p {
    border:   0px;
    margin:   0px 0px 10px 0px;
    padding:  0px;
}

.bold {
    font-weight: bold;
}
