/* --------- SWEET BOX STUFF -----------*/
/* ---- Thanks to: mysteriousmonkies.com ---- */

#sweetbox {
	background:url(images/sweetbox_bg.png) repeat-y;
	width: 1080px;
}

#sweetbox_top {
	background: url(images/sweetbox_top.png) no-repeat;
	width: 1080px;
	height: 28px;
}

#sweetbox_bottom {
	background: url(images/sweetbox_bottom.png) no-repeat;
	width: 1080px;
	height: 22px;
}

#sweetbox_container {
	padding-left:14px;
	padding-right: 14px;
}

#sweetbox h2{
font-size:16px;
color:#000000;
margin-bottom:20px;
margin-right:10px;
border-bottom:solid 1px #f2b7b7;
padding-bottom:10px;
}
#sweetbox p{
padding-bottom:5px;
}

/* ------ end of sweet box stuff ------*/