#tempest-round {
BACKGROUND: url(./images/MainBoxImages/leftside.gif) #fff repeat-y left top;
MARGIN: 0px auto;
WIDTH: 100%; /* This is where you set the width of the box */
}

.top {
BACKGROUND: url(./images/MainBoxImages/top.gif) no-repeat left top;
WIDTH: 100%;
HEIGHT: 20px;
}

.top SPAN {
DISPLAY: block;
BACKGROUND: url(./images/MainBoxImages/top-right.gif) no-repeat right top;
POSITION: relative;
HEIGHT: 20px;
}

.center-content {
PADDING-RIGHT: 20px;
PADDING-LEFT: 25px;
BACKGROUND: url(./images/MainBoxImages/rightside.gif) repeat-y right top;
PADDING-BOTTOM: 1px;
MARGIN: -1px 0px -50px;
PADDING-TOP: 1px;
POSITION: relative;
}

.bottom {
BACKGROUND: url(./images/MainBoxImages/bottom.gif) no-repeat left bottom; 
WIDTH: 100%;
HEIGHT: 60px;
}

.bottom SPAN {
DISPLAY: block; 
BACKGROUND: url(./images/MainBoxImages/bottom-right.gif) no-repeat right top; 
POSITION: relative;
HEIGHT: 60px;
}

/* *** ************************ ************************ *** */

P {
MARGIN: 0px 0px 1em
}

/* *** ************************ ************************ *** */


#inner-round {
BACKGROUND: url(./images/MainBoxImages/leftsideWhite.gif) #fff repeat-y left top;
MARGIN: 0px auto;
WIDTH: 100%; /* This is where you set the width of the box */
}

.top2 {
BACKGROUND: url(./images/MainBoxImages/topWhite.gif) no-repeat left top;
WIDTH: 100%;
HEIGHT: 20px;
}

.top2 SPAN {
DISPLAY: block;
BACKGROUND: url(./images/MainBoxImages/top-rightWhite.gif) no-repeat right top;
POSITION: relative;
HEIGHT: 20px;
}

.center-content2 {
PADDING-RIGHT: 15px;
PADDING-LEFT: 15px;
BACKGROUND: url(./images/MainBoxImages/rightsideWhite.gif) repeat-y right top;
PADDING-BOTTOM: 1px;
MARGIN: -1px 0px -50px;
PADDING-TOP: 1px;
POSITION: relative;
}

.bottom2 {
BACKGROUND: url(./images/MainBoxImages/bottomWhite.gif) no-repeat left bottom; 
WIDTH: 100%;
HEIGHT: 60px;
}

.bottom2 SPAN {
DISPLAY: block; 
BACKGROUND: url(./images/MainBoxImages/bottom-rightWhite.gif) no-repeat right top; 
POSITION: relative;
HEIGHT: 60px;
}


















