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

#campInfoDiv {
position: absolute;
padding-left: 10px;
padding-top: 10px;
top: 302px;
left: 635px;
width: 290px; /*Subtract the padding from total width*/
height: 300px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#campStaff {
position: absolute;
padding-left: 10px;
padding-top: 10px;
top: 547px;
left: 635px;
width: 290px; /*Subtract the padding from total width*/
height: 150px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#lowerContentDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
top: 471px;
left: 200px;
width: 395px; /*Subtract the padding from total width*/
height: 400px;
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: 918px;
left: 200px;
width: 736px;
height: 35px;
}
