/* CSS Document */



/*change colors of shadows*/
#shadow-container .shadow1 {
	background: #DECEE7;
}

#shadow-container .shadow2 {
	background: #BE9CCE;
}

#shadow-container .shadow3 {
	background: #9E6BB6;
}

#shadow-container .main_content {
	background: #ffffff;
	border: 1px solid #7D3A9E;
	padding: 10px 10px 0 10px;  /*this padding is different to handle ad at bottom of index page*/
}