ul {
margin: 0;
padding: 0;
list-style-type: circle;
}

li {
margin-left: 22px;
margin-bottom: 10px;
}

#featuresDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
top: 897px;
left: 635px;
width: 280px; /*Subtract the padding from total width*/
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#secondImg {
position: absolute;
padding-left: 0px;
padding-top: 0px;
top: 567px;
left: 635px;
width: 300px;
height: 310px;
border-top: 1px solid #24a00c;
background: transparent;
}

#currentNews {
position: absolute;
padding: 10px;
top: 150px;
left: 635px;
height: 375px;
width: 279px; /*Subtract the padding from total width*/
border: 1px solid #24a00c;
background: #e6fce2;
overflow: hidden;
}

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

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

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

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

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