/* --- shadow --- */
/*
http://www.alistapart.com/articles/cssdropshadows/
http://www.alistapart.com/articles/cssdrop2/
*/

#leftColumn div.shadow, #rightColumn div.shadow, div.bottomColumn div.shadow
{
	margin: 0 -9px 10px 0;
	padding: 0 9px 9px 0;
	width: 160px;
	background: url(../images/shadow/round.png) no-repeat bottom right;
}


div.shadow
{
	margin: 0 -9px -9px 0;
	padding: 0 9px 9px 0;
	background: url(../images/shadow/square.png) no-repeat bottom right;
}

div.shadow div.shadow-child
{
	margin: 0 -9px -9px 0;
	padding: 0 9px 9px 0;
	background: url(../images/shadow/soften.png) no-repeat top left;
}
