/* box - center */
#center .box
{
	margin-bottom: 2em;
}
#center .box h1
{
	background: #e2e0d2 url('/dsg/box_title_background.gif') repeat-x top left;
	padding: 6px 10px 5px 10px;
	font-size: 110%;
	color: #1b1c20;
	margin-bottom: 2px;
}
#center .box .content
{
	padding-bottom: 1em;
}


/* box - right */
#left .box,
#right .box
{
	background: #aba899;
	padding: 9px;
	color: #fff;
	position: relative;
}
#left .box h1,
#right .box h1
{
	
}
#left .box .content,
#right .box .content
{
	
}