#descDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
top: 315px;
left: 568px;
width: 347px; /*Subtract the padding from total width*/
height: 450px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
overflow: hidden;
}

#upperNewsDivPic {
position: absolute;
padding-left: 0px;
padding-top: 0px;
top: 150px;
left: 568px;
width: 367px; /*Subtract the padding from total width*/
height: 150px;
background: transparent;
}

#upperNewsText {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
top: 550px;
left: 568px;
width: 347px; /*Subtract the padding from total width*/
height: 150px;
border: 1px solid #24a00c;
background: #e6fce2;
}

#lowerContentDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
top: 451px;
left: 200px;
width: 329px; /*Subtract the padding from total width*/
height: 250px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
overflow: hidden;
}

#upperContentDiv {
position: absolute;
padding-left: 0px;
padding-top: 0px;
top: 150px;
left: 200px;
width: 347px;
height: 279px;
border: 1px solid #24a00c;
background: transparent;
}

#logoDiv {
position: absolute;
top: 10px;
left: 15px;
}

#copyright {
position: absolute;
border-top: 1px solid #24a00c;
top: 800px;
left: 200px;
width: 736px;
height: 35px;
}