	BODY, TR, TD { 
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #363128; 
	}

	BODY {
		background-image: url(http://timeforcharity.com/res/imgs/background_sliver.gif);
		background-repeat: repeat-x; 
		padding: 0px; 
		padding-top: 0px; 
		padding-right: 0px; 
		padding-bottom: 0px; 
		padding-left: 0px;
		text-align: center;
	}
	
/* Thanks to Ryan Thrash for his ThrashBoxes */

/* set the image to use and establish the lower-right position */
.mainbox, .mainbox_body, .mainbox_tail, .mainbox_tail h2 {
    background: transparent url(http://timeforcharity.com/res/imgs/background_box.gif) no-repeat top right;
    margin: 0;
    padding: 0;
}

.mainbox {
	width: 688px !important;   /* intended total box width - padding-right(next) */
	width: 673px;              /* IE Win = width - padding */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto;         /* use to position the box */
}

/* set the top-right image */
.mainbox_tail {
    background-position: bottom right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.mainbox_tail h2 {
    background-position: bottom left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 0px 0 0px 0px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}

/* set the lower-left corner image */
.mainbox_body {
    background-position: top left;
    margin-right: 25px;        /* interior-padding right */
    padding: 0px 0 15px 40px; /* mirror .cssbox_tail right/left */
}


	div#remarkBox { 
		width: 80%;
		background: #a7cd39; 
		text-align: center;
		margin-left: 50px
	}
	
	div#sellerList {
		text-align: left;
	}

	div#featuredSellers, div#otherSellers {
		background: #83abca; 
		text-align: left;
		font-size: 17px;
		color: #ffffff; 
		width: 60%;
	}
	
	div#featuredSellers {
		width: 50%;
	}
	div#otherSellers {
		width: 100%;
	}
