#newsDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
top: 400px;
left: 635px;
width: 280px; /*Subtract the padding from total width*/
height: 355px;
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: 635px;
width: 300px; /*Subtract the padding from total width*/
height: 150px;
border-top: 1px solid #24a00c;
background: transparent;
}

#upperNewsText {
position: absolute;
padding-left: 10px;
padding-top: 0px;
top: 310px;
left: 635px;
width: 290px; /*Subtract the padding from total width*/
height: 50px;
border-left: 1px solid #24a00c;
}

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

#contactForm {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
top: 150px;
left: 200px;
width: 395px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

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

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