
#showcase
	{
		background: #7f7f9c;
	}

dl.boxes_list dt
	{
		background: #7f7f9c;
		font-size: 1.2em;
		margin: 5px 0;
	}

#foot
	{
		background: #7f7f9c;
	}

dl.curved
	{
		background: #5a88b1 url('../images/c_tl.gif') top left no-repeat;
		margin: 15px 0;
		padding: 0;
		width: 90%;
	}

dl.curved dt
	{
		background: transparent url('../images/c_tr.gif') top right no-repeat;
		padding: 5px 5px 5px 15px;
		text-align: left;
		color: #fff;
		font-weight: bold;
	}

dl.curved dd
	{
		background: #eee url('../images/c_bl.gif') bottom left no-repeat;
		padding: 0;
		margin: 0;
		text-align: left;
	}

dl.curved dd p
	{
		margin: 0;
		padding: 3px 0 3px 20px;
		line-height: 1em;
	}

dl.curved dd p.last
	{
		background: transparent url('../images/c_br.gif') bottom right no-repeat;
		padding-bottom: 10px;
	}

