body {
	font-size: 62.5%;
}

#top {
	width: 939px;
        position: absolute;
        left: 0px;
        top: 0px;
}

#base {
	width: 939px;
        position: absolute;
        left: 0px;
        top: 121px;
        border-bottom: 1px solid #888888;
        background: url('base-bg.gif') repeat-y;
}

html>body div#base-right {
        width: 780px;
}

#location {
       position: absolute;
       z-index: 2;
       left: 175px;
       top: 125px;
       width: 561px;
       max-height: 15px;
}

html>body div#location {
       left: 180px;
}

#content {
       background-color: #ffffff;
       width: 604px;
       margin-left: 156px;
       padding-top: 60px;
       padding-left: 19px;
       padding-right: 20px;
       padding-bottom: 20px;
}


html>body #content {
       width: 564px;
}

#menu-top {
        position: absolute;
        left: 0px;
        top: 99px;
        height: 22px;
        background-color: #888888;
        text-align: right;
        width: 939px;
        padding-right: 10px;
        padding-top: 4px;
}

html>body div#menu-top {
        width: 929px;
}

#sidebar-right {
        float: right;
        width: 150px;
        background-color: #f9efcc;
        padding: 10px;
        margin: 0;
}
html>body div#sidebar-right {
        width: 160px;
}

#sidebar-left { 
        float: left;
	width: 156px;
        max-width: 156px;
        background-color: #bcbcbc;
}

#news-archive,
#content-right {
        border: 1px solid #bcbcbc;
        padding: 5px;
        margin-bottom: 5px;
}